Added dsl to rakefile, attempt to fix heroku db:migrate error
This commit is contained in:
parent
de30e330fe
commit
ec90fe57f2
1
Gemfile
1
Gemfile
|
@ -1,7 +1,6 @@
|
||||||
source 'http://rubygems.org'
|
source 'http://rubygems.org'
|
||||||
|
|
||||||
gem 'rails', '3.0.8'
|
gem 'rails', '3.0.8'
|
||||||
gem 'rake', '0.9.2'
|
|
||||||
|
|
||||||
# Bundle edge Rails instead:
|
# Bundle edge Rails instead:
|
||||||
# gem 'rails', :git => 'git://github.com/rails/rails.git'
|
# gem 'rails', :git => 'git://github.com/rails/rails.git'
|
||||||
|
|
1
Rakefile
1
Rakefile
|
@ -2,6 +2,7 @@
|
||||||
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
|
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
|
||||||
|
|
||||||
require File.expand_path('../config/application', __FILE__)
|
require File.expand_path('../config/application', __FILE__)
|
||||||
|
require 'rake/dsl_definition'
|
||||||
require 'rake'
|
require 'rake'
|
||||||
|
|
||||||
Beathaven::Application.load_tasks
|
Beathaven::Application.load_tasks
|
||||||
|
|
Loading…
Reference in New Issue