| Commit message (Expand) | Author | Age | Files | Lines |
* | Run in-app rails commands via fork+load where possible | Matthew Draper | 2017-09-04 | 1 | -1/+6 |
* | Run all railties tests before reporting failure | Matthew Draper | 2017-09-03 | 1 | -1/+14 |
* | Don't start a new process for every test file | Matthew Draper | 2017-09-03 | 1 | -10/+34 |
* | 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 |
* | Define path with __dir__ | bogdanvlviv | 2017-05-23 | 1 | -5/+5 |
* | Fix ability to run railties test suite | David Heinemeier Hansson | 2016-12-08 | 1 | -0/+1 |
* | modernizes hash syntax in railties | Xavier Noria | 2016-08-06 | 1 | -2/+2 |
* | applies new string literal convention to the rest of the project | Xavier Noria | 2016-08-06 | 1 | -7/+7 |
* | Remove package:clean task | Javan Makhmali | 2016-05-24 | 1 | -1/+0 |
* | Wrangle the asset build into something that sounds more general | Matthew Draper | 2016-02-01 | 1 | -0/+3 |
* | Revert "don't start a new process for every test file" | Matthew Erhard | 2015-12-02 | 1 | -21/+8 |
* | don't start a new process for every test file | Aaron Patterson | 2015-11-03 | 1 | -8/+21 |
* | Disable warnings in railties tests | Rafael Mendonça França | 2015-08-27 | 1 | -1/+1 |
* | Remove unused package tasks | Arun Agrawal | 2015-05-28 | 1 | -9/+0 |
* | Remove broken and unused release task | Arun Agrawal | 2015-05-22 | 1 | -9/+0 |
* | Follow up to #16613 | Robin Dupret | 2014-09-28 | 1 | -0/+1 |
* | Removed unused require from Rakefile | Arun Agrawal | 2013-07-14 | 1 | -4/+0 |
* | Removed unused broken task for update README [ci skip] | Arun Agrawal | 2013-07-14 | 1 | -9/+0 |
* | Saying gemcutter => rubygems [ci skip] | Arun Agrawal | 2013-06-21 | 1 | -1/+1 |
* | Add TEST_DIRS enviroment for constrain test directories in rakefile | Abd ar-Rahman Hamidi | 2013-04-08 | 1 | -2/+3 |
* | Turning on warnings in "rake test" for railties | Arun Agrawal | 2013-04-01 | 1 | -1/+1 |
* | Add rake test description | sanemat | 2013-01-01 | 1 | -0/+2 |
* | remove misleading comment in Rakefile | schneems | 2012-09-24 | 1 | -3/+0 |
* | Remove useless load path modifications | Santiago Pastorino | 2012-05-11 | 1 | -1/+2 |
* | Rakefile executable attributes and shebang lines has been removed | Roman V. Babenko | 2012-05-02 | 1 | -1/+0 |
* | remove unused pguides rake task from railties | Vijay Dev | 2012-05-02 | 1 | -9/+0 |
* | moves the guides up to the root directory | Xavier Noria | 2012-03-17 | 1 | -12/+0 |
* | railties depends on actionpack, so put actionpack in the include path | Aaron Patterson | 2011-09-09 | 1 | -1/+7 |
* | rake already ships with a ruby command | Aaron Patterson | 2011-09-09 | 1 | -2/+1 |
* | fixes Rake::GemPackageTask deprecation warnings from rake 0.9.0 | Vijay Dev | 2011-05-24 | 1 | -2/+2 |
* | removes the :update_ujs task in railties | Xavier Noria | 2011-05-04 | 1 | -4/+0 |
* | Prototype and Scriptaculous are no longer vendored, but provided by prototype... | Xavier Noria | 2011-04-30 | 1 | -1/+0 |
* | Make update_ujs task update the right files | Santiago Pastorino | 2011-04-29 | 1 | -2/+2 |
* | sorry, the CI cannot lie to us anymore | Aaron Patterson | 2011-01-12 | 1 | -1/+1 |
* | use https to fetch files from GitHub | Akira Matsuda | 2010-12-26 | 1 | -2/+2 |
* | Rakefiles are executables, and rake loads rake, not rakefile code | raggi | 2010-11-25 | 1 | -1/+1 |
* | -j parameter added to rails new command. | siong1987 | 2010-10-11 | 1 | -2/+3 |
* | deletes the rdoc task of each component, they are no longer published separately | Xavier Noria | 2010-08-20 | 1 | -16/+0 |
* | Bump up rdoc to 2.5.10 | Santiago Pastorino | 2010-08-18 | 1 | -1/+1 |
* | update Rakefiles for RDoc 2.5 | Aaron Patterson | 2010-07-23 | 1 | -4/+11 |
* | Makes Rakefile activate rdoc >= 2.5.9 | Santiago Pastorino | 2010-07-23 | 1 | -1/+1 |
* | Add .rdoc extension to README files. | José Valim | 2010-07-21 | 1 | -1/+1 |
* | Rework a bit README files. | José Valim | 2010-07-21 | 1 | -7/+0 |
* | Don't halt railties tests on failures | Jeremy Kemper | 2010-06-24 | 1 | -2/+2 |
* | use RDoc 2.2 to generate the documentation of individual components | Xavier Noria | 2010-06-16 | 1 | -0/+2 |
* | New rake validate_guides task to validate output/*.html against the W3C Valid... | Jaime Iniesta | 2010-05-24 | 1 | -0/+6 |
* | Use Config::CONFIG['host_os'] instead of RUBY_PLATFORM [#4477 state:resolved] | Anil Wadghule | 2010-04-26 | 1 | -0/+1 |
* | Make Railties RDoc task work again [#4291 state:resolved] | Andrew White | 2010-03-28 | 1 | -6/+2 |