search for: railsinfocontroller

Displaying 3 results from an estimated 3 matches for "railsinfocontroller".

2005 Dec 12
9
Webrick is being stupid...no info on a brand new project
...is just blank. The Webrick console just says a 500 (nothing explaining why), and there''s nothing in the development.log. There is no server.log (should there be? I don''t know). Actually there is something in development.log, but unrelated to my controller. "Controllers::RailsInfoController: missing default helper path rails_info_helper" I''m really clueless as to what''s going on. OS X, Ruby 1.8.2, Rails 0.14.4. I''d appreciate any help. Pat
2006 Mar 21
2
r3981 causes SystemStackError
http://dev.rubyonrails.org/changeset/3981 ?!? The changes are a rename of RailsInfoController to Rails::InfoController. That seems to be completely unrelated to this error: $ ruby script\server => Booting WEBrick... ./script/../config/../vendor/rails/activesupport/lib/active_support/inflector.rb:121:in `underscore': stack level too deep (SystemStackError) from ./script/../c...
2005 Dec 29
3
Blank pages, ''missing default helper path rails_info_helper''
Environment: * OS X 10.4.3 * Ruby 1.8.2 (2004-12-25) [powerpc-darwin8.0] * Rails (1.0.0, 0.13.1) * WEBrick 1.3.1 * Following the wiki directions, I did the OSX fixrbconfig thing, installed Rails, MySQL, etc.. Please bear with me, I''m new to Rails. I successfully followed the ''depot'' application from the Agile Web Development with Rails book, building it piece by