instruct to clear cache in changelog [ci skip]
This commit is contained in:
parent
f3ad3c93a3
commit
1ae0085d64
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ Rails.application.config.secret_token = '***********...'
|
|||
Diaspora::Application.config.secret_key_base = '*************...'
|
||||
```
|
||||
|
||||
You also need to take care to set `RAILS_ENV` while precompiling assets: `RAILS_ENV=production bundle exec rake assets:precompile`
|
||||
You also need to take care to set `RAILS_ENV` and to clear the cache while precompiling assets: `RAILS_ENV=production bundle exec rake tmp:cache:clear assets:precompile`
|
||||
|
||||
## Supported Ruby versions
|
||||
This release drops official support for the Ruby 1.9 series. This means we will no longer test against this Ruby version or take care to choose libraries
|
||||
|
|
|
|||
Loading…
Reference in a new issue