summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-06-27 22:52:50 +0200
committererdgeist <erdgeist@erdgeist.org>2026-06-27 22:52:50 +0200
commit9a19a0494ef51cdac9a78e24d517ca48ba44c453 (patch)
tree8eaae12d8047a40e29d3ea7ff3116b5c869e04bd /Rakefile
parent85a01e35274b8d4d4165a7b26bd7986e211246bb (diff)
parent1853082fcd8c067390c246f9daa01a9b47387497 (diff)
Migration from Rails 2.3.5 to Rails 8.1 successful.
Merging dev branch.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/Rakefile b/Rakefile
index 3af2c3a..485c345 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,11 +1,6 @@
1# Add your own tasks in files placed in lib/tasks ending in .rake, 1require File.expand_path('../config/application', __FILE__)
2# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
3 2
4require(File.join(File.dirname(__FILE__), 'config', 'boot')) 3Cccms::Application.load_tasks
5 4
6require 'rake' 5# TODO: re-enable when Thinking Sphinx is upgraded
7require 'rake/testtask' 6# require 'thinking_sphinx/tasks'
8require 'rake/rdoctask'
9
10require 'tasks/rails'
11require 'thinking_sphinx/tasks'