diff options
| author | RobertDober | 2017-04-10 11:03:11 +0200 |
|---|---|---|
| committer | RobertDober | 2017-04-11 15:40:26 +0200 |
| commit | 7b9370d10a2d67b83610b8cf8b876734972c2ee9 (patch) | |
| tree | 37f7767c2efa2dc596e5668be1165fd20fb8925b /README.md | |
| parent | b19578172fc0d8ddc3d9ec8fa325854a8eebbe69 (diff) | |
| download | chouette-core-7b9370d10a2d67b83610b8cf8b876734972c2ee9.tar.bz2 | |
Deprecation Warnings removed; Seeds corrected, Refs: #2070
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -94,7 +94,7 @@ Configure for Generating URLs in Action Mailer Views. * see [Action Mailer Configuration documentation](http://guides.rubyonrails.org/action_mailer_basics.html) Configure assets access (Must be true if you use Webrick, or false if you use Apache or Nginx). -* Edit [production.rb](./config/environments/production.rb) and change ```config.serve_static_assets``` +* Edit [production.rb](./config/environments/production.rb) and change ```config.serve_static_files``` Configure SMTP settings. * Edit [production.rb](./config/environments/production.rb) and change ```ActionMailer::Base.smtp_settings``` @@ -144,7 +144,7 @@ This task may be added in system start-up configuration. Instead of using WEBrick, Rails application may be deployed on [Phusion Passenger](https://www.phusionpassenger.com/) with an [Apache](http://httpd.apache.org/) or [NGinx](http://nginx.com/) front-end, to make server faster and more robust. Apache like NGinx can serve static resources, -so change parameter ```serve_static_assets``` to false in [production.rb](./config/environments/production.rb) +so change parameter ```serve_static_files``` to false in [production.rb](./config/environments/production.rb) Test ---- |
