| Commit message (Expand) | Author | Age | Files | Lines |
* | Make refresh_specs more resilient. Always add vendor/gems to gem search path.... | Matt Jones | 2008-11-01 | 1 | -1/+2 |
* | Merge with docrails | Pratik Naik | 2008-10-22 | 1 | -1/+1 |
* | Merge with docrails. Also add a rake task to generate guides in your rails ap... | Pratik Naik | 2008-10-21 | 1 | -0/+13 |
* | config.gem: Fix typo in unpack, skip dependencies on unloaded gems, and silen... | Matt Jones | 2008-10-20 | 1 | -1/+2 |
* | Make VendorGemSourceIndex handle broken/missing specs generated by previous v... | Matt Jones | 2008-10-13 | 1 | -0/+10 |
* | Merge docrails | Pratik Naik | 2008-10-05 | 1 | -0/+1 |
* | Fix a number of errors in the config.gem mechanism. | Matt Jones | 2008-10-05 | 1 | -8/+12 |
* | Make sure recreate MySQL test database with the proper encoding and collation... | Luca Guidi | 2008-10-03 | 1 | -1/+1 |
* | make db:migrate:redo rake task accept an optional VERSION to target that spec... | Philip Hallstrom | 2008-09-17 | 1 | -2/+10 |
* | Fix for SQLite's db creation warnings [status:committed #614] | Antonio Cangiano | 2008-09-09 | 1 | -6/+18 |
* | Added optional rake doc:app TITLE environment parameter | Nathaniel Bibler | 2008-08-29 | 1 | -2/+2 |
* | Deprecate Rails::SecretKeyGenerator in favor of ActiveSupport::SecureRandom. | Hongli Lai (Phusion | 2008-08-27 | 1 | -4/+3 |
* | Fixed that rake doc:plugins to uses UTF-8. [#573 state:resolved] | Chris Lloyd | 2008-08-22 | 1 | -0/+1 |
* | Touch file with git revision when freezing edge | Joshua Peek | 2008-08-19 | 1 | -0/+5 |
* | rake db:fixtures:load and db:fixtures:identify now accept a FIXTURES_PATH opt... | Matthew Rudy Jacobs | 2008-08-09 | 1 | -4/+5 |
* | Added db:charset support to PostgreSQL. [#556 state:resolved] | Sebastian A. Espindola | 2008-07-14 | 1 | -0/+3 |
* | Enable loading fixtures from arbitrary locations. [#586 state:resolved] | Jacek Becela | 2008-07-14 | 1 | -4/+7 |
* | Use full path in database tasks so commands will work outside of Rails root [... | Tapajós | 2008-07-13 | 1 | -10/+10 |
* | Use ActiveSupport::TimeZone in time:zones rake tasks | Pratik Naik | 2008-07-04 | 1 | -1/+1 |
* | Support for custom annotations with rake notes:custom and DRY up the task def... | Michael Koziarski | 2008-07-03 | 1 | -11/+8 |
* | Make rake test:uncommitted work with Git. | Tim Pope | 2008-07-02 | 1 | -4/+10 |
* | Rely on quieter db:test:load task | Jeremy Kemper | 2008-06-17 | 1 | -3/+5 |
* | Don't dump schema for every test run, just when migrations are run | Jeremy Kemper | 2008-06-16 | 1 | -3/+3 |
* | Use test/performance/test_helper to do test setup then boost log level and tu... | Jeremy Kemper | 2008-06-15 | 1 | -2/+2 |
* | Performance: integration test benchmarking and profiling. [Jeremy Kemper] | Jeremy Kemper | 2008-06-14 | 1 | -0/+15 |
* | Ensure plugins' rake tasks are loaded before application's rake tasks. [#259 ... | Ryan Kinderman | 2008-06-05 | 1 | -1/+1 |
* | Consolidate error messages for missing gems, and skip them when running rake ... | rick | 2008-05-31 | 1 | -3/+9 |
* | Merge docrails. | Pratik Naik | 2008-05-25 | 1 | -1/+1 |
* | Use 'public' schema path when connecting to 'postgres' database. [#170 state:... | Tarmo Tänav | 2008-05-13 | 1 | -2/+2 |
* | Use 'postgres' database instead of 'template1' | Tarmo Tänav | 2008-05-13 | 1 | -2/+2 |
* | PostgreSQL: update rake tasks to use full settings from database.yml | Pete Deffendol | 2008-05-04 | 1 | -8/+3 |
* | PostgreSQL: Connect to template1 database when creating or dropping db | Pete Deffendol | 2008-05-04 | 1 | -2/+2 |
* | rake time:zones:local finds correct base utc offset for zones in the Southern... | Geoffrey Buesing | 2008-04-12 | 1 | -1/+4 |
* | Allow freezing to specific releases with rake rails:freeze:edge RELEASE=1.2.0... | Michael Koziarski | 2008-04-12 | 1 | -6/+9 |
* | Now that we have gems:unpack and gems:build allowing for integration of | David Dollar | 2008-04-11 | 1 | -0/+16 |
* | rake rails:freeze:edge using http://dev.rubyonrails.org/archives/rails_edge.z... | Jeremy Kemper | 2008-04-10 | 1 | -29/+19 |
* | Don't require rails/gem_builder during rails initialization, it's only needed... | Rick Olson | 2008-04-08 | 1 | -4/+8 |
* | Flesh out rake gems:unpack to unpack all gems, and add rake gems:build for na... | Rick Olson | 2008-04-02 | 1 | -8/+15 |
* | PostgreSQL: use create_ and drop_database for rake tasks. Closes #9045 [ez, n... | Jeremy Kemper | 2008-04-01 | 1 | -18/+26 |
* | Fixed charset/collation for rake db:create (closes #11331) [matt] | David Heinemeier Hansson | 2008-03-31 | 1 | -2/+2 |
* | Added config.gem for specifying which gems are required by the application, a... | Rick Olson | 2008-03-30 | 1 | -0/+31 |
* | Fix new migration versions | David Heinemeier Hansson | 2008-03-28 | 1 | -0/+3 |
* | Switched to UTC-timebased version numbers for migrations and the schema. This... | David Heinemeier Hansson | 2008-03-28 | 1 | -2/+15 |
* | Rails::Initializer#initialize_time_zone raises an error if value assigned to ... | Geoff Buesing | 2008-03-28 | 1 | -3/+4 |
* | Adding rake tasks time:zones:all, time:zones:us and time:zones:local for find... | Geoff Buesing | 2008-03-22 | 1 | -0/+43 |
* | Fix database rake tasks to work with charset/collation and show proper error ... | Pratik Naik | 2008-03-10 | 1 | -3/+8 |
* | Clear active connections before trying to drop the database. Allows db:drop ... | Michael Koziarski | 2008-02-15 | 1 | -0/+1 |
* | Tidy up description for the rake test task. Closes #10598 [akaspick] | Michael Koziarski | 2008-01-20 | 1 | -1/+1 |
* | Refactor check for local databases (closes #10539) [parcelbrat] | David Heinemeier Hansson | 2008-01-03 | 1 | -11/+12 |
* | Added that rails:update is run when you do rails:freeze:edge to ensure you al... | David Heinemeier Hansson | 2008-01-03 | 1 | -0/+3 |