hey can any one help me out in install the ruby on rails on ubuntu
11.04. i need documentation how to do this i am new bee for ubutu .
Thanks in advance
--
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email
hi everyone i used to send mails using ruby on rails but, all of a
sudden i am unable to send mails. the code is fine when i use the same
code in other systems i am able to send the mails.when it comes to my
system i'm not able to send it. can any one help me out what might be
the problem . i am us
you can get error like: sudo: gem: command not found
you can type in the terminal "sudo apt-get install rails rails-doc
rails-ruby1.8" and next type "sudo gem install rails mysql
sqlite3-ruby mongrel" rails will be install
any help go to "http://venkatinlinux.blogspot.com"; and search rai
On Mon, Dec 26, 2011 at 7:50 AM, Samir Selman wrote:
> Try looking into nested forms
>
>
> On Sun, Dec 25, 2011 at 12:49 PM, Mauro wrote:
>
>> The models are:
>>
>> Company
>> has_many :categorizations
>> has_many :categories, :through => :categorizations
>>
>> Category
>> has_many :categoriza
On Mon, Dec 26, 2011 at 6:37 AM, Bharat Ruparel wrote:
> Having a tough time creating a where clause and/or query for the
> following situation for a table. Will appreciate some help:
>
> 1. Need to filter records for a specific client_id. No problem,
> straightforward where condition
>
> 2. F
I am porting a Rails 2.3.8 app (ruby 1.8.7 (2010-01-10 patchlevel 249)
[i386-mingw32]) to Rails 3.1.1 Ruby 1.9.2p290
In the 2.4.8 app a method_missing is being called correctly. It's a
ghost method.
In Rails 3.1.1 Ruby 1.9.2p290 the method_missing is not being called.
If I explicitly code a met
Try looking into nested forms
On Sun, Dec 25, 2011 at 12:49 PM, Mauro wrote:
> The models are:
>
> Company
> has_many :categorizations
> has_many :categories, :through => :categorizations
>
> Category
> has_many :categorizations
> has_many :companies, :through => :categorizations
>
> Classif
Buenas a todos/as,
Os paso unos videotutoriales que estamos empezando a realizar de
manera "casera" para aquellos que estáis empezando en el mundo ruby on
rails.
Espero que os guste, y nos gustaría realizar una red social desde 0.
Es un proyecto ambicioso, pero muy motivador gracias a los comenta
Having a tough time creating a where clause and/or query for the
following situation for a table. Will appreciate some help:
1. Need to filter records for a specific client_id. No problem,
straightforward where condition
2. For the specific client records found in step 1, need to further
filt
I am converting my 2.3.8 Rails app to 3.1.1
I have much of it working.
When I attempted to play a video and I found out that the function
"player" is undefined.
The (latest?) version of
vendor\bundle\ruby\1.9.1\gems\jw_player_helper-0.0.1\lib\jw_player_helper\helper.rb
uses
def video_player(f
The models are:
Company
has_many :categorizations
has_many :categories, :through => :categorizations
Category
has_many :categorizations
has_many :companies, :through => :categorizations
Classification
has_many :categorizations
Categorization
belongs_to :company
belongs_to :categor
On 25 December 2011 16:13, Alex Mercer wrote:
> Seems on `bundle update` bundler trying to update all dependencies for
> all listed gems in Gemfile.
> So maybe it's hangs up on some specific gem. Try to update only gems
> that you need(e.g. `bundle update rails`).
You are right.
The problematic g
Luis Lavena wrote in post #1038148:
> On Dec 25, 7:59am, Qzi er wrote:
>> How can I solve the problem "invalid gemspec"?
>>
>> [root@-PC rubytest]# rails test
>> Invalid gemspec in
>> [/usr/lib/ruby/gems/1.8/specifications/activemodel-3.2.0.rc1.gemspec]:
>> Illformed requirement ["# 3.2.0.rc1"]
>>
Seems on `bundle update` bundler trying to update all dependencies for
all listed gems in Gemfile.
So maybe it's hangs up on some specific gem. Try to update only gems
that you need(e.g. `bundle update rails`).
On Dec 24, 1:47 pm, Mauro wrote:
> While bundle install works with no problems, when I
PLEASE FORGET THIS!! IT WAS PURE STUPIDITY!!!
On 25 Dec, 14:11, jeb wrote:
> It seems my specs has stopped thinking. The spec does not evaluate the
> argument in page.should have_content("Logga in på #{farm.name}") as
> an expression but as a string. I have tried other ways of writing the
> same
On Dec 25, 7:59 am, Qzi er wrote:
> How can I solve the problem "invalid gemspec"?
>
> [root@-PC rubytest]# rails test
> Invalid gemspec in
> [/usr/lib/ruby/gems/1.8/specifications/activemodel-3.2.0.rc1.gemspec]:
> Illformed requirement ["# 3.2.0.rc1"]
> Invalid gemspec in
> [/usr/lib/ruby/gems/1.
It seems my specs has stopped thinking. The spec does not evaluate the
argument in page.should have_content("Logga in på #{farm.name}") as
an expression but as a string. I have tried other ways of writing the
same expression but it doesn't help.
This is my very simple spec:
# encoding: utf-8
req
Hello,
i am trying to fix the code for fixtures in rails because it is buggy
and internal variable names are confusing, could somebody please explain
to me what is the intended purpose of Fixture and Fixtures classes
respectively?
For example, why do we need both `Fixtures.initialize`and
`Fixture.
How can I solve the problem "invalid gemspec"?
[root@-PC rubytest]# rails test
Invalid gemspec in
[/usr/lib/ruby/gems/1.8/specifications/activemodel-3.2.0.rc1.gemspec]:
Illformed requirement ["# 3.2.0.rc1"]
Invalid gemspec in
[/usr/lib/ruby/gems/1.8/specifications/actionpack-3.2.0.rc1.gemspec]:
Il
I'm answering my own question.
This is an issue with HAML. The relevant statement comes from
http://haml-lang.com/docs/yardoc/file.HAML_REFERENCE.html
- - -
Haml supports Rails’ XSS protection scheme, which was introduced in
Rails 2.3.5+ and is enabled by default in 3.0.0+. If it’s enabled,
Haml
20 matches
Mail list logo