aboutsummaryrefslogtreecommitdiffstats
path: root/railties/fresh_rakefile
Commit message (Collapse)AuthorAgeFilesLines
* Made ready for the release of 0.11.1David Heinemeier Hansson2005-03-271-1/+1
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1023 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Made ready for better release automationDavid Heinemeier Hansson2005-03-271-1/+3
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1021 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Dont include WS docsDavid Heinemeier Hansson2005-03-221-1/+8
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@978 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Fixed stuff for vendor/railsDavid Heinemeier Hansson2005-03-211-18/+18
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@953 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Fixed the PGPORT option used #875David Heinemeier Hansson2005-03-201-3/+3
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@943 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* More postgresql rakefile tweaking #875David Heinemeier Hansson2005-03-201-0/+3
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@938 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Fixed the Rakefile's interaction with postgresql use PGPASSWORD and PGHOST ↵David Heinemeier Hansson2005-03-201-6/+12
| | | | | | in the environment to fix prompting for passwords when connecting to a remote db and local socket connections. Also added a '-x' flag to pg_dump which stops it dumping privileges #807 [rasputnik] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@931 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Fixed the Rakefile's interaction with postgresql to quote the user name and ↵David Heinemeier Hansson2005-03-201-4/+4
| | | | | | use template0 when dumping so the functions doesn't get dumped too #855 [pburleson] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@929 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Fix database creation for postgres (again) #790 [adamm <gnuman1@gmail.com>]David Heinemeier Hansson2005-03-061-2/+2
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@869 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Allow unit tests to run on a remote server for PostgreSQL #781 ↵David Heinemeier Hansson2005-03-061-4/+4
| | | | | | [adamm@galacticasoftware.com] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@856 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* stats need the include paths set by the environment #782 [adamm]David Heinemeier Hansson2005-03-061-1/+1
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@854 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Added app/apis and components to code statistics report #729 [Scott Barron]David Heinemeier Hansson2005-03-061-0/+2
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@841 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Include Action Web Service and Active Support in the documentationDavid Heinemeier Hansson2005-02-241-1/+5
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@797 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Rake recent should clone db structure like test_units/functionalDavid Heinemeier Hansson2005-02-231-1/+1
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@751 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Added 'recent' as a rake target that'll run tests for files that changed in ↵David Heinemeier Hansson2005-02-171-5/+35
| | | | | | the last 10 minutes #612 [bitsweat] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@656 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Added that running test_units and test_functional now performs the ↵David Heinemeier Hansson2005-02-071-1/+3
| | | | | | clone_structure_to_test as well #566 [rasputnik] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@523 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Added new generator framework that informs about its doings on generation ↵David Heinemeier Hansson2005-02-071-2/+2
| | | | | | and enables updating and destruction of generated artifacts. See the new script/destroy and script/update for more details #487 [bitsweat] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@518 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Fixed skeleton Rakefile to work with sqlite3 out of the box #521 [rasputnik]David Heinemeier Hansson2005-01-241-26/+38
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@490 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Removed the Ruby 1.8.2 test/unit fix as it didnt work anywayDavid Heinemeier Hansson2005-01-151-2/+0
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@423 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Added that rake clone_structure_to_test, db_structure_dump, and ↵David Heinemeier Hansson2005-01-111-13/+13
| | | | | | purge_test_database tasks now pick up the source database to use from RAILS_ENV instead of just forcing development #424 [Tobias Luetke] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@379 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Added inclusion of fix for test/unit and rake problems with Ruby 1.8.2David Heinemeier Hansson2005-01-101-0/+2
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@361 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Added support for SQLite in the auto-dumping/importing of schemas for ↵David Heinemeier Hansson2005-01-031-0/+6
| | | | | | development -> test #416 git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@325 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Fixed "rake stats" to work with sub-directories in models and controllers ↵David Heinemeier Hansson2004-12-221-4/+4
| | | | | | and to report the code to test ration [Scott Baron] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@245 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Upgraded to Action Pack 1.0.1 for important bug fix. Updated gem dependencies.David Heinemeier Hansson2004-12-171-0/+1
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@202 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Remember to include the right breakpoint for the docsDavid Heinemeier Hansson2004-12-121-1/+1
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@120 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Fixed a few issues for the breakpointingDavid Heinemeier Hansson2004-12-091-1/+1
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@104 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Added preliminary remote breakpoint supportDavid Heinemeier Hansson2004-12-091-0/+1
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@102 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Dump development database, not test databaseDavid Heinemeier Hansson2004-11-251-4/+4
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* InitialDavid Heinemeier Hansson2004-11-241-0/+104
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4 5ecf4fe2-1ee6-0310-87b1-e25e094e27de