Sorry, but this is a big one - after adding the Ajax portion of the
Agile
Web D. tutorial my page displays:
Application error
Change this error message for exceptions thrown outside of an action
(like
in Dispatcher setups or broken Ruby code) in public/500.html
It started when I added -
page[:current_item].visual_effect :highlight,
:startcolor => “#88ff88” ,
:endcolor => “#114411”
Since the page is not giving any specific errors , and there is nothing
in
500.html I’m not sure where to look. I did check the development.log
after rebooting Webrick and see this:
C:/INSTAN~1/ruby/lib/ruby/gems/1.8/gems/rails-1.1.2/lib/webrick_server.rb:67:in
`dispatch’
C:/INSTAN~1/ruby/lib/ruby/gems/1.8/gems/rails-1.1.2
/lib/commands/servers/webrick.rb:59
C:/INSTAN~1/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in
`require’
C:/INSTAN~1/ruby/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:147:in
`require’
C:/INSTAN~1/ruby/lib/ruby/gems/1.8/gems/rails-1.1.2
/lib/commands/server.rb:30
C:/INSTAN~1/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in
`require’
C:/INSTAN~1/ruby/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:147:in
`require’
script/server:3
Perhaps I’m missing a file / library / brain cells .
Any guesses or suggestions greatly appreciated.
Stuart