Sha256: 2ae86234a83fda184a62fa3d03b13b70468c6909f83b0f914c593e5ce5acdeb4
Contents?: true
Size: 419 Bytes
Versions: 3
Compression:
Stored size: 419 Bytes
Contents
# Add your own tasks in files placed in lib/tasks ending in .rake, # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. require File.expand_path('../config/application', __FILE__) require 'rake' # rails doesn't work with rake 0.9.0 correct, so we had to add this (kswope) class Rails::Application include Rake::DSL if defined?(Rake::DSL) end RailsRoot::Application.load_tasks
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
backstack-0.3.0 | test/rails_root/Rakefile |
backstack-0.2.0 | test/rails_root/Rakefile |
backstack-0.1.0 | test/rails_root/Rakefile |