| Commit message (Expand) | Author | Age | Files | Lines |
* | Prefer utf8_unicode_ci (better) over utf8_general_ci (faster) | Jeremy Kemper | 2009-08-27 | 1 | -1/+1 |
* | Only load db/schema.rb if it exists; otherwise, display a message to run db:m... | Joshua Nichols | 2009-08-09 | 1 | -1/+5 |
* | Use Pathname for checking if sqlite path is absolute | Pratik Naik | 2009-08-09 | 1 | -1/+5 |
* | Make sure db:drop doesn't fail when sqlite db is given by an absolute path [#... | bastilian | 2009-08-09 | 1 | -1/+1 |
* | Fixed reference to AR::SessionStore::Session.table_name in session migrations | Elad Meidar | 2009-08-08 | 1 | -1/+1 |
* | Ensure db:drop:all doesn't error out on exception [#2997 state:resolved] [Ant... | Pratik Naik | 2009-08-08 | 1 | -2/+6 |
* | Add rake db:forward - opposite of db:rollback [#768 state:resolved] | Cristi Balan | 2009-08-08 | 1 | -0/+7 |
* | Add option to routes task to target a specific controller with CONTROLLER=x. | Mike Breen | 2009-08-08 | 1 | -3/+4 |
* | Always use application generator to run templates. | José Valim | 2009-07-28 | 1 | -1/+1 |
* | Update db:sessions:create to use the proper generator. | José Valim | 2009-07-21 | 2 | -4/+4 |
* | Modified rake tasks to use new app generator structure and updated Thor version. | José Valim | 2009-07-16 | 1 | -40/+28 |
* | Fix several issues with the 2.3.2 gem loader. | Matt Jones | 2009-06-09 | 1 | -7/+7 |
* | Updated the db:structure:dump task to properly format the pgdump command when... | Jeff Dean | 2009-06-01 | 1 | -1/+3 |
* | better db:create for mysql - do not assume root user | Vladimir Dobriakov | 2009-06-01 | 1 | -3/+19 |
* | Remove 'core' fluff. Hookable ActiveSupport.load_all! | Jeremy Kemper | 2009-05-20 | 1 | -2/+2 |
* | Get Railties passing again | Yehuda Katz | 2009-05-16 | 1 | -4/+4 |
* | Added db/seeds.rb as a default file for storing seed data for the database. C... | David Heinemeier Hansson | 2009-05-11 | 1 | -2/+11 |
* | Remove stray call to gems:unpack in gems:build:force | Matt Jones | 2009-05-06 | 1 | -2/+1 |
* | Attempt to deal with more cases of gems with native components. | David Dollar | 2009-04-28 | 1 | -2/+16 |
* | Fix missing core extension dependencies | Jeremy Kemper | 2009-04-28 | 1 | -1/+5 |
* | Update rails:template task to expand file paths [#2528 state:resolved] | Stephen Celis | 2009-04-21 | 1 | -1/+3 |
* | Makes the gem system understand development vs. runtime dependencies [#2195 s... | David Dollar | 2009-03-13 | 1 | -46/+32 |
* | Display gem dependencies correctly and unpack exactly once [#2097 state:resol... | Matt Jones | 2009-03-01 | 1 | -4/+3 |
* | Force all internal calls to Array#to_sentence to use English [#2010 state:res... | David Heinemeier Hansson | 2009-02-27 | 1 | -1/+1 |
* | break out of initializer early if gems aren't loaded [#1750 state:resolved] | Matt Jones | 2009-02-20 | 1 | -2/+2 |
* | 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 |
* | 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 D... | Pratik Naik | 2008-12-21 | 1 | -2/+2 |
* | 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 |
* | 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 |
* | Manually load the DB config rather than firing the whole initializer [Gerrit ... | Michael Koziarski | 2008-12-01 | 2 | -4/+15 |
* | Add internal middleware stack to Dispatcher | Joshua Peek | 2008-12-01 | 1 | -0/+7 |
* | 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 a... | David Heinemeier Hansson | 2008-11-23 | 1 | -1/+11 |
* | Add helper test generators [#1199 state:resolved] | Eugene Bolshakov | 2008-11-17 | 1 | -4/+4 |
* | 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 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 |