Max Schubert wrote in post #996908:
> Could you respond with your development.rb file (with names sanitized
> as needed?) .. what version of Rails are you using?  We have been
> using 3.0.5, just upgrading to 3.0.7 this week ....

Sure.  Here it is.  Thanks.

===== versions (I'll move to 3.0.7 when Heroku does):
% rake about
About your application's environment
Ruby version              1.9.2 (x86_64-darwin10.6.0)
RubyGems version          1.3.7
Rack version              1.2
Rails version             3.0.5
Active Record version     3.0.5
Action Pack version       3.0.5
Active Resource version   3.0.5
Action Mailer version     3.0.5
Active Support version    3.0.5
Environment               development

===== development.rb (it's still vanilla):
MyApp::Application.configure do
  config.cache_classes = false
  config.whiny_nils = true
  config.consider_all_requests_local       = true
  config.action_view.debug_rjs             = true
  config.action_controller.perform_caching = false
  config.action_mailer.raise_delivery_errors = false
  config.action_mailer.default_url_options = { :host => 'localhost:3000' 
}
  config.active_support.deprecation = :log
  config.action_dispatch.best_standards_support = :builtin
end

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to