aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/tasks
Commit message (Expand)AuthorAgeFilesLines
* Fail gracefully from svn checks (closes #2700) [Rick Olson]David Heinemeier Hansson2005-11-071-2/+2
* If specified, pass PostgreSQL client character encoding to createdb. Closes ...Jeremy Kemper2005-11-021-1/+2
* Simplify gem search for :freeze_gems rake task.Jeremy Kemper2005-11-011-1/+1
* The freeze_gems Rake task accepts the VERSION environment variable to decide ...Jeremy Kemper2005-11-011-6/+21
* The freeze_edge Rake task does smarter svn detection and can export a specifi...Jeremy Kemper2005-10-301-7/+11
* Changed :dbfile to :database for SQLite adapter for consistency (old key stil...David Heinemeier Hansson2005-10-301-3/+3
* The *_plugindoc Rake tasks look deeper into the plugins' lib directories. Cl...Jeremy Kemper2005-10-291-2/+2
* The PostgreSQL :db_structure_dump task limits its dump to the schema search p...Jeremy Kemper2005-10-291-1/+3
* Add task to generate rdoc for all installed plugins.Marcel Molina2005-10-291-1/+34
* Add Rakefile to plugin generator. Let test_plugins rake task look deeper int...Jeremy Kemper2005-10-281-4/+4
* Added test_plugins task: Run the plugin tests in vendor/plugins/**/test (or s...David Heinemeier Hansson2005-10-281-0/+13
* rake should run functional tests even if the unit tests have failures [Jim We...David Heinemeier Hansson2005-10-271-1/+5
* Load rake task files in alphabetical order so you can build dependencies and ...David Heinemeier Hansson2005-10-261-2/+2
* Include tasks from vendor/plugins/*/tasks in the Rakefile #2545 [Rick Olson]David Heinemeier Hansson2005-10-211-1/+2
* Fix freeze_gemsDavid Heinemeier Hansson2005-10-161-0/+1
* Make freezing work with WindowsDavid Heinemeier Hansson2005-10-151-2/+3
* Added Rails framework freezing tasks: freeze_gems (freeze to current gems), f...David Heinemeier Hansson2005-10-151-0/+31
* Adds update_javascripts task which will fetch all the latest js files from ra...Tobias Lütke2005-10-151-0/+6
* Only dump schema if schema_format is :rubyDavid Heinemeier Hansson2005-10-141-1/+1
* Cleaned it up a bit.. Dependencies can be declared inlineDavid Heinemeier Hansson2005-10-131-8/+5
* Support using different database adapters for development and test with Activ...Sam Stephenson2005-10-132-30/+46
* Use the correct scope for Rake tasksDavid Heinemeier Hansson2005-10-121-1/+1
* Migrating should also dump the latest schemaDavid Heinemeier Hansson2005-10-121-0/+1
* Ticket 2297 - rake stats clearly labels functional and unit testsJeremy Kemper2005-09-271-8/+8
* Add db_schema_dump and db_schema_import rake tasks to work with the new Activ...Jamis Buck2005-09-231-1/+15
* Include libs/ in rake stats #2223 [Marcel Molina]David Heinemeier Hansson2005-09-191-1/+2
* Only include dirs that exists in the statsDavid Heinemeier Hansson2005-09-131-1/+1
* Use session_id instead of deprecated sessidDavid Heinemeier Hansson2005-09-121-1/+1
* Use session_id instead of deprecated sessidDavid Heinemeier Hansson2005-09-121-1/+1
* Sessions with an sDavid Heinemeier Hansson2005-09-121-3/+3
* Added create_session_table, drop_session_table, and purge_session_table as ra...David Heinemeier Hansson2005-09-121-3/+27
* Added dump of schema version to the db_structure_dump task for databases that...David Heinemeier Hansson2005-09-121-0/+4
* Fixed clone_structure_to_test task for SQLite #1864 [jon@burningbush.us]David Heinemeier Hansson2005-09-111-1/+1
* Moved config/tasks to lib/tasks and added more documentation to environment.rbDavid Heinemeier Hansson2005-09-111-1/+1
* Make the default stats task extendable by modifying the STATS_DIRECTORIES con...Jamis Buck2005-09-051-9/+11
* Fix the spot looking for migrationsDavid Heinemeier Hansson2005-09-031-1/+1
* Fix the spot looking for migrationsDavid Heinemeier Hansson2005-09-031-1/+1
* Moved all the shared tasks from Rakefile into Rails, so that the Rakefile is ...David Heinemeier Hansson2005-09-036-0/+212