| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | | 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 |
|/ / / / |
|
* | | | | Fix generated Gemfile missing gems on jruby | David Rodríguez | 2018-10-17 | 1 | -1/+1 |
* | | | | Merge pull request #29204 from RasPat1/issue-29200-scaffold-reference-display... | Ryuta Kamizono | 2018-10-16 | 4 | -5/+21 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Show object ids in scaffold pages when displaying referenced objects | Rasesh Patel | 2018-10-14 | 4 | -5/+20 |
|/ / / |
|
* | | | 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 | 2 | -19/+56 |
* | | | Use `--skip-webpack-install` by default | yuuji.yaginuma | 2018-10-09 | 3 | -7/+7 |
* | | | Avoid `webpacker:install` if unnecessary | yuuji.yaginuma | 2018-10-09 | 3 | -6/+7 |
* | | | Add `skip-webpack-install` option | yuuji.yaginuma | 2018-10-09 | 3 | -1/+22 |
| |/
|/| |
|
* | | Merge pull request #34084 from trustvox/master | Rafael França | 2018-10-05 | 2 | -4/+2 |
|\ \ |
|
| * | | Remove "include FileUtils" sentence in setup/update bin files | Bruno Casali | 2018-09-17 | 2 | -4/+2 |
* | | | 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 |
* | | | Add retry_on/discard suggestions for common cases. | Francesco Rodríguez | 2018-10-05 | 1 | -0/+5 |
* | | | Avoid `webpacker:install` if unnecessary | yuuji.yaginuma | 2018-10-05 | 1 | -2/+2 |
* | | | Revert "Merge pull request #33970 from rails/eager-url-helpers" | schneems | 2018-10-03 | 2 | -14/+4 |
* | | | Fix call sites | Gannon McGibbon | 2018-10-02 | 1 | -1/+1 |
* | | | Make Webpacker the default JavaScript compiler for Rails 6 (#33079) | David Heinemeier Hansson | 2018-09-30 | 34 | -291/+160 |
* | | | Add `Style/RedundantFreeze` to remove redudant `.freeze` | Yasuo Honda | 2018-09-29 | 4 | -8/+8 |
* | | | 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 | 5 | -13/+48 |
* | | | Add migrations_paths option to model generator | Gannon McGibbon | 2018-09-27 | 3 | -0/+31 |
* | | | Merge branch 'master' into eager-url-helpers | Aaron Patterson | 2018-09-26 | 2 | -3/+3 |
|\ \ \
| | |/
| |/| |
|
| * | | Change the empty block style to have space inside of the block | Rafael Mendonça França | 2018-09-25 | 2 | -3/+3 |
* | | | Routes from Engine Railties should not be an infinite loop | Aaron Patterson | 2018-09-26 | 1 | -0/+6 |
* | | | Eager load supports individual files | Aaron Patterson | 2018-09-26 | 2 | -4/+8 |
|/ / |
|
* | | 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 | 9 | -9/+9 |
|/ / |
|
* | | 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 | 2 | -2/+4 |
* | | [close #33907] Error when using "recyclable" cache keys with a store that doe... | schneems | 2018-09-20 | 2 | -0/+17 |
* | | Fixed to RAILS_MASTER_KEY as a default env key for decrypting. | Wojciech Wnętrzak | 2018-09-20 | 4 | -12/+8 |
* | | Fix env name for master key | yuuji.yaginuma | 2018-09-20 | 3 | -3/+3 |
* | | Support environment specific credentials file. (#33521) | Wojciech Wnętrzak | 2018-09-19 | 7 | -29/+163 |
|/ |
|
* | 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 | 2 | -2/+2 |
* | Bump MySQL version requirement to 5.5.8 in the template files | Yasuo Honda | 2018-09-13 | 2 | -2/+2 |
* | Validate if `utf8mb4` character set and longer index key prefix is supported | Yasuo Honda | 2018-09-13 | 1 | -1/+0 |
* | 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 #33819 from kevindew/yarn-path | Rafael França | 2018-09-11 | 1 | -1/+1 |
|\ |
|
| * | Run yarn install relative to Rails.root | Kevin Dew | 2018-09-07 | 1 | -1/+1 |
* | | Merge pull request #33483 from DylanReile/master | Rafael França | 2018-09-11 | 1 | -0/+2 |
|\ \ |
|
| * | | Disable content security policy for mailer previews | Dylan Reile | 2018-07-30 | 1 | -0/+2 |
* | | | Merge pull request #33815 from mberlanda/mberlanda/enhance-config-for | Rafael França | 2018-09-11 | 2 | -3/+53 |
|\ \ \ |
|