| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not show credentials in generators help | yuuji.yaginuma | 2017-11-09 | 1 | -1/+2 |
* | Run in-app rails commands via fork+load where possible | Matthew Draper | 2017-09-04 | 1 | -4/+4 |
* | Preload Rails component gems in railties tests | Matthew Draper | 2017-09-04 | 1 | -0/+1 |
* | Adding frozen_string_literal pragma to Railties. | Pat Allan | 2017-08-14 | 1 | -0/+2 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | Do not show hidden namespaces in destroy commnad help | yuuji.yaginuma | 2017-03-27 | 1 | -0/+3 |
* | does not show hidden namespaces in generator's help | yuuji.yaginuma | 2017-02-24 | 1 | -0/+7 |
* | quiet generators log in test | yuuji.yaginuma | 2016-12-22 | 1 | -1/+1 |
* | `ARGV.shift` before calling Rails generators | Jon Moss | 2016-12-17 | 1 | -0/+15 |
* | improve error message when include assertions fail | Michael Grosser | 2016-09-16 | 1 | -4/+4 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -2/+2 |
* | applies new string literal convention in railties/test | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
* | Remove unused boot_rails method and it's usage | Prathamesh Sonpatki | 2016-07-04 | 1 | -1/+0 |
* | generate mailer views in Rails API | yuuji.yaginuma | 2016-02-15 | 1 | -0/+10 |
* | Add test to show api only apps allow overriding generator options | Santiago Pastorino | 2015-06-11 | 1 | -0/+16 |
* | config.api_only = true implies config.generators.api_only = true | Santiago Pastorino | 2015-06-11 | 1 | -1/+1 |
* | Api apps scaffold does not generate assets | Santiago Pastorino | 2015-06-11 | 1 | -0/+1 |
* | Api apps scaffold does not generate helpers | Santiago Pastorino | 2015-06-11 | 1 | -0/+1 |
* | Api apps scaffold does not generate views | Santiago Pastorino | 2015-06-11 | 1 | -0/+1 |
* | config.generators.api_only = true set rails api option on generators | Santiago Pastorino | 2015-06-11 | 1 | -1/+2 |
* | Hide assets, helper, css and js namespaces for api only apps | Santiago Pastorino | 2015-06-11 | 1 | -0/+15 |
* | 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 |