File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,6 @@ group :development do
60
60
end
61
61
62
62
group :assets do
63
- gem 'therubyracer'
63
+ gem 'therubyracer' , '0.11.3'
64
64
end
65
65
Original file line number Diff line number Diff line change 13
13
# Full error reports are disabled and caching is turned on.
14
14
config . consider_all_requests_local = false
15
15
config . action_controller . perform_caching = true
16
+ config . action_mailer . delivery_method = :smtp
17
+ config . action_mailer . smtp_settings = {
18
+ :address => "smtp.163.com" ,
19
+ :domain => "163.com" ,
20
+ :user_name => "noreplylivoras" ,
21
+ :password => "crackmeplease."
22
+ }
16
23
17
24
# Enable Rack::Cache to put a simple HTTP cache in front of your application
18
25
# Add `rack-cache` to your Gemfile before enabling this.
62
69
63
70
# Ignore bad email addresses and do not raise email delivery errors.
64
71
# Set this to true and configure the email server for immediate delivery to raise delivery errors.
65
- # config.action_mailer.raise_delivery_errors = false
72
+ config . action_mailer . raise_delivery_errors = false
66
73
67
74
# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
68
75
# the I18n.default_locale when a translation cannot be found).
You can’t perform that action at this time.
0 commit comments