aboutsummaryrefslogtreecommitdiffstats
path: root/railties/fresh_rakefile
Commit message (Expand)AuthorAgeFilesLines
* ST is Cap (closes #4214)David Heinemeier Hansson2006-03-251-2/+2
* Run set load path so others can do boot and get pathDavid Heinemeier Hansson2005-09-301-1/+0
* Fixed pointer to tasks location #2175David Heinemeier Hansson2005-09-131-2/+2
* Silence logger initializationDavid Heinemeier Hansson2005-09-031-2/+2
* Proper clean rakefileDavid Heinemeier Hansson2005-09-031-1/+1
* Moved all the shared tasks from Rakefile into Rails, so that the Rakefile is ...David Heinemeier Hansson2005-09-031-220/+7
* Don't require the environment just to clear the logs #2093 [Scott Barron]Jamis Buck2005-09-011-1/+1
* Make the default rakefile read *.rake files from config/tasks (for easy exten...Jamis Buck2005-08-311-0/+3
* Remove switchtower integration from railsJamis Buck2005-08-301-25/+0
* Add integration with SwitchTower (rake tasks, default deploy.rb recipe)Jamis Buck2005-08-031-0/+25
* Made Oracle a first-class connection adapter by adhering closer to idiomatic ...David Heinemeier Hansson2005-07-241-2/+12
* Added load_fixtures task to the Rakefile, which will load all the fixtures in...David Heinemeier Hansson2005-07-221-1/+10
* Added support for SQL Server in the database rake tasks #1652 [ken.barker@gma...David Heinemeier Hansson2005-07-091-0/+9
* Fixed SQL Server test #1678 [Tom Ward]David Heinemeier Hansson2005-07-091-1/+1
* Added a VERSION parameter to the migrate task that allows you to do "rake mig...David Heinemeier Hansson2005-07-091-2/+2
* Backed out of create/destroy_db -- didnt yet work right in mysql and breaks AWDDavid Heinemeier Hansson2005-07-051-78/+58
* Added create_db and destroy_db tasks in the Rakefile to make it easier to loa...David Heinemeier Hansson2005-07-051-58/+78
* Added migrate task to default rakefile (this is still a sqlite/mysql feature ...David Heinemeier Hansson2005-07-041-0/+5
* Fixed rakefile actions against PostgreSQL when the password is all numeric #1...David Heinemeier Hansson2005-06-251-4/+4
* Fix spellingDavid Heinemeier Hansson2005-06-161-1/+1
* Fixed that purge_test_database would use database settings from the developme...David Heinemeier Hansson2005-04-171-1/+1
* Added Rake target clear_logs that'll truncate all the *.log files in log/ to ...David Heinemeier Hansson2005-04-131-0/+8
* Fixed that ownership is brought over in pg_dump during tests for PostgreSQL #...David Heinemeier Hansson2005-04-101-1/+1
* Made ready for the release of 0.11.1David Heinemeier Hansson2005-03-271-1/+1
* Made ready for better release automationDavid Heinemeier Hansson2005-03-271-1/+3
* Dont include WS docsDavid Heinemeier Hansson2005-03-221-1/+8
* Fixed stuff for vendor/railsDavid Heinemeier Hansson2005-03-211-18/+18
* Fixed the PGPORT option used #875David Heinemeier Hansson2005-03-201-3/+3
* More postgresql rakefile tweaking #875David Heinemeier Hansson2005-03-201-0/+3
* Fixed the Rakefile's interaction with postgresql use PGPASSWORD and PGHOST in...David Heinemeier Hansson2005-03-201-6/+12
* Fixed the Rakefile's interaction with postgresql to quote the user name and u...David Heinemeier Hansson2005-03-201-4/+4
* Fix database creation for postgres (again) #790 [adamm <gnuman1@gmail.com>]David Heinemeier Hansson2005-03-061-2/+2
* Allow unit tests to run on a remote server for PostgreSQL #781 [adamm@galacti...David Heinemeier Hansson2005-03-061-4/+4
* stats need the include paths set by the environment #782 [adamm]David Heinemeier Hansson2005-03-061-1/+1
* Added app/apis and components to code statistics report #729 [Scott Barron]David Heinemeier Hansson2005-03-061-0/+2
* Include Action Web Service and Active Support in the documentationDavid Heinemeier Hansson2005-02-241-1/+5
* Rake recent should clone db structure like test_units/functionalDavid Heinemeier Hansson2005-02-231-1/+1
* Added 'recent' as a rake target that'll run tests for files that changed in t...David Heinemeier Hansson2005-02-171-5/+35
* Added that running test_units and test_functional now performs the clone_stru...David Heinemeier Hansson2005-02-071-1/+3
* Added new generator framework that informs about its doings on generation and...David Heinemeier Hansson2005-02-071-2/+2
* Fixed skeleton Rakefile to work with sqlite3 out of the box #521 [rasputnik]David Heinemeier Hansson2005-01-241-26/+38
* Removed the Ruby 1.8.2 test/unit fix as it didnt work anywayDavid Heinemeier Hansson2005-01-151-2/+0
* Added that rake clone_structure_to_test, db_structure_dump, and purge_test_da...David Heinemeier Hansson2005-01-111-13/+13
* Added inclusion of fix for test/unit and rake problems with Ruby 1.8.2David Heinemeier Hansson2005-01-101-0/+2
* Added support for SQLite in the auto-dumping/importing of schemas for develop...David Heinemeier Hansson2005-01-031-0/+6
* Fixed "rake stats" to work with sub-directories in models and controllers and...David Heinemeier Hansson2004-12-221-4/+4
* Upgraded to Action Pack 1.0.1 for important bug fix. Updated gem dependencies.David Heinemeier Hansson2004-12-171-0/+1
* Remember to include the right breakpoint for the docsDavid Heinemeier Hansson2004-12-121-1/+1
* Fixed a few issues for the breakpointingDavid Heinemeier Hansson2004-12-091-1/+1
* Added preliminary remote breakpoint supportDavid Heinemeier Hansson2004-12-091-0/+1