| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused fixtures | yuuji.yaginuma | 2017-09-26 | 3 | -7/+0 |
* | Adding frozen_string_literal pragma to Railties. | Pat Allan | 2017-08-14 | 9 | -0/+18 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 9 | -9/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 9 | -0/+9 |
* | Define path with __dir__ | bogdanvlviv | 2017-05-23 | 1 | -1/+1 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 3 | -3/+3 |
* | applies new string literal convention in railties/test | Xavier Noria | 2016-08-06 | 2 | -2/+2 |
* | Remove `--builder` option from `rails` command | Prem Sichanugrist | 2013-02-24 | 7 | -51/+0 |
* | Revert "Detect rbenv and update the shebang" | Jeremy Kemper | 2012-12-28 | 1 | -0/+0 |
* | Forgot to check in railties fixture for binstubs | Yehuda Katz | 2012-12-22 | 1 | -0/+0 |
* | Use Ruby 1.9 Hash syntax in railties | Robin Dupret | 2012-10-14 | 1 | -1/+1 |
* | treat USAGE as an ERB template | Colin MacKenzie IV | 2011-11-02 | 2 | -0/+6 |
* | Removed tests for rescue branch for Rails 2.x compatibility | Alexey Gaziev | 2011-06-20 | 1 | -3/+0 |
* | create_dummy_app method that allows to easily create dummy application from t... | Piotr Sarnacki | 2010-11-02 | 2 | -4/+11 |
* | Make tests for app and plugin generators more DRY | Piotr Sarnacki | 2010-11-02 | 5 | -14/+14 |
* | Allow easy overriding of test framework in 'rake plugin new' generator, using... | Piotr Sarnacki | 2010-11-02 | 1 | -0/+13 |
* | Added 'rails plugin new' generator which generates gem plugin skeleton. | Piotr Sarnacki | 2010-11-02 | 3 | -0/+16 |
* | It would be nice to actually commit test fixtures | Carlhuda | 2010-04-30 | 3 | -0/+16 |
* | Load generators from both lib/rails/generators and lib/generators. Using the ... | José Valim | 2010-03-23 | 2 | -1/+1 |
* | Remove old fixtures files. | José Valim | 2010-01-26 | 20 | -53/+0 |
* | Give higher priority to rails generators. | José Valim | 2010-01-21 | 2 | -0/+1 |
* | More cleaning up on rails generators load path. | José Valim | 2010-01-18 | 5 | -9/+1 |
* | Rewrite Metal tests | Joshua Peek | 2010-01-10 | 6 | -34/+0 |
* | Scaffolding generates new routing dsl examples | Joshua Peek | 2009-12-09 | 1 | -1/+1 |
* | Also load generators at lib/rails_generators. | José Valim | 2009-11-23 | 1 | -0/+0 |
* | Avoid duplicated names on help description and show proper error message if t... | José Valim | 2009-11-03 | 1 | -0/+4 |
* | Move Rails::Static into ActionDispatch | Joshua Peek | 2009-09-26 | 3 | -3/+0 |
* | Move railties/lib/* into railties/lib/* | Yehuda Katz + Carl Lerche | 2009-09-24 | 1 | -1/+1 |
* | I18n support for plugins | Antonio Tapiador del Dujo | 2009-08-30 | 1 | -0/+2 |
* | Use less strict rules in generators lookup, so people can lay their generator... | José Valim | 2009-08-10 | 2 | -0/+2 |
* | Added rubygems to generators load_paths, but we only load generators from gem... | José Valim | 2009-08-08 | 2 | -0/+0 |
* | Allow rails templates relative to the current path to be given. | José Valim | 2009-08-07 | 1 | -0/+1 |
* | Merge branch 'master' of git://github.com/rails/rails | José Valim | 2009-07-28 | 2 | -4/+4 |
|\ |
|
| * | make pass through error code configurable [#2817 state:resolved] | John Duff | 2009-07-22 | 2 | -4/+4 |
* | | Load generators from user home and show a error message if they can't be loaded. | José Valim | 2009-07-04 | 1 | -0/+3 |
* | | Search for generators on vendorized plugins and gems. | José Valim | 2009-07-04 | 2 | -4/+2 |
* | | More tests for rails generators and lookup. | José Valim | 2009-07-03 | 8 | -2/+14 |
|/ |
|
* | update metal fixtures to be ruby 1.9 compat | Joshua Peek | 2009-03-15 | 6 | -6/+6 |
* | Make sure Metal use ActionController class name conventions [#2242 state:reso... | Luca Guidi | 2009-03-15 | 1 | -0/+5 |
* | Ensure public folder structure is setup correctly if the tests are ran out of... | Joshua Peek | 2009-03-10 | 3 | -0/+3 |
* | Raise LoadError instead of a runtime exception [#1498 state:resolved] | karmi | 2009-03-07 | 1 | -1/+1 |
* | Enhanced Rails Metal - the load order of metals can now be configured [#2057 ... | Simon Jefford | 2009-03-03 | 5 | -0/+29 |
* | Metal can now line in plugins under app/metal [#2045 state:committed] | Matthew Rudy Jacobs | 2009-02-27 | 1 | -0/+10 |
* | Added view path support for engines [DHH] | David Heinemeier Hansson | 2008-11-27 | 1 | -1/+1 |
* | Added that config/routes.rb files in engine plugins are automatically loaded ... | David Heinemeier Hansson | 2008-11-26 | 4 | -0/+10 |
* | Initializer to sort files before eager loading. [#859 state:resolved] | Tom Ward | 2008-08-22 | 2 | -0/+5 |
* | Make plugins initialize also from rails/init.rb to ensure consistency with ge... | Jacek Becela | 2008-06-08 | 3 | -0/+10 |
* | Merge docrails. | Pratik Naik | 2008-05-25 | 1 | -1/+1 |
* | Use .gitignore as the convention for dummy file names. | Joshua Peek | 2008-04-24 | 6 | -0/+0 |
* | Add .empty files to empty directories so git preserves them. | Joshua Peek | 2008-04-21 | 6 | -0/+0 |