Welcome Guest | Login

Error 500, Ruby newbie.

Hi.  I followed the tutorial pretty faithfully, double-checked everything, and froze my app at v1.2.3.
However, still not working.  

I've temporarily disabled the default routes.rb line so that going straight to www.udm-ruby.com gives you the welcome page, and www.udm-ruby.com/members/list should give you the app's main page.  (There's not much to it).

However, it fails.  Here's the last bunch of lines from the log:

Any suggestions would be greatly appreciated.

Missing helper file helpers/all_helper.rb
./../config/../vendor/rails/actionpack/lib/action_controller/helpers.rb:71:in `helper'
./../config/../vendor/rails/actionpack/lib/action_controller/helpers.rb:58:in `each'
./../config/../vendor/rails/actionpack/lib/action_controller/helpers.rb:58:in `helper'
./../config/../app/controllers/application.rb:5
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
./../config/../vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:495:in `require'
./../config/../vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
./../config/../vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:495:in `require'
./../config/../vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:104:in `require_or_load'
./../config/../vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:60:in `depend_on'
./../config/../vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:442:in `require_dependency'
./../config/../vendor/rails/railties/lib/dispatcher.rb:110:in `prepare_application'
./../config/../vendor/rails/railties/lib/dispatcher.rb:39:in `dispatch'
./../config/../vendor/rails/railties/lib/fcgi_handler.rb:168:in `process_request'
./../config/../vendor/rails/railties/lib/fcgi_handler.rb:143:in `process_each_request!'
./../config/../vendor/rails/railties/lib/fcgi_handler.rb:109:in `with_signal_handler'
./../config/../vendor/rails/railties/lib/fcgi_handler.rb:142:in `process_each_request!'
/usr/local/lib/ruby/gems/1.8/gems/fcgi-0.8.7/lib/fcgi.rb:612:in `each_cgi'
/usr/local/lib/ruby/gems/1.8/gems/fcgi-0.8.7/lib/fcgi.rb:609:in `each'
/usr/local/lib/ruby/gems/1.8/gems/fcgi-0.8.7/lib/fcgi.rb:609:in `each_cgi'
./../config/../vendor/rails/railties/lib/fcgi_handler.rb:141:in `process_each_request!'
./../config/../vendor/rails/railties/lib/fcgi_handler.rb:55:in `process!'
./../config/../vendor/rails/railties/lib/fcgi_handler.rb:25:in `process!'
dispatch.fcgi:24

2008-03-25 12:31 PM

Hi Krusch,
When I checked your error log I found the error
----->   no route found to match "/rails/info/properties" with {:method=>:get}

Can you please try manually defining the RAILS_ROOT variable in the environment.rb.

And let us know how it goes.

2008-03-25 02:06 PM

Blew away and started over with the deployment and it worked this time.  I suspect my rails versions were incorrect.

Thanks!
kevin

2008-03-25 03:57 PM


Hello Guest! In order to post you must be an active client with us, please log in or sign up.