| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Don't require generator_test_helper in RailsGeneratorTest. | Joshua Peek | 2008-04-21 | 1 | -3/+12 |
* | Add .empty files to empty directories so git preserves them. | Joshua Peek | 2008-04-21 | 6 | -0/+0 |
* | * Remove default_url_options from mailer generator | Cody Fauser | 2008-04-21 | 1 | -3/+3 |
* | Add back empty plugin folders that were lost when we moved to git. | Joshua Peek | 2008-04-21 | 4 | -32/+32 |
* | Revert "Update plugin loading tests to reflect changes in plugin fixtures." | Joshua Peek | 2008-04-21 | 3 | -79/+86 |
* | Update plugin loading tests to reflect changes in plugin fixtures. | Joshua Peek | 2008-04-21 | 3 | -86/+79 |
* | Gem dependencies don't require a version. Also fixed up failing gem dependenc... | Joshua Peek | 2008-04-21 | 1 | -0/+4 |
* | Mock RailsFCGIHandler and Dispatcher to stop mocha deprecation warnings. | Joshua Peek | 2008-04-21 | 1 | -6/+24 |
* | Add example for default_url_options[:host] to generated mailers. | Mislav Marohnić | 2008-04-18 | 1 | -1/+4 |
* | Changed mailer generator to not use instance variables. | Mislav Marohnić | 2008-04-18 | 1 | -6/+6 |
* | Cleanup generator tests by extracting repeated code into generator_test_helpe... | Mislav Marohnić | 2008-04-18 | 5 | -358/+225 |
* | Refactor Dispatcher callbacks to remove unnecessary Dependencies checks in pr... | Pratik Naik | 2008-04-18 | 1 | -9/+12 |
* | Update fcgi dispatcher test cases. Closes #11471 [guillaume] | Jeremy Kemper | 2008-04-03 | 1 | -7/+23 |
* | Improving railties test coverage. Closes #11496 [miloops] | Jeremy Kemper | 2008-04-01 | 4 | -2/+25 |
* | Update generator tests. Closes #11487 [thechrisoshow] | Jeremy Kemper | 2008-04-01 | 5 | -137/+141 |
* | Added config.gem for specifying which gems are required by the application, a... | Rick Olson | 2008-03-30 | 1 | -0/+62 |
* | Missing test data | David Heinemeier Hansson | 2008-03-27 | 4 | -0/+5 |
* | Added Plugin#about method to programmatically access the about.yml in a plugi... | David Heinemeier Hansson | 2008-03-27 | 2 | -14/+27 |
* | Fixed that script/generate would not look for plugin generators in plugin_pat... | David Heinemeier Hansson | 2008-03-13 | 3 | -0/+48 |
* | Sort the results to remove platform dependent test failures | Michael Koziarski | 2008-02-20 | 1 | -2/+2 |
* | require abstract_unit directly since test is in load path | Jeremy Kemper | 2008-01-05 | 3 | -3/+3 |
* | require abstract_unit directly since test is in load path | Jeremy Kemper | 2008-01-05 | 8 | -11/+11 |
* | Ruby 1.9 compatibility. References #1689. | Jeremy Kemper | 2007-12-17 | 1 | -0/+2 |
* | Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 [Pr... | Jeremy Kemper | 2007-12-10 | 4 | -32/+32 |
* | Allow double quotes around RAILS_GEM_VERSION also. Closes #10443 [James Cox] | Jeremy Kemper | 2007-12-10 | 1 | -0/+5 |
* | Fix typos (closes #10378) | David Heinemeier Hansson | 2007-12-05 | 1 | -1/+1 |
* | Introduce SecretKeyGenerator for more secure session secrets than CGI::Sessio... | Jeremy Kemper | 2007-11-28 | 1 | -0/+35 |
* | RAILS_GEM_VERSION may be set to any valid gem version specifier. Closes #10057. | Jeremy Kemper | 2007-11-17 | 1 | -2/+14 |
* | Load config/preinitializer.rb, if present, before loading the environment. Cl... | Jeremy Kemper | 2007-11-17 | 1 | -1/+18 |
* | Ensure the plugin loader only loads plugins once. Closes #10102 [haruki_zaemon] | Rick Olson | 2007-11-08 | 1 | -0/+11 |
* | Refactor Plugin Loader. Add plugin lib paths early, and add lots of tests. ... | Rick Olson | 2007-11-08 | 5 | -129/+409 |
* | Refactor and test boot.rb. Include tests from and closes #9834. | Jeremy Kemper | 2007-10-23 | 1 | -0/+145 |
* | Model generator tests. Closes #8966 [abhay] | Jeremy Kemper | 2007-10-11 | 1 | -0/+109 |
* | Whitespace fix. Closes #9845. | Jeremy Kemper | 2007-10-11 | 1 | -1/+1 |
* | Tidy up framework initialization code to ensure that it doesn't add folders t... | Michael Koziarski | 2007-10-04 | 1 | -0/+53 |
* | Move Railties' Dispatcher to ActionController::Dispatcher, introduce before_ ... | Jeremy Kemper | 2007-09-26 | 2 | -121/+4 |
* | RailsFCGIHandler tests. Closes #9630. | Jeremy Kemper | 2007-09-23 | 6 | -181/+156 |
* | Dispatcher tests. References #9630. | Jeremy Kemper | 2007-09-23 | 3 | -76/+48 |
* | Make tests run with mocha gem | David Heinemeier Hansson | 2007-09-22 | 1 | -4/+3 |
* | Doc fix (closes #9203) [lazyatom] | David Heinemeier Hansson | 2007-09-22 | 1 | -5/+9 |
* | Added symbols as a legal way of specifying plugins in config.plugins (closes ... | David Heinemeier Hansson | 2007-09-22 | 1 | -7/+13 |
* | Fix test (closes #9618) | David Heinemeier Hansson | 2007-09-22 | 1 | -1/+1 |
* | Added the :all option to config.plugins thatll include the rest of the plugin... | David Heinemeier Hansson | 2007-09-21 | 2 | -0/+26 |
* | Support multiple config.after_initialize blocks so plugins and apps can more ... | Jeremy Kemper | 2007-09-18 | 1 | -7/+69 |
* | misc doc fixes + Add ActiveResource to Rails::Info. Closes #8741, #9008, #90... | Rick Olson | 2007-07-25 | 1 | -0/+7 |
* | Missing test | David Heinemeier Hansson | 2007-06-23 | 1 | -0/+106 |
* | Added --skip-migration option to scaffold and resource generators (closes #86... | David Heinemeier Hansson | 2007-06-23 | 2 | -37/+60 |