Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/railties/fresh_rakefile


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @4030 [4030] 03/25/06 21:57:08 david ST is Cap (closes #4214)
(edit) @2429 [2429] 09/30/05 15:13:44 david Run set load path so others can do boot and get path
(edit) @2226 [2226] 09/13/05 06:15:50 david Fixed pointer to tasks location #2175
(edit) @2127 [2127] 09/03/05 23:05:58 david Silence logger initialization
(edit) @2116 [2116] 09/03/05 15:20:42 david Proper clean rakefile
(edit) @2115 [2115] 09/03/05 15:13:06 david Moved all the shared tasks from Rakefile into Rails, so that the Rakefile …
(edit) @2092 [2092] 09/01/05 21:36:50 minam Don't require the environment just to clear the logs #2093 [Scott Barron]
(edit) @2081 [2081] 08/31/05 09:15:09 minam Make the default rakefile read *.rake files from config/tasks (for easy …
(edit) @2073 [2073] 08/30/05 20:47:09 minam Remove switchtower integration from rails
(edit) @1968 [1968] 08/03/05 15:02:31 minam Add integration with SwitchTower (rake tasks, default deploy.rb recipe)
(edit) @1913 [1913] 07/24/05 14:05:09 david Made Oracle a first-class connection adapter by adhering closer to …
(edit) @1879 [1879] 07/22/05 06:43:03 david Added load_fixtures task to the Rakefile, which will load all the fixtures …
(edit) @1785 [1785] 07/09/05 17:05:01 david Added support for SQL Server in the database rake tasks #1652
(edit) @1782 [1782] 07/09/05 16:59:35 david Fixed SQL Server test #1678 [Tom Ward]
(edit) @1780 [1780] 07/09/05 15:46:29 david Added a VERSION parameter to the migrate task that allows you to do "rake …
(edit) @1702 [1702] 07/05/05 09:15:21 david Backed out of create/destroy_db -- didnt yet work right in mysql and …
(edit) @1701 [1701] 07/05/05 07:58:13 david Added create_db and destroy_db tasks in the Rakefile to make it easier to …
(edit) @1656 [1656] 07/04/05 09:22:12 david Added migrate task to default rakefile (this is still a sqlite/mysql …
(edit) @1508 [1508] 06/25/05 11:19:47 david Fixed rakefile actions against PostgreSQL when the password is all numeric …
(edit) @1436 [1436] 06/16/05 06:12:15 david Fix spelling
(edit) @1187 [1187] 04/17/05 10:00:37 david Fixed that purge_test_database would use database settings from the …
(edit) @1157 [1157] 04/13/05 05:32:21 david Added Rake target clear_logs that'll truncate all the *.log files in log/ …
(edit) @1135 [1135] 04/10/05 17:32:03 david Fixed that ownership is brought over in pg_dump during tests for …
(edit) @1023 [1023] 03/27/05 14:10:42 david Made ready for the release of 0.11.1
(edit) @1021 [1021] 03/27/05 13:33:54 david Made ready for better release automation
(edit) @978 [978] 03/22/05 13:36:04 david Dont include WS docs
(edit) @953 [953] 03/21/05 00:16:14 david Fixed stuff for vendor/rails
(edit) @943 [943] 03/20/05 21:50:19 david Fixed the PGPORT option used #875
(edit) @938 [938] 03/20/05 16:55:39 david More postgresql rakefile tweaking #875
(edit) @931 [931] 03/20/05 14:41:26 david Fixed the Rakefile's interaction with postgresql use PGPASSWORD and PGHOST …
(edit) @929 [929] 03/20/05 14:29:59 david Fixed the Rakefile's interaction with postgresql to quote the user name …
(edit) @869 [869] 03/06/05 23:40:19 david Fix database creation for postgres (again) #790 [adamm …
(edit) @856 [856] 03/06/05 14:18:27 david Allow unit tests to run on a remote server for PostgreSQL #781
(edit) @854 [854] 03/06/05 14:14:47 david stats need the include paths set by the environment #782 [adamm]
(edit) @841 [841] 03/06/05 12:32:02 david Added app/apis and components to code statistics report #729 [Scott …
(edit) @797 [797] 02/24/05 13:36:25 david Include Action Web Service and Active Support in the documentation
(edit) @751 [751] 02/23/05 02:17:12 david Rake recent should clone db structure like test_units/functional
(edit) @656 [656] 02/17/05 20:12:27 david Added 'recent' as a rake target that'll run tests for files that changed …
(edit) @523 [523] 02/07/05 14:08:38 david Added that running test_units and test_functional now performs the …
(edit) @518 [518] 02/07/05 13:14:05 david Added new generator framework that informs about its doings on generation …
(edit) @490 [490] 01/24/05 13:12:40 david Fixed skeleton Rakefile to work with sqlite3 out of the box #521
(edit) @423 [423] 01/15/05 20:55:19 david Removed the Ruby 1.8.2 test/unit fix as it didnt work anyway
(edit) @379 [379] 01/11/05 00:07:35 david Added that rake clone_structure_to_test, db_structure_dump, and …
(edit) @361 [361] 01/10/05 00:33:03 david Added inclusion of fix for test/unit and rake problems with Ruby 1.8.2
(edit) @325 [325] 01/03/05 23:15:22 david Added support for SQLite in the auto-dumping/importing of schemas for …
(edit) @245 [245] 12/22/04 13:08:26 david Fixed "rake stats" to work with sub-directories in models and controllers …
(edit) @202 [202] 12/17/04 00:42:53 david Upgraded to Action Pack 1.0.1 for important bug fix. Updated gem …
(edit) @120 [120] 12/12/04 12:57:08 david Remember to include the right breakpoint for the docs
(edit) @104 [104] 12/09/04 23:04:37 david Fixed a few issues for the breakpointing
(edit) @102 [102] 12/09/04 17:20:00 david Added preliminary remote breakpoint support
(edit) @7 [7] 11/25/04 15:53:30 david Dump development database, not test database
(add) @4 [4] 11/24/04 01:04:44 david Initial
Note: See TracRevisionLog for help on using the revision log.