It used to work fine. I played a little configuration. So maybe I changed some configuration unconsciously.
here is config environment / development.rb
config.cache_classes = false # Log error messages when you accidentally call methods on nil. config.whiny_nils = true # Show full error reports and disable caching config.consider_all_requests_local = true config.action_view.debug_rjs = true config.action_controller.perform_caching = false # Don't care if the mailer can't send config.action_mailer.raise_delivery_errors = false # Print deprecation notices to the Rails logger config.active_support.deprecation = :log # Only use best-standards-support built into browsers config.action_dispatch.best_standards_support = :builtin # migration prefix with sequence #s config.active_record.timestamped_migrations = false #time zone config.time_zone = 'UTC'
Here is the .rb application configuration section
# Configure the default encoding used in templates for Ruby 1.9. config.encoding = "utf-8"
when i start reboot! on rails console it return true
ruby ruby-on-rails reload config rails-console
Maddy.Shik Mar 25 '11 at 1:30 2011-03-25 01:30
source share