| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove redundant begin block | Ryuta Kamizono | 2019-04-04 | 1 | -10/+9 |
* | Use `execute_batch2` rather than `execute_batch` to fix performance regressio... | Ryuta Kamizono | 2019-04-04 | 2 | -2/+2 |
* | Add test that the listen gem is included when RUBY_ENGINE is not 'ruby' | Benoit Daloze | 2019-04-03 | 1 | -0/+16 |
* | Merge pull request #35805 from excid3/attachments-field-generators | Rafael França | 2019-04-02 | 5 | -5/+73 |
|\ |
|
| * | Add attachment and attachments field generators | Chris Oliver | 2019-03-30 | 5 | -5/+73 |
* | | Include final newline in generated .ruby-version | Orhan Toy | 2019-04-01 | 1 | -0/+2 |
|/ |
|
* | Add rich_text field to model generators | Chris Oliver | 2019-03-28 | 3 | -1/+54 |
* | Use webdrivers instead of chromedriver-helper in new apps | Guillermo Iguaran | 2019-03-24 | 1 | -2/+2 |
* | Make aliases of `database` option in generators work | yuuji.yaginuma | 2019-03-20 | 3 | -0/+30 |
* | Add version awareness to rails db:system:change | Gannon McGibbon | 2019-03-08 | 1 | -3/+18 |
* | Let Zeitwerk be a dependency of Active Support | Xavier Noria | 2019-02-13 | 1 | -9/+0 |
* | Zeitwerk integration | Xavier Noria | 2019-02-12 | 1 | -0/+9 |
* | Set sqlite3 gem version explicitly in generated Gemfile | Sergey Ponomarev | 2019-02-05 | 1 | -1/+1 |
* | Railities typo fixes. | alkesh26 | 2019-02-01 | 4 | -4/+4 |
* | Fix `ERB.new` argument deprecated warning | yuuji.yaginuma | 2019-01-31 | 1 | -1/+5 |
* | Don't add `RAILS_ENV` in generate action | yuuji.yaginuma | 2019-01-19 | 1 | -0/+6 |
* | Remove deprecated `after_bundle` helper inside plugins templates | Rafael Mendonça França | 2019-01-17 | 1 | -32/+0 |
* | Remove deprecated `capify!` | Rafael Mendonça França | 2019-01-17 | 1 | -9/+0 |
* | Minimize boilerplate setup code for JavaScript libraries | Javan Makhmali | 2019-01-16 | 1 | -2/+2 |
* | Merge branch 'master' into db_system_change_command | Kasper Timm Hansen | 2019-01-16 | 3 | -2/+19 |
|\ |
|
| * | Add connection_test to app generator | Vladimir Dementyev | 2019-01-13 | 1 | -0/+3 |
| * | Add channel test generator | Vladimir Dementyev | 2019-01-13 | 1 | -0/+14 |
| * | Move all npm packages to @rails scope | Javan Makhmali | 2019-01-10 | 1 | -2/+2 |
* | | Revise wording on invalid database error messages | Gannon McGibbon | 2019-01-09 | 1 | -1/+1 |
* | | Add rails db:system:change command | Gannon McGibbon | 2019-01-09 | 2 | -0/+114 |
|/ |
|
* | Preserve Bundle configuration during app generation (#34755) | Marco Costa | 2019-01-09 | 1 | -0/+18 |
* | Revert "Revert "Merge pull request #34387 from yhirano55/rails_info_propertie... | Kasper Timm Hansen | 2019-01-08 | 1 | -0/+11 |
* | Revert "Merge pull request #34387 from yhirano55/rails_info_properties_json" | Kasper Timm Hansen | 2019-01-08 | 1 | -11/+0 |
* | Revert "Remove node_modules path from assets load paths since we use webpack ... | bogdanvlviv | 2019-01-06 | 1 | -0/+5 |
* | Add `--skip-action-text` option to `rails new` | bogdanvlviv | 2019-01-05 | 2 | -0/+17 |
* | Merge pull request #34816 from bogdanvlviv/add-skip-action-mailbox-option-to-... | Rafael Mendonça França | 2019-01-03 | 2 | -0/+9 |
|\ |
|
| * | Add `--skip-action-mailbox` option to `rails new` | bogdanvlviv | 2018-12-28 | 2 | -0/+14 |
* | | Don't load Action Mailbox when Active Storage is skipped | George Claghorn | 2018-12-29 | 1 | -0/+5 |
* | | Ensure that the app generator skips action mailbox when `--skip-active-record... | bogdanvlviv | 2018-12-28 | 1 | -0/+5 |
|/ |
|
* | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block | Ryuta Kamizono | 2018-12-21 | 1 | -6/+4 |
* | Module#{attr,attr_accessor,attr_reader,attr_writer} become public since Ruby 2.5 | Ryuta Kamizono | 2018-12-21 | 2 | -4/+4 |
* | Do not show post install message on rails new | Rafael Mendonça França | 2018-12-13 | 1 | -1/+1 |
* | Merge pull request #34691 from gmcgibbon/rm_helper_generator_suffix | Ryuta Kamizono | 2018-12-13 | 1 | -0/+7 |
|\ |
|
| * | Remove redundant suffixes on generated helpers. | Gannon McGibbon | 2018-12-12 | 1 | -0/+7 |
* | | Remove redundant suffixes on generated integration tests. | Gannon McGibbon | 2018-12-12 | 1 | -0/+7 |
|/ |
|
* | Fix boolean interaction in scaffold system tests | Gannon McGibbon | 2018-12-12 | 1 | -3/+5 |
* | Remove redundant suffixes on generated system tests. | Gannon McGibbon | 2018-12-11 | 1 | -0/+14 |
* | Abort early if generator command fails (#34420) | David Rodríguez | 2018-12-07 | 1 | -2/+14 |
* | Fix test name to match the test behavior | yuuji.yaginuma | 2018-11-18 | 1 | -4/+4 |
* | Add `connect_src` example to content security policy initializer | yuuji.yaginuma | 2018-11-04 | 1 | -0/+11 |
* | Remove node_modules path from assets load paths since we use webpack by default | bogdanvlviv | 2018-10-22 | 1 | -5/+1 |
* | Remove `--skip-yarn` in favor of `--skip-javascript` | bogdanvlviv | 2018-10-22 | 2 | -3/+4 |
* | Remove yarn's files from `.gitignore` template for new rails app | bogdanvlviv | 2018-10-21 | 1 | -10/+0 |
* | Correct some tests related to changes in #33079 (#34272) | Bogdan | 2018-10-22 | 2 | -4/+6 |
* | Avoid running `webpacker:install` on tests that don't need it | yuuji.yaginuma | 2018-10-20 | 2 | -6/+10 |