-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.rakeTasks
More file actions
7 lines (7 loc) · 9.99 KB
/
.rakeTasks
File metadata and controls
7 lines (7 loc) · 9.99 KB
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="db"><RakeTask description="Raises an error if there are pending..." fullCmd="db:abort_if_pending_migrations" taksId="abort_if_pending_migrations" /><RakeTask description="Retrieves the charset for the curren..." fullCmd="db:charset" taksId="charset" /><RakeTask description="Retrieves the collation for the curr..." fullCmd="db:collation" taksId="collation" /><RakeTask description="Create the database defined in confi..." fullCmd="db:create" taksId="create" /><RakeGroup description="" fullCmd="" taksId="create"><RakeTask description="Create all the local databases defin..." fullCmd="db:create:all" taksId="all" /></RakeGroup><RakeTask description="Drops the database for the current R..." fullCmd="db:drop" taksId="drop" /><RakeGroup description="" fullCmd="" taksId="drop"><RakeTask description="Drops all the local databases define..." fullCmd="db:drop:all" taksId="all" /></RakeGroup><RakeGroup description="" fullCmd="" taksId="fixtures"><RakeTask description="Search for a fixture given a LABEL o..." fullCmd="db:fixtures:identify" taksId="identify" /><RakeTask description="Load fixtures into the current envir..." fullCmd="db:fixtures:load" taksId="load" /></RakeGroup><RakeTask description="Migrate the database through scripts..." fullCmd="db:migrate" taksId="migrate" /><RakeGroup description="" fullCmd="" taksId="migrate"><RakeTask description="Runs the "down" for a given migratio..." fullCmd="db:migrate:down" taksId="down" /><RakeTask description="Rollbacks the database one migration..." fullCmd="db:migrate:redo" taksId="redo" /><RakeTask description="Resets your database using your migr..." fullCmd="db:migrate:reset" taksId="reset" /><RakeTask description="Runs the "up" for a given migration ..." fullCmd="db:migrate:up" taksId="up" /></RakeGroup><RakeTask description="Drops and recreates the database fro..." fullCmd="db:reset" taksId="reset" /><RakeTask description="Rolls the schema back to the previou..." fullCmd="db:rollback" taksId="rollback" /><RakeGroup description="" fullCmd="" taksId="schema"><RakeTask description="Create a db/schema.rb file that can ..." 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..." fullCmd="db:sessions:create" taksId="create" /></RakeGroup><RakeGroup description="" fullCmd="" taksId="structure"><RakeTask description="Dump the database structure to a SQL..." fullCmd="db:structure:dump" taksId="dump" /></RakeGroup><RakeGroup description="" fullCmd="" taksId="test"><RakeTask description="Recreate the test database from the ..." fullCmd="db:test:clone" taksId="clone" /><RakeTask description="Recreate the test databases from the..." fullCmd="db:test:clone_structure" taksId="clone_structure" /><RakeTask description="Prepare the test database and load t..." 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..." 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 insta..." 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="Create YAML test fixtures from data ..." fullCmd="extract_fixtures" taksId="extract_fixtures" /><RakeTask description="List the gems that this rails applic..." fullCmd="gems" taksId="gems" /><RakeGroup description="" fullCmd="" taksId="gems"><RakeTask description="Build any native extensions for unpa..." fullCmd="gems:build" taksId="build" /><RakeTask description="Installs all required gems for this ..." fullCmd="gems:install" taksId="install" /><RakeTask description="Unpacks the specified gem into vendo..." fullCmd="gems:unpack" taksId="unpack" /><RakeGroup description="" fullCmd="" taksId="unpack"><RakeTask description="Unpacks the specified gems and its d..." fullCmd="gems:unpack:dependencies" taksId="dependencies" /></RakeGroup></RakeGroup><RakeGroup description="" fullCmd="" taksId="log"><RakeTask description="Truncates all *.log files in log/ to..." fullCmd="log:clear" taksId="clear" /></RakeGroup><RakeTask description="Create mo-files for L10n" fullCmd="makemo" taksId="makemo" /><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="rails"><RakeGroup description="" fullCmd="" taksId="freeze"><RakeTask description="Lock to latest Edge Rails, for a spe..." fullCmd="rails:freeze:edge" taksId="edge" /><RakeTask description="Lock this application to the current..." fullCmd="rails:freeze:gems" taksId="gems" /></RakeGroup><RakeTask description="Unlock this application from freeze ..." fullCmd="rails:unfreeze" taksId="unfreeze" /><RakeTask description="Update both configs, scripts and pub..." fullCmd="rails:update" taksId="update" /><RakeGroup description="" fullCmd="" taksId="update"><RakeTask description="Update config/boot.rb from your curr..." fullCmd="rails:update:configs" taksId="configs" /><RakeTask description="Update your javascripts from your cu..." fullCmd="rails:update:javascripts" taksId="javascripts" /><RakeTask description="Add new scripts to the application s..." fullCmd="rails:update:scripts" taksId="scripts" /></RakeGroup></RakeGroup><RakeTask description="Print out all defined routes in matc..." fullCmd="routes" taksId="routes" /><RakeTask description="Generate a crytographically secure s..." fullCmd="secret" taksId="secret" /><RakeGroup description="" fullCmd="" taksId="sitealizer"><RakeTask description="Removes the old 'sitemeter' and impo..." fullCmd="sitealizer:remove_sitemeter" taksId="remove_sitemeter" /><RakeTask description="Removes the Sitealizer plugin" fullCmd="sitealizer:uninstall" taksId="uninstall" /><RakeTask description="Updates Sitealizer to the latest ver..." fullCmd="sitealizer:update" taksId="update" /></RakeGroup><RakeTask description="Report code statistics (KLOCs, etc) ..." fullCmd="stats" taksId="stats" /><RakeTask description="Run all unit, functional and integra..." fullCmd="test" taksId="test" /><RakeGroup description="" fullCmd="" taksId="test"><RakeTask description="Run tests for functionalsdb:test:pre..." fullCmd="test:functionals" taksId="functionals" /><RakeTask description="Run tests for integrationdb:test:pre..." fullCmd="test:integration" taksId="integration" /><RakeTask description="Run tests for pluginsenvironment / R..." fullCmd="test:plugins" taksId="plugins" /><RakeTask description="Run tests for recentdb:test:prepare ..." fullCmd="test:recent" taksId="recent" /><RakeTask description="Run tests for uncommitteddb:test:pre..." fullCmd="test:uncommitted" taksId="uncommitted" /><RakeTask description="Run tests for unitsdb:test:prepare /..." fullCmd="test:units" taksId="units" /></RakeGroup><RakeGroup description="" fullCmd="" taksId="time"><RakeGroup description="" fullCmd="" taksId="zones"><RakeTask description="Displays names of all time zones rec..." fullCmd="time:zones:all" taksId="all" /><RakeTask description="Displays names of time zones recogni..." fullCmd="time:zones:local" taksId="local" /><RakeTask description="Displays names of US time zones reco..." fullCmd="time:zones:us" taksId="us" /></RakeGroup></RakeGroup><RakeGroup description="" fullCmd="" taksId="tiny_mce"><RakeGroup description="" fullCmd="" taksId="scripts"><RakeTask description="Install the TinyMCE scripts into the..." fullCmd="tiny_mce:scripts:install" taksId="install" /></RakeGroup></RakeGroup><RakeGroup description="" fullCmd="" taksId="tmp"><RakeGroup description="" fullCmd="" taksId="cache"><RakeTask description="Clears all files and directories in ..." fullCmd="tmp:cache:clear" taksId="clear" /></RakeGroup><RakeTask description="Clear session, cache, and socket fil..." fullCmd="tmp:clear" taksId="clear" /><RakeTask description="Creates tmp directories for sessions..." 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><RakeTask description="Update pot/po files to match new ver..." fullCmd="updatepo" taksId="updatepo" /></RakeGroup></Settings>