search for: find_module_named

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

2005 Mar 02
2
Problems installing gems using rails
...ils-0.10.0... Installing RDoc documentation for rake-0.4.15... Installing RDoc documentation for activesupport-1.0.0... Installing RDoc documentation for activerecord-1.7.0... Installing RDoc documentation for actionpack-1.5.0... ERROR: While executing gem ... (NoMethodError) undefined method `find_module_named'' for nil:NilClass # Nevertheless, I decided to proceed with rails. Tried to follow the tutorial at http://manuals.rubyonrails.com/read/book/7 Everything went fine until I arrive to this code: $ ruby script/generate model Prueba exists app/controllers/ exists app/helper...