-
Notifications
You must be signed in to change notification settings - Fork 3
Rails
Kevin Leong edited this page Oct 24, 2016
·
3 revisions
-
rake db:drop db:create db:structure:load RAILS_ENV=<env>
- recreates DB and loads it from
structure.sql
- recreates DB and loads it from
-
rake assets:clobber
- deletes asset cache
-
rake tmp:clear
- deletes all asset caches