(in /home/uwe/workspace/intern/backlog) rake announce # Generate email announcement file and post to rubyforge. rake audit # Run ZenTest against the package rake check_manifest # Verify the manifest rake clean # Clean up all the extras rake clobber_docs # Remove rdoc products rake clobber_package # Remove package products rake config_hoe # Create a fresh ~/.hoerc file rake db:backup:set_sequences # Set postgresql sequence currval to highest id for each table rake db:backup:write # Dump entire db. rake db:fixtures:load # Load fixtures into the current environment's database. Load specific fixtures using FIXTURES=x,y rake db:migrate # Migrate the database through scripts in db/migrate. Target specific version with VERSION=x rake db:schema:dump # Create a db/schema.rb file that can be portably used against any DB supported by AR rake db:schema:load # Load a schema.rb file into the database rake db:sessions:clear # Clear the sessions table rake db:sessions:create # Creates a sessions table for use with CGI::Session::ActiveRecordStore rake db:structure:dump # Dump the database structure to a SQL file rake db:test:clone # Recreate the test database from the current environment's database schema rake db:test:clone_structure # Recreate the test databases from the development structure rake db:test:prepare # Prepare the test database and load the schema rake db:test:purge # Empty the test database rake debug_gem # Show information about the gem. rake default # Run the default tasks rake deploy # Push the latest revision into production (delegates to remote:deploy) rake doc:app # Build the app HTML Files rake doc:clobber_app # Remove rdoc products rake doc:clobber_plugins # Remove plugin documentation rake doc:clobber_rails # Remove rdoc products rake doc:plugins # Generate documation for all installed plugins rake doc:rails # Build the rails HTML Files rake doc:reapp # Force a rebuild of the RDOC files rake doc:rerails # Force a rebuild of the RDOC files rake docs # Build the docs HTML Files rake email # Generate email announcement file. rake gem # Build the gem file backlog-0.10.9.gem rake generate_key # Generate a key for signing your gems. rake install # Install the package. Uses PREFIX and RUBYLIB rake install_gem # Install the package as a gem rake log:clear # Truncates all *.log files in log/ to zero bytes rake multi # Run the test suite using multiruby rake package # Build all the packages rake post_blog # Post announcement to blog. rake post_news # Post announcement to rubyforge. rake publish_docs # Publish RDoc to RubyForge rake rails:freeze:edge # Lock to latest Edge Rails or a specific revision with REVISION=X (ex: REVISION=4021) or a tag with TAG=Y (ex: TAG=rel_1-1-0) rake rails:freeze:gems # Lock this application to the current gems (by unpacking them into vendor/rails) rake rails:unfreeze # Unlock this application from freeze of gems or edge and return to a fluid use of system gems rake rails:update # Update both configs, scripts and public/javascripts from Rails rake rails:update:configs # Update config/boot.rb from your current rails install rake rails:update:javascripts # Update your javascripts from your current rails install rake rails:update:scripts # Add new scripts to the application script/ directory rake redocs # Force a rebuild of the RDOC files rake release # Package and upload the release to rubyforge. rake remote:cleanup # Removes unused releases from the releases directory. rake remote:cold_deploy # Used only for deploying when the spinner isn't running. rake remote:deploy # A macro-task that updates the code, fixes the symlink, and restarts the application servers. rake remote:deploy_with_migrations # Similar to deploy, but it runs the migrate task on the new release before updating the symlink. rake remote:diff_from_last_deploy # Displays the diff between HEAD and what was last deployed. rake remote:disable_web # Disable the web server by writing a "maintenance.html" file to the web servers. rake remote:enable_web # Re-enable the web server by deleting any "maintenance.html" file. rake remote:exec # Execute a specific action using capistrano rake remote:invoke # A simple task for performing one-off commands that may not require a full task to be written for them. rake remote:migrate # Run the migrate rake task. rake remote:restart # Restart the FCGI processes on the app server. rake remote:rollback # A macro-task that rolls back the code and restarts the application servers. rake remote:rollback_code # Rollback the latest checked-out version to the previous one by fixing the symlinks and deleting the current release from all servers. rake remote:setup # Set up the expected application directory structure on all boxes rake remote:show_tasks # Enumerate and describe every available task. rake remote:spinner # Start the spinner daemon for the application (requires script/spin). rake remote:symlink # Update the 'current' symlink to point to the latest version of the application's code. rake remote:update_code # Update all servers with the latest release of the source code. rake remote:update_current # Update the currently released version of the software directly via an SCM update operation rake repackage # Force a rebuild of the package files rake ridocs # Generate ri locally for testing rake rollback # Rollback to the release before the current release in production (delegates to remote:rollback) rake stats # Report code statistics (KLOCs, etc) from the application rake test # Test all units and functionals / Run the test suite. Use FILTER to add to the command line. rake test:functionals # Run the functional tests in test/functional rake test:integration # Run the integration tests in test/integration rake test:plugins # Run the plugin tests in vendor/plugins/**/test (or specify with PLUGIN=name) rake test:recent # Test recent changes rake test:uncommitted # Test changes since last checkin (only Subversion) rake test:units # Run the unit tests in test/unit rake test_deps # Show which test files fail when run alone. rake tmp:cache:clear # Clears all files and directories in tmp/cache rake tmp:clear # Clear session, cache, and socket files from tmp/ rake tmp:create # Creates tmp directories for sessions, cache, and sockets rake tmp:pids:clear # Clears all files in tmp/pids rake tmp:sessions:clear # Clears all files in tmp/sessions rake tmp:sockets:clear # Clears all files in tmp/sockets rake tmp:war:clear # Clears all files used in the creation of a war rake uninstall # Uninstall the package. rake war:shared:create # Create a war for use on a Java server where JRuby is available rake war:standalone:create # Create a self-contained Java war rake war:standalone:run # Run the webapp in Jetty