Rakefile in simple_admin-0.2.1 vs Rakefile in simple_admin-0.3.0
- old
+ new
@@ -17,10 +17,11 @@
# Go to the sample
Dir.chdir "spec/sample"
# Generate our initializer into the sample application
- system "rails g #{ENGINE}"
+ system "rails g #{ENGINE}:install"
+ system "rails g #{ENGINE}:assets"
# Make a place and a thing
system "rails g scaffold place name:string"
system "rails g scaffold thing name:string happy:boolean age:integer place_id:integer"