Skip to content

Commit

Permalink
document assets related rake tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaydev authored and fxn committed Jun 6, 2011
1 parent b6826be commit 3962d94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions railties/guides/source/command_line.textile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -561,6 +561,10 @@ rake tmp:sessions:clear # Clears all files in tmp/sessions
rake tmp:sockets:clear # Clears all files in tmp/sockets rake tmp:sockets:clear # Clears all files in tmp/sockets
</shell> </shell>


h5. +assets:+ Assets

You can precompile the assets in <tt>app/assets</tt> using <tt>rake assets:precompile</tt> and remove compiled assets using <tt>rake assets:clean</tt>.

h5. +db:+ Database h5. +db:+ Database


The most common tasks of the +db:+ Rake namespace are +migrate+ and +create+, and it will pay off to try out all of the migration rake tasks (+up+, +down+, +redo+, +reset+). +rake db:version+ is useful when troubleshooting, telling you the current version of the database. The most common tasks of the +db:+ Rake namespace are +migrate+ and +create+, and it will pay off to try out all of the migration rake tasks (+up+, +down+, +redo+, +reset+). +rake db:version+ is useful when troubleshooting, telling you the current version of the database.
Expand Down

0 comments on commit 3962d94

Please sign in to comment.