Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | break out of initializer early if gems aren't loaded [#1750 state:resolved] | Matt Jones | 2009-02-20 | 1 | -2/+2 |
| | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
* | Merge docrails along with the new guides and guides generation code | Pratik Naik | 2009-02-06 | 1 | -9/+2 |
| | |||||
* | re-enable db:schema:dump so db:migrate:redo dumps the schema after migrating ↵ | Will Bryant | 2009-02-06 | 1 | -0/+1 |
| | | | | | | | back up Signed-off-by: Michael Koziarski <michael@koziarski.com> [#1412 state:committed] | ||||
* | Disable eager loading for all rake tasks [#802 state:resolved] | Joshua Peek | 2009-01-27 | 2 | -2/+3 |
| | |||||
* | Correct description of tmp:create task [#1607 state:resolved] [Roderick van ↵ | Pratik Naik | 2008-12-21 | 1 | -2/+2 |
| | | | | Domburg] | ||||
* | Move gaint lock into middleware | Joshua Peek | 2008-12-18 | 1 | -1/+1 |
| | |||||
* | Switch to Rack based session stores. | Joshua Peek | 2008-12-15 | 1 | -1/+1 |
| | |||||
* | Add a rake task to apply a template to an existing application. | Pratik Naik | 2008-12-07 | 1 | -0/+6 |
| | | | | Example : rake rails:template LOCATION=~/template.rb | ||||
* | Merge with docrails | Pratik Naik | 2008-12-07 | 1 | -1/+1 |
| | |||||
* | establish mysql connection before dropping database | Aliaksey Kandratsenka | 2008-12-01 | 1 | -0/+1 |
| | | | | | Signed-off-by: Michael Koziarski <michael@koziarski.com> [#63 state:committed] | ||||
* | Manually load the DB config rather than firing the whole initializer [Gerrit ↵ | Michael Koziarski | 2008-12-01 | 2 | -4/+15 |
| | | | | Kaiser] | ||||
* | Add internal middleware stack to Dispatcher | Joshua Peek | 2008-12-01 | 1 | -0/+7 |
| | | | | config.middleware.use Rack::Cache | ||||
* | Generate rackup dispatcher with rails:update:generate_dispatchers | Joshua Peek | 2008-12-01 | 1 | -0/+1 |
| | |||||
* | Really remove components. | Jeremy Kemper | 2008-11-24 | 1 | -1/+0 |
| | |||||
* | Add a rake task to generate dispatchers : rake rails:generate_dispatchers | Pratik Naik | 2008-11-24 | 1 | -0/+8 |
| | |||||
* | Added rake rails:update:application_controller to renamed application.rb to ↵ | David Heinemeier Hansson | 2008-11-23 | 1 | -1/+11 |
| | | | | application_controller.rb -- included in rake rails:update so upgrading to 2.3 will automatically trigger it [#1439 state:committed] (kastner) | ||||
* | Add helper test generators [#1199 state:resolved] | Eugene Bolshakov | 2008-11-17 | 1 | -4/+4 |
| | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
* | Remove deprecated Gem.manage_gems | Jeremy Kemper | 2008-11-12 | 1 | -1/+0 |
| | |||||
* | Make refresh_specs more resilient. Always add vendor/gems to gem search ↵ | Matt Jones | 2008-11-01 | 1 | -1/+2 |
| | | | | | | path. Use Gem.clear_paths to ensure we get a current searcher. Signed-off-by: Michael Koziarski <michael@koziarski.com> | ||||
* | 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 ↵ | Pratik Naik | 2008-10-21 | 1 | -0/+13 |
| | | | | | | | | application : rake doc:guides The rake task will generate guides inside doc/guides directory of your application. Open index.html to browse. | ||||
* | config.gem: Fix typo in unpack, skip dependencies on unloaded gems, and ↵ | Matt Jones | 2008-10-20 | 1 | -1/+2 |
| | | | | | | silence spec warnings on refresh. [#1128] Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | Make VendorGemSourceIndex handle broken/missing specs generated by previous ↵ | Matt Jones | 2008-10-13 | 1 | -0/+10 |
| | | | | | | versions. Signed-off-by: Michael Koziarski <michael@koziarski.com> | ||||
* | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Rails::GemDependency was missing definitions for hash and eql?, causing Array#uniq to not work. * If several versions of a gem are unpacked in vendor, now chooses the highest if no version is specified. * streamlined add_load_path. Now sets up Rubygems correctly to allow 'gem' to find frozen gems, with gems frozen to vendor/gems and specifications in vendor/gems/<gem-name>/.specification * Rails::GemDependency#specification would return a spec for the highest installed version, even for frozen gems and/or previously loaded lower versions. See in part ticket #1123. * removed vendor from default_load_paths - it was causing autoloading to append Gems::Gems::<gem-dir> to constant names * added additional tests for loading frozen gems. * incorporates the fix from #1107 for vendor rails * defers to freeze:gems for handling the Rails framework. gems:unpack WILL NOT place a copy of Rails in vendor/gems. Should close #1123 completely. * incorporates, via using the gem loader for frozen gems, fixes corresponding to #227, #324, #362, #527, and #742. * gem plugins now work the same whether frozen or not. Correctness of the behavior is a matter for another ticket... Signed-off-by: rick <technoweenie@gmail.com> | ||||
* | Make sure recreate MySQL test database with the proper encoding and ↵ | Luca Guidi | 2008-10-03 | 1 | -1/+1 |
| | | | | | | | collation [#1165 state:resolved] Signed-off-by: Michael Koziarski <michael@koziarski.com> [#1165 state:committed] | ||||
* | make db:migrate:redo rake task accept an optional VERSION to target that ↵ | Philip Hallstrom | 2008-09-17 | 1 | -2/+10 |
| | | | | | | specific migration to redo Signed-off-by: Michael Koziarski <michael@koziarski.com> | ||||
* | Fix for SQLite's db creation warnings [status:committed #614] | Antonio Cangiano | 2008-09-09 | 1 | -6/+18 |
| | | | | Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | ||||
* | Added optional rake doc:app TITLE environment parameter | Nathaniel Bibler | 2008-08-29 | 1 | -2/+2 |
| | | | | | | [#939 state:resolved] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Deprecate Rails::SecretKeyGenerator in favor of ActiveSupport::SecureRandom. | Hongli Lai (Phusion | 2008-08-27 | 1 | -4/+3 |
| | | | | | | | SecureRandom has a few minor security enhancements and can be used as a drop-in replacement Signed-off-by: Michael Koziarski <michael@koziarski.com> [#913 state:committed] | ||||
* | Fixed that rake doc:plugins to uses UTF-8. [#573 state:resolved] | Chris Lloyd | 2008-08-22 | 1 | -0/+1 |
| | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | 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 ↵ | Matthew Rudy Jacobs | 2008-08-09 | 1 | -4/+5 |
| | | | | | | | option eg. "rake db:fixtures:load FIXTURES_PATH=spec/fixtures" Signed-off-by: Michael Koziarski <michael@koziarski.com> [#792 state:committed] | ||||
* | Added db:charset support to PostgreSQL. [#556 state:resolved] | Sebastian A. Espindola | 2008-07-14 | 1 | -0/+3 |
| | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | Enable loading fixtures from arbitrary locations. [#586 state:resolved] | Jacek Becela | 2008-07-14 | 1 | -4/+7 |
| | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | Use full path in database tasks so commands will work outside of Rails root ↵ | Tapajós | 2008-07-13 | 1 | -10/+10 |
| | | | | | | [#612 state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
* | 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 ↵ | Michael Koziarski | 2008-07-03 | 1 | -11/+8 |
| | | | | | | definition. e.g. rake notes:custom ANNOTATION=WTF | ||||
* | Make rake test:uncommitted work with Git. | Tim Pope | 2008-07-02 | 1 | -4/+10 |
| | | | | | | Note : rake test:uncommitted is considering only unstaged files. Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | 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 ↵ | Jeremy Kemper | 2008-06-15 | 1 | -2/+2 |
| | | | | turn on caching | ||||
* | 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 |
| | | | | | | state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | Consolidate error messages for missing gems, and skip them when running rake ↵ | rick | 2008-05-31 | 1 | -3/+9 |
| | | | | gems:* tasks. [rick] | ||||
* | Merge docrails. | Pratik Naik | 2008-05-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | Use 'public' schema path when connecting to 'postgres' database. [#170 ↵ | Tarmo Tänav | 2008-05-13 | 1 | -2/+2 |
| | | | | | | state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | Use 'postgres' database instead of 'template1' | Tarmo Tänav | 2008-05-13 | 1 | -2/+2 |
| | | | | | | | | The 'postgres' database is meant for use by utilities and third party applications. CONNECT permission to the 'template1' database is usually only available to superusers which is why 'postgres' should be preferred as users whith "CREATE DATABASE" permissions are not neccessarily superusers. | ||||
* | PostgreSQL: update rake tasks to use full settings from database.yml | Pete Deffendol | 2008-05-04 | 1 | -8/+3 |
| | | | | Signed-off-by: Michael Koziarski <michael@koziarski.com> | ||||
* | PostgreSQL: Connect to template1 database when creating or dropping db | Pete Deffendol | 2008-05-04 | 1 | -2/+2 |
| | | | | | | | | | | * The template1 database is always available on a PostgreSQL install * The previous behavior expected a database with the same name as the connecting user, which may not be available Signed-off-by: Michael Koziarski <michael@koziarski.com> [#38 state:resolved] |