After updating to Rails 2.1.0 and commenting out: #config.action_view.cache_template_extensions = false
and changing the environment.rb file to:
RAILS_GEM_VERSION = '2.1.0' unless defined? RAILS_GEM_VERSION
and adding this line to the environment.rb file:
config.action_controller.session = { :session_key => “_myapp_session”, :secret => "my own secret code of way over 30 letters and numbers"}
and firing up Mongrel, no problems. But when I click on: About your application’s environment,
as suggested in "Simply Rails 2.0"
I don't get the expected page. Instead, I get this: Status: 500 Internal Server Error Content-Type: text/html
500 Internal Server Error
Any suggestions? Thanx
Bookmarks