forked from echo-on-waves/echologic
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.rakeTasks
7 lines (7 loc) · 19.8 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="autocomplete"><RakeTask description="Installs all the files for autocomplete" fullCmd="autocomplete:install" taksId="install" /></RakeGroup><RakeTask description="Alias for cucumber:ok" fullCmd="cucumber" taksId="cucumber" /><RakeGroup description="" fullCmd="" taksId="cucumber"><RakeTask description="Run all features" fullCmd="cucumber:all" taksId="all" /><RakeTask description="Run features that should pass" fullCmd="cucumber:ok" taksId="ok" /><RakeTask description="Run features that are being worked on" fullCmd="cucumber:wip" taksId="wip" /></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 and update db/schema.rb by invoking db:schema:dump. Target specific version with VERSION=x. Turn off output with VERBOSE=false" 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 and loads the seeds" 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><RakeTask description="Load the seed data from db/seeds.rb" fullCmd="db:seed" taksId="seed" /><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 ActiveRecord::SessionStore" fullCmd="db:sessions:create" taksId="create" /></RakeGroup><RakeTask description="Create the database, load the schema, and initialize with the seed data" fullCmd="db:setup" taksId="setup" /><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" /><RakeTask description="" fullCmd="db:load_config" taksId="load_config" /></RakeGroup><RakeGroup description="" fullCmd="" taksId="doc"><RakeTask description="Build the RDOC 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 Rails guides" fullCmd="doc:guides" taksId="guides" /><RakeTask description="Generate documentation for all installed plugins" fullCmd="doc:plugins" taksId="plugins" /><RakeGroup description="" fullCmd="" taksId="plugins"><RakeTask description="Generate documentation for the acts_as_tree plugin" fullCmd="doc:plugins:acts_as_tree" taksId="acts_as_tree" /><RakeTask description="Generate documentation for the auto_complete_jquery plugin" fullCmd="doc:plugins:auto_complete_jquery" taksId="auto_complete_jquery" /><RakeTask description="Generate documentation for the http_accept_language plugin" fullCmd="doc:plugins:http_accept_language" taksId="http_accept_language" /><RakeTask description="Generate documentation for the i18n_backend_database plugin" fullCmd="doc:plugins:i18n_backend_database" taksId="i18n_backend_database" /><RakeTask description="Generate documentation for the iso-3166-country-select plugin" fullCmd="doc:plugins:iso-3166-country-select" taksId="iso-3166-country-select" /><RakeTask description="Generate documentation for the jrails plugin" fullCmd="doc:plugins:jrails" taksId="jrails" /><RakeTask description="Generate documentation for the memory_test_fix plugin" fullCmd="doc:plugins:memory_test_fix" taksId="memory_test_fix" /><RakeTask description="Generate documentation for the paperclip plugin" fullCmd="doc:plugins:paperclip" taksId="paperclip" /><RakeTask description="Generate documentation for the rails-widgets plugin" fullCmd="doc:plugins:rails-widgets" taksId="rails-widgets" /><RakeTask description="Generate documentation for the routing-filter plugin" fullCmd="doc:plugins:routing-filter" taksId="routing-filter" /></RakeGroup><RakeTask description="Build the RDOC 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" /><RakeTask description="" fullCmd="doc:clobber" taksId="clobber" /><RakeGroup description="" fullCmd="" taksId="diagram"><RakeTask description="" fullCmd="doc:diagram:controllers" taksId="controllers" /><RakeTask description="" fullCmd="doc:diagram:models" taksId="models" /></RakeGroup><RakeTask description="" fullCmd="doc:diagrams" taksId="diagrams" /></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" /><RakeGroup description="" fullCmd="" taksId="build"><RakeTask description="Force the build of all gems" fullCmd="gems:build:force" taksId="force" /></RakeGroup><RakeTask description="Installs all required gems" fullCmd="gems:install" taksId="install" /><RakeTask description="Regenerate gem specifications in correct format" fullCmd="gems:refresh_specs" taksId="refresh_specs" /><RakeTask description="Unpacks all required gems into vendor/gems" fullCmd="gems:unpack" taksId="unpack" /><RakeGroup description="" fullCmd="" taksId="unpack"><RakeTask description="Unpacks all required gems and their dependencies into vendor/gems" fullCmd="gems:unpack:dependencies" taksId="dependencies" /></RakeGroup><RakeTask description="" fullCmd="gems:base" taksId="base" /></RakeGroup><RakeGroup description="" fullCmd="" taksId="i18n"><RakeTask description="Clear cache" fullCmd="i18n:clear_cache" taksId="clear_cache" /><RakeTask description="Install admin panel assets" fullCmd="i18n:install_admin_assets" taksId="install_admin_assets" /><RakeGroup description="" fullCmd="" taksId="populate"><RakeTask description="Runs all populate methods in this order: load_default_locales, from_rails, from_application, synchronize_translations" fullCmd="i18n:populate:all" taksId="all" /><RakeTask description="Populate the translation tables from translation calls within the application" fullCmd="i18n:populate:from_application" taksId="from_application" /><RakeTask description="Populate the locales and translations tables from all Rails Locale YAML files" fullCmd="i18n:populate:from_rails" taksId="from_rails" /><RakeTask description="Populate default locales" fullCmd="i18n:populate:load_default_locales" taksId="load_default_locales" /><RakeTask description="Create translation records from all default locale translations if none exists" fullCmd="i18n:populate:synchronize_translations" taksId="synchronize_translations" /></RakeGroup><RakeGroup description="" fullCmd="" taksId="translate"><RakeTask description="Translate all untranslated values using Google Language Translation API" fullCmd="i18n:translate:google" taksId="google" /></RakeGroup></RakeGroup><RakeGroup description="" fullCmd="" taksId="jrails"><RakeGroup description="" fullCmd="" taksId="js"><RakeTask description="Copies the jQuery and jRails javascripts to public/javascripts" fullCmd="jrails:js:install" taksId="install" /><RakeTask description="Remove the prototype / script.aculo.us javascript files" fullCmd="jrails:js:scrub" taksId="scrub" /></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="Prints out your Rack middleware stack" fullCmd="middleware" taksId="middleware" /><RakeTask description="Enumerate all annotations" fullCmd="notes" taksId="notes" /><RakeGroup description="" fullCmd="" taksId="notes"><RakeTask description="Enumerate a custom annotation, specify with ANNOTATION=WTFHAX" fullCmd="notes:custom" taksId="custom" /><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="paperclip"><RakeTask description="Cleans out invalid attachments" fullCmd="paperclip:clean" taksId="clean" /><RakeTask description="Refreshes both metadata and thumbnails" fullCmd="paperclip:refresh" taksId="refresh" /><RakeGroup description="" fullCmd="" taksId="refresh"><RakeTask description="Regenerates content_type/size metadata for a given CLASS (and optional ATTACHMENT)" fullCmd="paperclip:refresh:metadata" taksId="metadata" /><RakeTask description="Regenerates thumbnails for a given CLASS (and optional ATTACHMENT)" fullCmd="paperclip:refresh:thumbnails" taksId="thumbnails" /></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="Applies the template supplied by LOCATION=/path/to/template" fullCmd="rails:template" taksId="template" /><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="Rename application.rb to application_controller.rb" fullCmd="rails:update:application_controller" taksId="application_controller" /><RakeTask description="Update config/boot.rb from your current rails install" fullCmd="rails:update:configs" taksId="configs" /><RakeTask description="Generate dispatcher files in RAILS_ROOT/public" fullCmd="rails:update:generate_dispatchers" taksId="generate_dispatchers" /><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 code examples in 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 code examples in spec/helpers" fullCmd="spec:helpers" taksId="helpers" /><RakeTask description="Run the code examples in spec/integration" fullCmd="spec:integration" taksId="integration" /><RakeTask description="Run the code examples in spec/lib" fullCmd="spec:lib" taksId="lib" /><RakeTask description="Run the code examples in spec/models" fullCmd="spec:models" taksId="models" /><RakeTask description="Print Specdoc for all plugin examples" fullCmd="spec:plugin_doc" taksId="plugin_doc" /><RakeTask description="Run the code examples in 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" /><RakeTask description="Run the code examples in spec/views" fullCmd="spec:views" taksId="views" /><RakeTask description="" fullCmd="spec:clobber" taksId="clobber" /><RakeTask description="" fullCmd="spec:statsetup" taksId="statsetup" /></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 benchmarkdb:test:prepare / Benchmark the performance tests" fullCmd="test:benchmark" taksId="benchmark" /><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 profiledb:test:prepare / Profile the performance tests" fullCmd="test:profile" taksId="profile" /><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 and Git)" 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, sockets, and pids" 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="widgets"><RakeTask description="Copies the widgets assets (images and javascripts) to the public folder" fullCmd="widgets:setup" taksId="setup" /></RakeGroup><RakeTask description="" fullCmd="default" taksId="default" /><RakeTask description="" fullCmd="doc" taksId="doc" /><RakeTask description="" fullCmd="doc/api" taksId="doc/api" /><RakeTask description="" fullCmd="doc/api/index.html" taksId="doc/api/index.html" /><RakeTask description="" fullCmd="file" taksId="file" /><RakeTask description="" fullCmd="doc/app" taksId="doc/app" /><RakeTask description="" fullCmd="doc/app/index.html" taksId="doc/app/index.html" /><RakeGroup description="" fullCmd="" taksId="echo"><RakeTask description="" fullCmd="echo:show_all_profiles" taksId="show_all_profiles" /></RakeGroup><RakeTask description="" fullCmd="environment" taksId="environment" /><RakeTask description="" fullCmd="features" taksId="features" /><RakeTask description="" fullCmd="noop" taksId="noop" /><RakeTask description="" fullCmd="rails_env" taksId="rails_env" /></RakeGroup></Settings>