Update blog generator to use Rails 3.1 base
Seeds will now follow Rails 3.1 conventions
This commit is contained in:
parent
8cd4a282d8
commit
5a958007c5
5 changed files with 19 additions and 12 deletions
2
Rakefile
2
Rakefile
|
|
@ -5,7 +5,7 @@ rescue LoadError
|
|||
puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
|
||||
end
|
||||
|
||||
ENGINE_ROOT = File.dirname(__FILE__)
|
||||
ENGINE_PATH = File.dirname(__FILE__)
|
||||
APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__)
|
||||
|
||||
if File.exists?(APP_RAKEFILE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue