| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure template runner tests don't depend on hash ordering [#1654 state:resol... | Mike Gunderloy | 2008-12-28 | 1 | -1/+1 |
* | Adding test coverage and better logging to Rails::TemplateRunner [#1618 state... | Aaron Quint | 2008-12-27 | 1 | -0/+190 |
* | Switch to Rack based session stores. | Joshua Peek | 2008-12-15 | 1 | -0/+1 |
* | How'd that sneak in there? | Jeremy Kemper | 2008-12-09 | 1 | -1/+0 |
* | handle missing dependecies in gem loading | Matt Jones | 2008-12-01 | 5 | -0/+94 |
* | fix failing railties test | Joshua Peek | 2008-12-01 | 1 | -2/+2 |
* | Changed Rails.root to return a Pathname object (allows for Rails.root.join("a... | David Heinemeier Hansson | 2008-11-30 | 1 | -2/+2 |
* | Enhanced Rails.root to take parameters that'll be join with the root, like Ra... | David Heinemeier Hansson | 2008-11-29 | 1 | -0/+10 |
* | Added view path support for engines [DHH] | David Heinemeier Hansson | 2008-11-27 | 2 | -112/+118 |
* | Added that config/routes.rb files in engine plugins are automatically loaded ... | David Heinemeier Hansson | 2008-11-26 | 6 | -1/+12 |
* | Added app/[models|controllers|helpers] to the load path for plugins that has ... | David Heinemeier Hansson | 2008-11-26 | 2 | -10/+23 |
* | Explicitly require AS::Deprecation for the SecretKeyGenerator. Bring in Activ... | Jeremy Kemper | 2008-11-24 | 1 | -1/+1 |
* | Skip fcgi dispatcher tests if fcgi lib isn't available | Jeremy Kemper | 2008-11-24 | 1 | -3/+4 |
* | Explicitly require action_view to bring in its i18n load path | Jeremy Kemper | 2008-11-24 | 1 | -0/+3 |
* | Rename Rails::Info.components to frameworks | Jeremy Kemper | 2008-11-24 | 1 | -5/+5 |
* | Accept a prefix argument to filter_backtrace_with_cleaning [#1456 state:commi... | Manfred Stienstra | 2008-11-24 | 2 | -1/+30 |
* | Require Mocha >= 0.9.3 which includes a MiniTest adapter | Jeremy Kemper | 2008-11-23 | 1 | -6/+3 |
* | Reflect default locale change from en-US to en | Jeremy Kemper | 2008-11-19 | 1 | -3/+3 |
* | Added config.i18n settings gatherer to config/environment, auto-loading of al... | David Heinemeier Hansson | 2008-11-18 | 1 | -2/+47 |
* | Add helper test generators [#1199 state:resolved] | Eugene Bolshakov | 2008-11-17 | 5 | -27/+83 |
* | Appropriate test case subclasses to get assert_tag and assert_deprecated | Jeremy Kemper | 2008-11-15 | 2 | -2/+2 |
* | Really silence spec warnings when running GemDependency tests [#1308 state:re... | Jeffrey Hardy | 2008-10-31 | 1 | -3/+2 |
* | Don't include the path when checking class collisions [#545 state:resolved] | Joshua Peek | 2008-10-13 | 1 | -0/+3 |
* | Make VendorGemSourceIndex handle broken/missing specs generated by previous v... | Matt Jones | 2008-10-13 | 4 | -0/+50 |
* | Fix a number of errors in the config.gem mechanism. | Matt Jones | 2008-10-05 | 11 | -5/+189 |
* | Partially revert 185fe2e9cce737d69d3b47a656f3651ce152c0c1 | Michael Koziarski | 2008-09-24 | 1 | -1/+1 |
* | Prevent deprecation warning in the tests | Michael Koziarski | 2008-08-28 | 1 | -1/+3 |
* | Deprecate Rails::SecretKeyGenerator in favor of ActiveSupport::SecureRandom. | Hongli Lai (Phusion | 2008-08-27 | 1 | -8/+0 |
* | The 'rails' command was broken by the last commit. Fix that. | Hongli Lai (Phusion | 2008-08-26 | 1 | -1/+7 |
* | When an unexpected exception is caught, tell the administrator to read the lo... | Hongli Lai (Phusion | 2008-08-26 | 1 | -0/+37 |
* | Generate belongs_to association when generating a model | Tarmo Tänav | 2008-08-23 | 1 | -0/+8 |
* | Generate belongs_to associations automatically for 'references' types [#640 s... | Tarmo Tänav | 2008-08-23 | 1 | -0/+8 |
* | Initializer to sort files before eager loading. [#859 state:resolved] | Tom Ward | 2008-08-22 | 3 | -0/+23 |
* | Make requiring gems optional. | Ben Sandofsky | 2008-08-04 | 1 | -0/+9 |
* | Check for ActionMailer and ActionController before attempting to eager load t... | Sam Granieri | 2008-07-24 | 1 | -1/+20 |
* | Stub out timestamped_migrations in generator tests | Joshua Peek | 2008-07-19 | 1 | -1/+2 |
* | Merge with docrails. | Pratik Naik | 2008-07-16 | 1 | -1/+1 |
* | Added tests to show that 2d372d7 breaks old generator behavior (#545 state:re... | Joshua Peek | 2008-07-11 | 1 | -0/+19 |
* | Warn and uses singularized ModelName if a plural ModelName is given to script... | Pat George | 2008-06-27 | 1 | -0/+42 |
* | Fix discrepancies with loading rails/init.rb from gems. [#324 state:resolved] | rick | 2008-06-08 | 1 | -1/+1 |
* | Make plugins initialize also from rails/init.rb to ensure consistency with ge... | Jacek Becela | 2008-06-08 | 7 | -15/+33 |
* | Wrap Initializer after_initialize inside mocha block. | Joshua Peek | 2008-06-07 | 1 | -48/+48 |
* | Fix that Rails::InfoController tests | Pratik Naik | 2008-06-05 | 1 | -0/+4 |
* | Fixed deprecated call to Dependencies in plugin loader test. | Joshua Peek | 2008-06-04 | 1 | -4/+4 |
* | Fixed initializer tests by stubbing out gems dependencies check. | Joshua Peek | 2008-06-02 | 1 | -16/+18 |
* | In 9c4f003, gem installation quotes versions. Do the same for unpack and upda... | Joshua Peek | 2008-06-02 | 1 | -8/+8 |
* | Merge docrails. | Pratik Naik | 2008-05-25 | 2 | -31/+31 |
* | Add some test coverage for RailsControllerGenerator. | Joshua Peek | 2008-05-13 | 2 | -10/+44 |
* | Use .gitignore as the convention for dummy file names. | Joshua Peek | 2008-04-24 | 6 | -0/+0 |
* | Rails Edge info returns the latest git commit hash [#36 state:resolved] | Francesc Esplugas | 2008-04-22 | 1 | -38/+32 |