| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. ... | Jeremy Kemper | 2013-01-06 | 1 | -1/+1 |
* | Use Ruby 1.9 Hash syntax in railties | Robin Dupret | 2012-10-14 | 1 | -15/+15 |
* | Merge pull request #3359 from mrreynolds/datamapper_naming_fix | Rafael Mendonça França | 2012-05-19 | 1 | -9/+9 |
|\ |
|
| * | Fixed DataMapper namings in symbols and constants. | Robert Glaser | 2011-10-18 | 1 | -9/+9 |
* | | Remove --http. | José Valim | 2012-03-14 | 1 | -28/+0 |
* | | Add test to ensure setting config.generators.http_only actually disables the ... | Carlos Antonio da Silva | 2012-03-14 | 1 | -1/+14 |
* | | Allow generator configs from http_only! to be overriden by app | Carlos Antonio da Silva | 2012-03-14 | 1 | -0/+15 |
* | | convert railties to use AS::TestCase | Aaron Patterson | 2012-01-05 | 1 | -1/+1 |
|/ |
|
* | Solve the RAILS_ENV problem in the railties tests in a more generic way | Jon Leighton | 2011-06-06 | 1 | -0/+4 |
* | Use load_generators instead. | José Valim | 2011-05-25 | 1 | -4/+2 |
* | Fixed failing tests for generators_test | Arun Agrawal | 2011-05-25 | 1 | -2/+2 |
* | Tidy up generators commits. | José Valim | 2010-11-17 | 1 | -11/+2 |
* | Fix generators tests on ruby 1.9 | Piotr Sarnacki | 2010-11-17 | 1 | -6/+8 |
* | Do not allow to use plugin_new generator directly, you should use Usage: | Piotr Sarnacki | 2010-11-16 | 1 | -0/+6 |
* | Allow running `rails plugin new` command inside rails application | Piotr Sarnacki | 2010-11-16 | 1 | -0/+6 |
* | Provide a cleaner syntax for paths configuration that does not rely on method... | José Valim | 2010-10-06 | 1 | -1/+1 |
* | Make config.generators accept string namespaces, you can do now config.genera... | Santiago Pastorino | 2010-07-21 | 1 | -0/+15 |
* | Should call configure! to initiliaze the application | Santiago Pastorino | 2010-06-09 | 1 | -0/+1 |
* | Add config.generators.templates to provide alternative paths for template loo... | José Valim | 2010-02-06 | 1 | -11/+4 |
* | Add config.generators.fallbacks. | José Valim | 2010-02-01 | 1 | -1/+12 |
* | Move the ActiveRecord generator settings into the Railtie | Carl Lerche | 2010-01-28 | 1 | -1/+1 |
* | Test::Unit Railtie | Carlhuda | 2010-01-28 | 1 | -2/+8 |
* | Refactor railties test, break huge files in smaller chunks and move initiali... | José Valim | 2010-01-26 | 1 | -13/+0 |
* | Set up subscriber on initialization. | José Valim | 2010-01-13 | 1 | -1/+1 |
* | Rename rails.rb -> rails/all.rb and rails/core.rb -> rails.rb | Carl Lerche | 2009-12-31 | 1 | -1/+1 |
* | tests pass with requiring the frameworks in rails.rb | Carlhuda | 2009-12-23 | 1 | -14/+16 |
* | Remove global Rails initializers | Carlhuda | 2009-12-02 | 1 | -9/+17 |
* | Configure generator when needed rather than during initialization | Jeremy Kemper | 2009-11-03 | 1 | -1/+2 |
* | Pass config.generators options along when RAILS_GENERATORS is set and show --... | José Valim | 2009-11-03 | 1 | -2/+4 |
* | Remove config.gem in favor of using the bundler. This makes config/boot.rb ob... | Carl Lerche | 2009-10-16 | 1 | -0/+1 |
* | Use Rails.initialize! where we just want to run the initializers and aren't c... | Joshua Peek | 2009-10-16 | 1 | -2/+2 |
* | Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application... | Carl Lerche | 2009-10-16 | 1 | -0/+2 |
* | Have config/application.rb contain the application definition and require tha... | Carl Lerche | 2009-10-15 | 1 | -0/+4 |
* | Finish porting over the initializers to the app object and fix all the tests | Carl Lerche | 2009-10-14 | 1 | -1/+1 |
* | Finish porting over the initializers to the app object and fix all the tests | Carl Lerche | 2009-10-08 | 1 | -0/+89 |