diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-06-24 16:16:57 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-06-24 16:16:57 +0200 |
| commit | 61dc69cc5d8089ed9f96bc65dc64de6e075f70cf (patch) | |
| tree | 2a25126657acc65a010d1f11a2a2208f38bf41a1 /config/application.rb | |
| parent | e0a7e0fec760ba12c8067a37e10c96f1f05876e2 (diff) | |
Upgrade acts-as-taggable-on to 3.5, add Rails 3.2 config fixes
- Bump acts-as-taggable-on from 2.4.1 to 3.5.0
- Fake engine migrations for pre-existing schema
- Set serve_static_assets in development
- Fix request.fullpath in authenticated_system (request_uri removed in Rails 3.x)
- Fix Paperclip path format to match existing file layout
Diffstat (limited to 'config/application.rb')
| -rw-r--r-- | config/application.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/application.rb b/config/application.rb index 9b7ae67..cb92166 100644 --- a/config/application.rb +++ b/config/application.rb | |||
| @@ -56,5 +56,6 @@ module Cccms | |||
| 56 | config.i18n.default_locale = :de | 56 | config.i18n.default_locale = :de |
| 57 | 57 | ||
| 58 | config.filter_parameters += [:password, :password_confirmation] | 58 | config.filter_parameters += [:password, :password_confirmation] |
| 59 | config.serve_static_assets = true | ||
| 59 | end | 60 | end |
| 60 | end | 61 | end |
