| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #34208 from yskkin/inspect_with_parameter_filter | Ryuta Kamizono | 2018-10-26 | 1 | -1/+1 |
|\ |
|
| * | Implement AR#inspect using ParamterFilter. | Yoshiyuki Kinjo | 2018-10-19 | 1 | -1/+1 |
* | | 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 |
* | | Avoid running bundler on tests that don't need it | yuuji.yaginuma | 2018-10-19 | 1 | -3/+3 |
* | | Show object ids in scaffold pages when displaying referenced objects | Rasesh Patel | 2018-10-14 | 1 | -3/+13 |
|/ |
|
* | Runs the generator before assertions | yuuji.yaginuma | 2018-10-12 | 1 | -0/+1 |
* | Add test retries for railties | Gannon McGibbon | 2018-10-11 | 1 | -0/+3 |
* | Add multi-db support to rails db:migrate:status | Gannon McGibbon | 2018-10-09 | 1 | -19/+51 |
* | Use `--skip-webpack-install` by default | yuuji.yaginuma | 2018-10-09 | 2 | -6/+6 |
* | Avoid `webpacker:install` if unnecessary | yuuji.yaginuma | 2018-10-09 | 2 | -6/+6 |
* | Add `skip-webpack-install` option | yuuji.yaginuma | 2018-10-09 | 1 | -0/+14 |
* | Remove bundler warnings from bin/setup output | Gannon McGibbon | 2018-10-05 | 1 | -8/+10 |
* | Fix tests related to new JavaScript path for generators | Prathamesh Sonpatki | 2018-10-05 | 4 | -8/+6 |
* | Avoid `webpacker:install` if unnecessary | yuuji.yaginuma | 2018-10-05 | 1 | -2/+2 |
* | Make Webpacker the default JavaScript compiler for Rails 6 (#33079) | David Heinemeier Hansson | 2018-09-30 | 13 | -163/+86 |
* | Add `Style/RedundantFreeze` to remove redudant `.freeze` | Yasuo Honda | 2018-09-29 | 2 | -3/+3 |
* | Reset `ActiveRecord::Base.configurations` to the value before | yuuji.yaginuma | 2018-09-29 | 1 | -1/+2 |
* | Refactor migrations_path command option to database | Gannon McGibbon | 2018-09-28 | 4 | -13/+33 |
* | Add migrations_paths option to model generator | Gannon McGibbon | 2018-09-27 | 2 | -0/+15 |
* | Change the empty block style to have space inside of the block | Rafael Mendonça França | 2018-09-25 | 1 | -1/+1 |
* | Eagerly define attribute methods in production | Eugene Kenny | 2018-09-24 | 1 | -0/+47 |
* | Merge pull request #33949 from sjain1107/no-private-def | Kasper Timm Hansen | 2018-09-23 | 1 | -8/+10 |
|\ |
|
| * | Remove private def | Sakshi Jain | 2018-09-23 | 1 | -8/+10 |
* | | Enable `Performance/UnfreezeString` cop | yuuji.yaginuma | 2018-09-23 | 5 | -5/+5 |
|/ |
|
* | Make sure this test check the issue solved in #31135 | Rafael Mendonça França | 2018-09-22 | 1 | -6/+12 |
* | Switch to supports_cache_versioning? check to a class method | schneems | 2018-09-20 | 1 | -1/+1 |
* | [close #33907] Error when using "recyclable" cache keys with a store that doe... | schneems | 2018-09-20 | 1 | -0/+12 |
* | Support environment specific credentials file. (#33521) | Wojciech Wnętrzak | 2018-09-19 | 2 | -5/+70 |
* | Add test for `config.active_storage.routes_prefix` | yuuji.yaginuma | 2018-09-15 | 1 | -0/+18 |
* | Remove mysql2 gem version requirement "< 0.6.0" | Yasuo Honda | 2018-09-14 | 1 | -1/+1 |
* | Add a test that exercice better the behavior we expect in the query cache | Rafael Mendonça França | 2018-09-12 | 1 | -2/+43 |
* | Build string set when `filter_attributes` is assigned | bogdanvlviv | 2018-09-12 | 1 | -1/+2 |
* | Fix query cache to load before first request | Eileen Uchitelle | 2018-09-12 | 1 | -0/+33 |
* | Merge pull request #33815 from mberlanda/mberlanda/enhance-config-for | Rafael França | 2018-09-11 | 1 | -2/+49 |
|\ |
|
| * | refacto: config_for with ActiveSupport::InheritableOptions and symbolized keys | Mauro Berlanda | 2018-09-11 | 1 | -2/+49 |
* | | use "minitest" consistently | Xavier Noria | 2018-09-11 | 1 | -1/+1 |
* | | Use correct variable | yuuji.yaginuma | 2018-09-11 | 2 | -6/+6 |
* | | Remove all references to slave in the codebase | Rafael Mendonça França | 2018-09-10 | 4 | -30/+30 |
|/ |
|
* | Configuration item `config.filter_parameters` could also filter out sensitive... | Zhang Kang | 2018-09-07 | 1 | -0/+9 |
* | Use canonical name for block local | yuuji.yaginuma | 2018-09-07 | 1 | -3/+3 |
* | Respect config setting when output deprecation notice in rake tasks | yuuji.yaginuma | 2018-09-04 | 4 | -1/+4 |
* | Merge pull request #33770 from eileencodes/multi-db-improvements-part-3 | Eileen M. Uchitelle | 2018-09-01 | 2 | -7/+37 |
|\ |
|
| * | Convert configs_for to kwargs, add include_replicas | Eileen Uchitelle | 2018-08-31 | 2 | -7/+37 |
* | | Remove needless test order config | yuuji.yaginuma | 2018-09-01 | 1 | -2/+0 |
* | | Merge pull request #33743 from steakknife/steakknife/improve-template-generat... | Rafael França | 2018-08-31 | 1 | -0/+38 |
|\ \ |
|
| * | | add github to template actions, light DSL refactor | Barry Allard | 2018-08-30 | 1 | -0/+38 |