← It has big text! ↑ And a gradient!
rake typo switchtower svn
rake add_new_scripts # Add new scripts to the application script/ directory
rake apidoc # Build the apidoc HTML Files
rake appdoc # Build the appdoc HTML Files
rake clear_logs # Clears all *.log files in log/
rake clobber_apidoc # Remove rdoc products
rake clobber_appdoc # Remove rdoc products
rake clobber_package # Remove package products
rake clobber_plugindoc # Remove plugin documentation
rake clone_schema_to_test # Recreate the test database from the current environment's database schema.
rake clone_structure_to_test # Recreate the test databases from the development structure
rake create_sessions_table # Creates a sessions table for use with CGI::Session::ActiveRecordStore
rake db_schema_dump # Create a db/schema.rb file that can be portably used against any DB supported by AR.
rake db_schema_import # Import a schema.rb file into the database.
rake db_structure_dump # Dump the database structure to a SQL file
rake default # Run all the tests on a fresh test database
rake deploy # Push the latest revision into production
rake diff_from_last_deploy # Describe the differences between HEAD and the last production release
rake drop_sessions_table # Drop the sessions table
rake freeze_edge # Lock this application to the Edge Rails (by exporting from Subversion). Defaults to svn HEAD; do 'rake freeze_edge REVISION=1234' to lock to a specific revision.
rake freeze_gems # Lock this application to the current gems (by unpacking them into vendor/rails)
rake leetsoft_upload # Publish the zip/tgz
rake load_fixtures # Load fixtures into the current environment's database
rake migrate # Migrate the database according to the migrate scripts in db/migrate (only supported on PG/MySQL). A specific version can be targetted with VERSION=x
rake package # Build all the packages
rake plugindoc # Generate documation for all installed plugins
rake prepare_test_database # Prepare the test database and load the schema
rake purge_sessions_table # Drop and recreate the session table (much faster than 'DELETE * FROM sessions')
rake purge_test_database # Empty the test database
rake reapidoc # Force a rebuild of the RDOC files
rake reappdoc # Force a rebuild of the RDOC files
rake recent # Run tests for recentprepare_test_database
rake release # Upload the package to leetsoft, rubyforge and tag the release in svn
rake remote_exec # Execute a specific action using switchtower
rake repackage # Force a rebuild of the package files
rake rollback # Rollback to the release before the current release in production
rake rubyforge_upload # Publish the release files to RubyForge.
rake schemas # Create new db/schema files using the migrations. Requires schema_generator.
rake show_deploy_tasks # Enumerate all available deployment tasks
rake stats # Report code statistics (KLOCs, etc) from the application
rake sweep_cache # Force a sweeping run of typo's static page caches (all of them!)
rake tag_svn # Publish the release files to RubyForge.
rake test_functional # Run tests for test_functionalprepare_test_database
rake test_plugins # Run tests for test_pluginsenvironment
rake test_units # Run tests for test_unitsprepare_test_database
rake unfreeze_rails # Unlock this application from freeze of gems or edge and return to a fluid use of system gems
rake update_javascripts # Update your javascripts from your current rails install.

