Commit ee7b1f918a6faca8cd787bc3e9a3bc3ab9f4c8a6
1 parent
fb81a3cd
Exists in
master
and in
1 other branch
default to mysql2; fix timezone setting
Showing
3 changed files
with
2 additions
and
5 deletions
Show diff stats
config/database.yml
config/environment.rb
| ... | ... | @@ -11,7 +11,7 @@ Rails::Initializer.run do |config| |
| 11 | 11 | |
| 12 | 12 | #config.time_zone = 'Eastern Time (US & Canada)' |
| 13 | 13 | |
| 14 | - config.active_record.default_timezone = 'Eastern Time (US & Canada)' | |
| 14 | + config.active_record.default_timezone = :local | |
| 15 | 15 | config.action_mailer.delivery_method = :smtp |
| 16 | 16 | #config.action_mailer.delivery_method = :sendmail |
| 17 | 17 | end | ... | ... |
config/environments/development.rb