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.ru | |
| 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.ru')
| -rw-r--r-- | config.ru | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.ru b/config.ru new file mode 100644 index 0000000..64c7ad9 --- /dev/null +++ b/config.ru | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | # This file is used by Rack-based servers to start the application. | ||
| 2 | |||
| 3 | require ::File.expand_path('../config/environment', __FILE__) | ||
| 4 | run Cccms::Application | ||
