diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-06-27 22:52:50 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-06-27 22:52:50 +0200 |
| commit | 9a19a0494ef51cdac9a78e24d517ca48ba44c453 (patch) | |
| tree | 8eaae12d8047a40e29d3ea7ff3116b5c869e04bd /Rakefile | |
| parent | 85a01e35274b8d4d4165a7b26bd7986e211246bb (diff) | |
| parent | 1853082fcd8c067390c246f9daa01a9b47387497 (diff) | |
Migration from Rails 2.3.5 to Rails 8.1 successful.
Merging dev branch.
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 13 |
1 files changed, 4 insertions, 9 deletions
| @@ -1,11 +1,6 @@ | |||
| 1 | # Add your own tasks in files placed in lib/tasks ending in .rake, | 1 | require File.expand_path('../config/application', __FILE__) |
| 2 | # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. | ||
| 3 | 2 | ||
| 4 | require(File.join(File.dirname(__FILE__), 'config', 'boot')) | 3 | Cccms::Application.load_tasks |
| 5 | 4 | ||
| 6 | require 'rake' | 5 | # TODO: re-enable when Thinking Sphinx is upgraded |
| 7 | require 'rake/testtask' | 6 | # require 'thinking_sphinx/tasks' |
| 8 | require 'rake/rdoctask' | ||
| 9 | |||
| 10 | require 'tasks/rails' | ||
| 11 | require 'thinking_sphinx/tasks' | ||
