| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable `Layout/EmptyLinesAroundAccessModifier` cop | Ryuta Kamizono | 2019-06-13 | 1 | -1/+0 |
* | Use `--skip-webpack-install` by default | yuuji.yaginuma | 2018-10-09 | 1 | -1/+1 |
* | Make Webpacker the default JavaScript compiler for Rails 6 (#33079) | David Heinemeier Hansson | 2018-09-30 | 1 | -0/+3 |
* | [Railties] require_relative => require | Akira Matsuda | 2017-10-21 | 1 | -1/+1 |
* | Adding frozen_string_literal pragma to Railties. | Pat Allan | 2017-08-14 | 3 | -0/+6 |
* | Use `assert_nil` if `value` is nil in `assert_field_default_value` | yuuji.yaginuma | 2017-08-03 | 1 | -1/+5 |
* | [Railties] require => require_relative | Akira Matsuda | 2017-07-01 | 1 | -1/+1 |
* | Add option for class_attribute default (#29270) | David Heinemeier Hansson | 2017-05-29 | 1 | -4/+4 |
* | Define path with __dir__ | bogdanvlviv | 2017-05-23 | 1 | -2/+2 |
* | Privatize unneededly protected methods in Railties | Akira Matsuda | 2016-12-25 | 1 | -5/+5 |
* | code gardening: removes redundant selfs | Xavier Noria | 2016-08-08 | 1 | -4/+4 |
* | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 2 | -5/+4 |
* | applies new string literal convention in railties/lib | Xavier Noria | 2016-08-06 | 1 | -11/+11 |
* | Merge pull request #21912 from y-yagi/move_prepare_destination_to_public | Sean Griffin | 2015-10-08 | 1 | -1/+2 |
|\ |
|
| * | change `prepare_destination` to public API [ci skip] | yuuji.yaginuma | 2015-10-08 | 1 | -1/+2 |
* | | remove unused require | yuuji.yaginuma | 2015-10-08 | 1 | -2/+0 |
|/ |
|
* | assert_file understands paths with special characters | Diego Carrion | 2015-06-18 | 1 | -1/+1 |
* | - Extracted silence_stream method to new module in activesupport/testing. | Vipul A M | 2015-01-20 | 1 | -16/+2 |
* | Fix example code for `Rails::Generators::Testing::Behaviour` [ci skip] | Ryunosuke SATO | 2014-10-17 | 1 | -1/+1 |
* | Keep quietly and capture undeprecated on your suite | Rafael Mendonça França | 2014-07-15 | 1 | -0/+17 |
* | Require shellwords since it is dependecy of this file | Rafael Mendonça França | 2014-06-26 | 1 | -0/+2 |
* | Removing without_thor_debug | Arun Agrawal | 2014-01-11 | 1 | -13/+3 |
* | Reverse 821525e and wrap run_generator call | Andrew White | 2014-01-02 | 1 | -3/+13 |
* | More Warnings removed for ruby trunk | Arun Agrawal | 2013-11-01 | 1 | -2/+2 |
* | Make the application name snake cased when it contains spaces | Robin Dupret | 2013-10-22 | 1 | -1/+1 |
* | Revert "Merge pull request #10194 from pabloh/extract_regexp_at_generators_te... | Carlos Antonio da Silva | 2013-04-12 | 1 | -3/+1 |
* | Extract method declaration regexp into a constant | Pablo Herrero | 2013-04-12 | 1 | -1/+3 |
* | Avoid running bundler on tests that don't need it | Sam Ruby | 2013-04-03 | 1 | -1/+4 |
* | Move the class methods to above the protected section | Rafael Mendonça França | 2013-04-01 | 3 | -47/+36 |
* | Break down Rails::Generator::TestCase into modules | Pablo Herrero | 2013-03-31 | 3 | -0/+253 |