-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.rakeTasks
7 lines (7 loc) · 13.5 KB
/
.rakeTasks
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<Settings><!--This file was automatically generated by Ruby plugin.
You are allowed to:
1. Remove rake task
2. Add existing rake tasks
To add existing rake tasks automatically delete this file and reload the project.
--><RakeGroup description="" fullCmd="" taksId="rake"><RakeGroup description="" fullCmd="" taksId="auth"><RakeGroup description="" fullCmd="" taksId="gen"><RakeTask description="Generates config/initializers/site_keys.rb" fullCmd="auth:gen:site_key" taksId="site_key" /></RakeGroup></RakeGroup><RakeGroup description="" fullCmd="" taksId="db"><RakeTask description="Raises an error if there are pending migrations" fullCmd="db:abort_if_pending_migrations" taksId="abort_if_pending_migrations" /><RakeTask description="Retrieves the charset for the current environment's database" fullCmd="db:charset" taksId="charset" /><RakeTask description="Retrieves the collation for the current environment's database" fullCmd="db:collation" taksId="collation" /><RakeTask description="Create the database defined in config/database.yml for the current RAILS_ENV" fullCmd="db:create" taksId="create" /><RakeGroup description="" fullCmd="" taksId="create"><RakeTask description="Create all the local databases defined in config/database.yml" fullCmd="db:create:all" taksId="all" /></RakeGroup><RakeTask description="Drops the database for the current RAILS_ENV" fullCmd="db:drop" taksId="drop" /><RakeGroup description="" fullCmd="" taksId="drop"><RakeTask description="Drops all the local databases defined in config/database.yml" fullCmd="db:drop:all" taksId="all" /></RakeGroup><RakeGroup description="" fullCmd="" taksId="fixtures"><RakeTask description="Search for a fixture given a LABEL or ID." fullCmd="db:fixtures:identify" taksId="identify" /><RakeTask description="Load fixtures into the current environment's database." fullCmd="db:fixtures:load" taksId="load" /></RakeGroup><RakeTask description="Migrate the database through scripts in db/migrate." fullCmd="db:migrate" taksId="migrate" /><RakeGroup description="" fullCmd="" taksId="migrate"><RakeTask description="Runs the "down" for a given migration VERSION." fullCmd="db:migrate:down" taksId="down" /><RakeTask description="Rollbacks the database one migration and re migrate up." fullCmd="db:migrate:redo" taksId="redo" /><RakeTask description="Resets your database using your migrations for the current environment" fullCmd="db:migrate:reset" taksId="reset" /><RakeTask description="Runs the "up" for a given migration VERSION." fullCmd="db:migrate:up" taksId="up" /></RakeGroup><RakeTask description="Drops and recreates the database from db/schema.rb for the current environment." fullCmd="db:reset" taksId="reset" /><RakeTask description="Rolls the schema back to the previous version." fullCmd="db:rollback" taksId="rollback" /><RakeGroup description="" fullCmd="" taksId="schema"><RakeTask description="Create a db/schema.rb file that can be portably used against any DB supported by AR" fullCmd="db:schema:dump" taksId="dump" /><RakeTask description="Load a schema.rb file into the database" fullCmd="db:schema:load" taksId="load" /></RakeGroup><RakeGroup description="" fullCmd="" taksId="sessions"><RakeTask description="Clear the sessions table" fullCmd="db:sessions:clear" taksId="clear" /><RakeTask description="Creates a sessions migration for use with CGI::Session::ActiveRecordStore" fullCmd="db:sessions:create" taksId="create" /></RakeGroup><RakeGroup description="" fullCmd="" taksId="structure"><RakeTask description="Dump the database structure to a SQL file" fullCmd="db:structure:dump" taksId="dump" /></RakeGroup><RakeGroup description="" fullCmd="" taksId="test"><RakeTask description="Recreate the test database from the current environment's database schema" fullCmd="db:test:clone" taksId="clone" /><RakeTask description="Recreate the test databases from the development structure" fullCmd="db:test:clone_structure" taksId="clone_structure" /><RakeTask description="Recreate the test database from the current schema.rb" fullCmd="db:test:load" taksId="load" /><RakeTask description="Check for pending migrations and load the test schema" fullCmd="db:test:prepare" taksId="prepare" /><RakeTask description="Empty the test database" fullCmd="db:test:purge" taksId="purge" /></RakeGroup><RakeTask description="Retrieves the current schema version number" fullCmd="db:version" taksId="version" /></RakeGroup><RakeGroup description="" fullCmd="" taksId="doc"><RakeTask description="Build the app HTML Files" fullCmd="doc:app" taksId="app" /><RakeTask description="Remove rdoc products" fullCmd="doc:clobber_app" taksId="clobber_app" /><RakeTask description="Remove plugin documentation" fullCmd="doc:clobber_plugins" taksId="clobber_plugins" /><RakeTask description="Remove rdoc products" fullCmd="doc:clobber_rails" taksId="clobber_rails" /><RakeTask description="Generate documentation for all installed plugins" fullCmd="doc:plugins" taksId="plugins" /><RakeTask description="Build the rails HTML Files" fullCmd="doc:rails" taksId="rails" /><RakeTask description="Force a rebuild of the RDOC files" fullCmd="doc:reapp" taksId="reapp" /><RakeTask description="Force a rebuild of the RDOC files" fullCmd="doc:rerails" taksId="rerails" /></RakeGroup><RakeTask description="List the gems that this rails application depends on" fullCmd="gems" taksId="gems" /><RakeGroup description="" fullCmd="" taksId="gems"><RakeTask description="Build any native extensions for unpacked gems" fullCmd="gems:build" taksId="build" /><RakeTask description="Installs all required gems for this application." fullCmd="gems:install" taksId="install" /><RakeTask description="Unpacks the specified gem into vendor/gems." fullCmd="gems:unpack" taksId="unpack" /><RakeGroup description="" fullCmd="" taksId="unpack"><RakeTask description="Unpacks the specified gems and its dependencies into vendor/gems" fullCmd="gems:unpack:dependencies" taksId="dependencies" /></RakeGroup></RakeGroup><RakeGroup description="" fullCmd="" taksId="log"><RakeTask description="Truncates all *.log files in log/ to zero bytes" fullCmd="log:clear" taksId="clear" /></RakeGroup><RakeTask description="Enumerate all annotations" fullCmd="notes" taksId="notes" /><RakeGroup description="" fullCmd="" taksId="notes"><RakeTask description="Enumerate all FIXME annotations" fullCmd="notes:fixme" taksId="fixme" /><RakeTask description="Enumerate all OPTIMIZE annotations" fullCmd="notes:optimize" taksId="optimize" /><RakeTask description="Enumerate all TODO annotations" fullCmd="notes:todo" taksId="todo" /></RakeGroup><RakeGroup description="" fullCmd="" taksId="open_id_authentication"><RakeGroup description="" fullCmd="" taksId="db"><RakeTask description="Clear the authentication tables" fullCmd="open_id_authentication:db:clear" taksId="clear" /><RakeTask description="Creates authentication tables for use with OpenIdAuthentication" fullCmd="open_id_authentication:db:create" taksId="create" /><RakeTask description="Upgrade authentication tables from ruby-openid 1.x.x to 2.x.x" fullCmd="open_id_authentication:db:upgrade" taksId="upgrade" /></RakeGroup></RakeGroup><RakeGroup description="" fullCmd="" taksId="rails"><RakeGroup description="" fullCmd="" taksId="freeze"><RakeTask description="Lock to latest Edge Rails, for a specific release use RELEASE=1.2.0" fullCmd="rails:freeze:edge" taksId="edge" /><RakeTask description="Lock this application to the current gems (by unpacking them into vendor/rails)" fullCmd="rails:freeze:gems" taksId="gems" /></RakeGroup><RakeTask description="Unlock this application from freeze of gems or edge and return to a fluid use of system gems" fullCmd="rails:unfreeze" taksId="unfreeze" /><RakeTask description="Update both configs, scripts and public/javascripts from Rails" fullCmd="rails:update" taksId="update" /><RakeGroup description="" fullCmd="" taksId="update"><RakeTask description="Update config/boot.rb from your current rails install" fullCmd="rails:update:configs" taksId="configs" /><RakeTask description="Update your javascripts from your current rails install" fullCmd="rails:update:javascripts" taksId="javascripts" /><RakeTask description="Add new scripts to the application script/ directory" fullCmd="rails:update:scripts" taksId="scripts" /></RakeGroup></RakeGroup><RakeTask description="Print out all defined routes in match order, with names." fullCmd="routes" taksId="routes" /><RakeTask description="Generate a crytographically secure secret key." fullCmd="secret" taksId="secret" /><RakeTask description="Run all specs in spec directory (excluding plugin specs)" fullCmd="spec" taksId="spec" /><RakeGroup description="" fullCmd="" taksId="spec"><RakeTask description="Remove rcov products for rcov" fullCmd="spec:clobber_rcov" taksId="clobber_rcov" /><RakeTask description="Run the specs under spec/controllers" fullCmd="spec:controllers" taksId="controllers" /><RakeGroup description="" fullCmd="" taksId="db"><RakeGroup description="" fullCmd="" taksId="fixtures"><RakeTask description="Load fixtures (from spec/fixtures) into the current environment's database." fullCmd="spec:db:fixtures:load" taksId="load" /></RakeGroup></RakeGroup><RakeTask description="Print Specdoc for all specs (excluding plugin specs)" fullCmd="spec:doc" taksId="doc" /><RakeTask description="Run the specs under spec/helpers" fullCmd="spec:helpers" taksId="helpers" /><RakeTask description="Run the specs under spec/lib" fullCmd="spec:lib" taksId="lib" /><RakeTask description="Run the specs under spec/models" fullCmd="spec:models" taksId="models" /><RakeTask description="Print Specdoc for all plugin specs" fullCmd="spec:plugin_doc" taksId="plugin_doc" /><RakeTask description="Run the specs under vendor/plugins (except RSpec's own)" fullCmd="spec:plugins" taksId="plugins" /><RakeGroup description="" fullCmd="" taksId="plugins"><RakeTask description="Runs the examples for rspec_on_rails" fullCmd="spec:plugins:rspec_on_rails" taksId="rspec_on_rails" /></RakeGroup><RakeTask description="Run all specs in spec directory with RCov (excluding plugin specs)" fullCmd="spec:rcov" taksId="rcov" /><RakeGroup description="" fullCmd="" taksId="server"><RakeTask description="reload spec_server." fullCmd="spec:server:restart" taksId="restart" /><RakeTask description="start spec_server." fullCmd="spec:server:start" taksId="start" /><RakeTask description="stop spec_server." fullCmd="spec:server:stop" taksId="stop" /></RakeGroup><RakeTask description="Run the specs under spec/views" fullCmd="spec:views" taksId="views" /></RakeGroup><RakeTask description="Report code statistics (KLOCs, etc) from the application" fullCmd="stats" taksId="stats" /><RakeTask description="Run all unit, functional and integration tests" fullCmd="test" taksId="test" /><RakeGroup description="" fullCmd="" taksId="test"><RakeTask description="Run tests for functionalsdb:test:prepare / Run the functional tests in test/functional" fullCmd="test:functionals" taksId="functionals" /><RakeTask description="Run tests for integrationdb:test:prepare / Run the integration tests in test/integration" fullCmd="test:integration" taksId="integration" /><RakeTask description="Run tests for pluginsenvironment / Run the plugin tests in vendor/plugins/*/**/test (or specify with PLUGIN=name)" fullCmd="test:plugins" taksId="plugins" /><RakeTask description="Run tests for recentdb:test:prepare / Test recent changes" fullCmd="test:recent" taksId="recent" /><RakeTask description="Run tests for uncommitteddb:test:prepare / Test changes since last checkin (only Subversion)" fullCmd="test:uncommitted" taksId="uncommitted" /><RakeTask description="Run tests for unitsdb:test:prepare / Run the unit tests in test/unit" fullCmd="test:units" taksId="units" /></RakeGroup><RakeGroup description="" fullCmd="" taksId="time"><RakeGroup description="" fullCmd="" taksId="zones"><RakeTask description="Displays names of all time zones recognized by the Rails TimeZone class, grouped by offset." fullCmd="time:zones:all" taksId="all" /><RakeTask description="Displays names of time zones recognized by the Rails TimeZone class with the same offset as the system local time" fullCmd="time:zones:local" taksId="local" /><RakeTask description="Displays names of US time zones recognized by the Rails TimeZone class, grouped by offset." fullCmd="time:zones:us" taksId="us" /></RakeGroup></RakeGroup><RakeGroup description="" fullCmd="" taksId="tmp"><RakeGroup description="" fullCmd="" taksId="cache"><RakeTask description="Clears all files and directories in tmp/cache" fullCmd="tmp:cache:clear" taksId="clear" /></RakeGroup><RakeTask description="Clear session, cache, and socket files from tmp/" fullCmd="tmp:clear" taksId="clear" /><RakeTask description="Creates tmp directories for sessions, cache, and sockets" fullCmd="tmp:create" taksId="create" /><RakeGroup description="" fullCmd="" taksId="pids"><RakeTask description="Clears all files in tmp/pids" fullCmd="tmp:pids:clear" taksId="clear" /></RakeGroup><RakeGroup description="" fullCmd="" taksId="sessions"><RakeTask description="Clears all files in tmp/sessions" fullCmd="tmp:sessions:clear" taksId="clear" /></RakeGroup><RakeGroup description="" fullCmd="" taksId="sockets"><RakeTask description="Clears all files in tmp/sockets" fullCmd="tmp:sockets:clear" taksId="clear" /></RakeGroup></RakeGroup><RakeGroup description="" fullCmd="" taksId="update"><RakeTask description="Update blogs" fullCmd="update:blogs" taksId="blogs" /><RakeTask description="update all hash keys" fullCmd="update:keys" taksId="keys" /><RakeTask description="Send update" fullCmd="update:notification" taksId="notification" /><RakeTask description="Update posts" fullCmd="update:posts" taksId="posts" /></RakeGroup></RakeGroup></Settings>