search for: irb19

Displaying 1 result from an estimated 1 matches for "irb19".

Did you mean: ifb19
2009 Feb 22
16
Strange error when running rails 2.3 on ruby 1.9.1 on FreeBSD
...Everything installed smoothly and I am able to run ruby 1.9.1 programs. The problem is when I try to run rails. It fails with this error: [grzesiu@cratan ~/.gem/ruby/1.9/gems]$ rails undefined method `camelize'' for "app":String I tried to run the bin/rails script manually using irb19, and this script at some points does "load ''rails''", which fails in this line: Rails::Generator::Scripts::Generate.new.run(ARGV, :generator => ''app'') I didn''t manage to track it down further. I would appreciate any help. A bit about my co...