| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove changelog header for unreleased version | Rafael Mendonça França | 2018-03-13 | 1 | -2/+0 |
* | Introduce explicit rails server handler option | Genadi Samokovarov | 2018-03-04 | 1 | -0/+18 |
* | Add --expanded option to "rails routes" | Benoit Tigeot | 2018-02-28 | 1 | -0/+19 |
* | Remove changelogs for Rails 6.0 since they were backported to `5-2-stable` | bogdanvlviv | 2018-02-26 | 1 | -8/+0 |
* | Rails 6 requires Ruby 2.4.1+ | Jeremy Daer | 2018-02-17 | 1 | -0/+7 |
* | Fix changelog entry [ci skip] | Rafael Mendonça França | 2018-02-16 | 1 | -1/+7 |
* | Add SuppressedSummaryReporter and TestUnitReporter only if necessary | Kevin Robatel | 2018-02-15 | 1 | -1/+1 |
* | Start Rails 6.0 development!!! | Rafael Mendonça França | 2018-01-30 | 1 | -162/+1 |
* | Improve the deprecation message for using subclass of Rails::Application to s... | Prathamesh Sonpatki | 2018-01-07 | 1 | -1/+1 |
* | Preparing for 5.2.0.beta2 release | Rafael Mendonça França | 2017-11-28 | 1 | -0/+5 |
* | Preparing for 5.2.0.beta1 release | Rafael Mendonça França | 2017-11-27 | 1 | -0/+2 |
* | Deprecate an `after_bundle` callback in Rails plugin templates | yuuji.yaginuma | 2017-11-18 | 1 | -0/+4 |
* | Add --skip-active-storage and do so automatically when --skip-active-record i... | bogdanvlviv | 2017-11-06 | 1 | -0/+6 |
* | redis-rb 4.0 support | Jeremy Daer | 2017-10-08 | 1 | -0/+4 |
* | Add `mini_magick` to default `Gemfile` as comment | Yoshiyuki Hirano | 2017-09-17 | 1 | -0/+4 |
* | Add credentials using a generic EncryptedConfiguration class (#30067) | David Heinemeier Hansson | 2017-09-11 | 1 | -0/+6 |
* | Support multiple versions arguments for `gem` method of Generators | Yoshiyuki Hirano | 2017-08-19 | 1 | -0/+4 |
* | Add --skip-yarn option to the plugin generator | bogdanvlviv | 2017-08-15 | 1 | -0/+4 |
* | Formatting CHANGELOGs [ci skip] | Ryuta Kamizono | 2017-08-15 | 1 | -2/+2 |
* | Optimize routes indentation | Yoshiyuki Hirano | 2017-08-14 | 1 | -0/+4 |
* | Merge pull request #30166 from yhirano55/fix_generator_method_environment | Rafael Mendonça França | 2017-08-11 | 1 | -0/+4 |
|\ |
|
| * | Optimize indentation for generator actions | Yoshiyuki Hirano | 2017-08-11 | 1 | -0/+4 |
* | | Merge pull request #30116 from yhirano55/skip_unused_components_when_running_... | Rafael Mendonça França | 2017-08-11 | 1 | -0/+4 |
|\ \ |
|
| * | | Skip unused components when running in Rails plugin | Yoshiyuki Hirano | 2017-08-09 | 1 | -0/+4 |
* | | | Merge pull request #30110 from yhirano55/add_git_source | Rafael Mendonça França | 2017-08-11 | 1 | -0/+4 |
|\ \ \
| |_|/
|/| | |
|
| * | | Add git_source to Gemfile for plugin generator | Yoshiyuki Hirano | 2017-08-09 | 1 | -0/+4 |
| |/ |
|
* / | `--skip-action-cable` pass throughs `rails plugin new` | bogdanvlviv | 2017-08-10 | 1 | -0/+4 |
|/ |
|
* | Merge pull request #30127 from y-yagi/deprecate_support_of_older_config_ru | Rafael França | 2017-08-08 | 1 | -0/+4 |
|\ |
|
| * | Deprecate support of older `config.ru` | yuuji.yaginuma | 2017-08-08 | 1 | -0/+4 |
* | | Lint railties/CHANGELOG.md | Jon Moss | 2017-08-06 | 1 | -2/+2 |
|/ |
|
* | Set Ruby version in Gemfile and .ruby-version by default | Alberto Almagro | 2017-07-31 | 1 | -0/+6 |
* | Revert "Include rack-mini-profiler by default" | Rafael França | 2017-07-24 | 1 | -5/+0 |
* | Include rack-mini-profiler by default | schneems | 2017-07-24 | 1 | -0/+5 |
* | support `-` as an argument to `rails runner` | Cody Cutrer | 2017-07-17 | 1 | -0/+5 |
* | Add bootsnap to default Gemfile: | Burke Libbey | 2017-07-17 | 1 | -0/+4 |
* | Properly expand the environment's name | Robin Dupret | 2017-07-16 | 1 | -0/+5 |
* | Deprecate environment as an argument for dbconsole and console | Robin Dupret | 2017-07-16 | 1 | -0/+14 |
* | Allow to pass a connection to the `dbconsole` command | Robin Dupret | 2017-07-16 | 1 | -0/+7 |
* | Do not generate unused components contents in `app:update` task | yuuji.yaginuma | 2017-07-16 | 1 | -0/+7 |
* | * Don't eagerly require Rails' minitest plugin. | Kasper Timm Hansen | 2017-07-10 | 1 | -0/+8 |
* | Load environment file in `dbconsole` command | yuuji.yaginuma | 2017-07-09 | 1 | -0/+6 |
* | Add `rails secrets:show` command | yuuji.yaginuma | 2017-07-07 | 1 | -0/+4 |
* | Allow mounting same engine under several locations | David Rodríguez | 2017-07-05 | 1 | -0/+6 |
* | Add backticks [ci skip] | Ryuta Kamizono | 2017-07-03 | 1 | -1/+1 |
* | Clear screenshots files in `tmp:clear` task | yuuji.yaginuma | 2017-06-27 | 1 | -0/+4 |
* | Add `railtie.rb` to the plugin generator | Tsukuru Tanimichi | 2017-06-26 | 1 | -0/+4 |
* | Deprecate an `capify!` method in generators and templates | yuuji.yaginuma | 2017-06-18 | 1 | -0/+4 |
* | Allow irb options to be passed from `rails console` command | yuuji.yaginuma | 2017-05-08 | 1 | -0/+6 |
* | Cleanup CHANGELOGs [ci skip] | Ryuta Kamizono | 2017-04-30 | 1 | -1/+0 |
* | Added a shared section to config/database.yml that will be loaded for all env... | Pierre Schambacher | 2017-04-26 | 1 | -3/+7 |