about summary refs log tree commit diff stats
path: root/Rakefile
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-11-30 13:29:08 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2023-11-30 13:29:08 -0500
commit0929719a845897cc8567cf972e07a69a71f0fa6f (patch)
tree2b6f69c1d906abb6e0abf8a0f1d51725bc78087d /Rakefile
parent01c1947537e4e23ded0c16812a7cd9d49ad88356 (diff)
downloadwittle-0929719a845897cc8567cf972e07a69a71f0fa6f.tar.gz
wittle-0929719a845897cc8567cf972e07a69a71f0fa6f.tar.bz2
wittle-0929719a845897cc8567cf972e07a69a71f0fa6f.zip
Migrate to a full rails app
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/Rakefile b/Rakefile index 41a438f..e63c405 100644 --- a/Rakefile +++ b/Rakefile
@@ -1,12 +1,10 @@
1require "bundler/setup" 1# Add your own tasks in files placed in lib/tasks ending in .rake,
2require "rake/extensiontask" 2# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
3
4APP_RAKEFILE = File.expand_path("test/dummy/Rakefile", __dir__)
5load "rails/tasks/engine.rake"
6 3
7load "rails/tasks/statistics.rake" 4require "rake/extensiontask"
5require_relative "config/application"
8 6
9require "bundler/gem_tasks" 7Rails.application.load_tasks
10 8
11Rake::ExtensionTask.new "wittle_generator" do |ext| 9Rake::ExtensionTask.new "wittle_generator" do |ext|
12 ext.lib_dir = "lib" 10 ext.lib_dir = "lib"