| Commit message (Expand) | Author | Age | Files | Lines |
* | You give jruby_skip & rubinius_skip a good name | Akira Matsuda | 2019-08-02 | 1 | -15/+0 |
* | MethodCallAssertions is a regular player of the team ActiveSupport::TestCase now | Akira Matsuda | 2019-08-02 | 2 | -4/+0 |
* | It may be better to explicitly require 'object/try' where we call `try` | Akira Matsuda | 2019-08-01 | 1 | -0/+1 |
* | Use `try` only when we're unsure if the receiver would respond_to the method | Akira Matsuda | 2019-08-01 | 1 | -2/+2 |
* | Fix db:seed | eileencodes | 2019-07-31 | 1 | -0/+19 |
* | Address to rubocop offences | Ryuta Kamizono | 2019-07-31 | 3 | -4/+4 |
* | Remove redundant empty line when we don't use system test | meganemura | 2019-07-29 | 1 | -1/+1 |
* | Use match? where we don't need MatchData | Akira Matsuda | 2019-07-29 | 10 | -16/+16 |
* | Let the generated initializers/backtrace_silencers.rb code use Regexp#match? | Akira Matsuda | 2019-07-29 | 1 | -1/+1 |
* | Add viewport meta tag to default application template | Lachlan Campbell | 2019-07-28 | 1 | -0/+1 |
* | Improves compatibility of require_dependency in zeitwerk mode [Closes #36774] | Xavier Noria | 2019-07-28 | 1 | -0/+29 |
* | Use match? where we don't need MatchData | Akira Matsuda | 2019-07-27 | 5 | -5/+5 |
* | Do not use the same temp file in different tests | yuuji.yaginuma | 2019-07-27 | 1 | -4/+5 |
* | Merge pull request #36777 from Edouard-chin/ec-git-pretty-credentials | Rafael França | 2019-07-26 | 4 | -9/+185 |
|\ |
|
| * | Prettify diff generated by git for encripted file: | Edouard CHIN | 2019-07-26 | 4 | -9/+185 |
* | | Removed webpacker:compile step from scaffold test as it is not required and a... | Abhay Nikam | 2019-07-26 | 1 | -2/+0 |
* | | Merge pull request #36747 from y-yagi/add_mention_about_collection_cache_vers... | y-yagi | 2019-07-26 | 1 | -0/+5 |
|\ \ |
|
| * | | Add mention about `active_record.collection_cache_versioning` to the `new_fra... | yuuji.yaginuma | 2019-07-24 | 1 | -0/+5 |
* | | | Merge pull request #36731 from jhawthorn/dir_glob_base_instead_of_chdir | John Hawthorn | 2019-07-25 | 1 | -6/+4 |
|\ \ \
| |_|/
|/| | |
|
| * | | Use Dir.glob(base: ...) to avoid chdir | John Hawthorn | 2019-07-22 | 1 | -6/+4 |
* | | | let autoloaded? support modules with overridden names [closes #36757] | Xavier Noria | 2019-07-25 | 1 | -0/+9 |
* | | | read configuration to determine excluded eager loaded directory (#36354) | Andrew Kress | 2019-07-25 | 2 | -2/+11 |
* | | | Merge pull request #34218 from eliotsykes/filter-common-sensitive-params | Rafael França | 2019-07-24 | 1 | -1/+3 |
|\ \ \ |
|
| * | | | Add common sensitive names to generated filter parameters | Eliot Sykes | 2018-11-20 | 1 | -1/+3 |
| * | | | Add secret to generated filter parameters | Eliot Sykes | 2018-11-20 | 1 | -1/+1 |
* | | | | Merge pull request #36741 from Edouard-chin/ec-system-test-url-options | Eileen M. Uchitelle | 2019-07-24 | 1 | -0/+45 |
|\ \ \ \ |
|
| * | | | | Define the `url_options` needed for SytemTest inside the route proxy: | Edouard CHIN | 2019-07-24 | 1 | -0/+45 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #36744 from freeletics/fix-db-prepare | Eileen M. Uchitelle | 2019-07-24 | 1 | -0/+16 |
|\ \ \ \ |
|
| * | | | | Fixed db:prepare task to not touch schema when dump_schema_after_migration is... | Wojciech Wnętrzak | 2019-07-24 | 1 | -0/+16 |
| |/ / / |
|
* | | | | Merge pull request #36542 from spk/add-pidfile-option-to-puma-conf | Rafael França | 2019-07-23 | 1 | -0/+3 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Add pidfile option to puma config template | Laurent Arnoud | 2019-06-23 | 1 | -0/+3 |
* | | | | Make Active Storage routes optional | Gannon McGibbon | 2019-07-22 | 1 | -0/+15 |
* | | | | Move the deprecation call after the new class has been defined: | Edouard CHIN | 2019-07-22 | 1 | -5/+5 |
* | | | | create a newline between blocks when gem_group, github and add_source was cal... | masakazutakewaka | 2019-07-21 | 2 | -12/+51 |
* | | | | Merge pull request #35285 from masakazutakewaka/fix_railtie_add_newline_to_ge... | y-yagi | 2019-07-21 | 2 | -16/+63 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Append a newline to the Gemfile if it doesn't end with a newline | masakazutakewaka | 2019-07-19 | 2 | -16/+63 |
* | | | | Preserve existing attachment assignment behavior for upgraded apps | George Claghorn | 2019-07-20 | 2 | -0/+6 |
* | | | | Merge pull request #36603 from y-yagi/add_skip_collision_check_option | Yuji Yaginuma | 2019-07-18 | 2 | -2/+15 |
|\ \ \ \ |
|
| * | | | | Add `skip-collision-check` option to generator | yuuji.yaginuma | 2019-07-05 | 2 | -2/+15 |
* | | | | | Merge pull request #36663 from igor04/load_database_yaml_fix | Eileen M. Uchitelle | 2019-07-15 | 2 | -1/+6 |
|\ \ \ \ \ |
|
| * | | | | | Prevent exception of loading database yaml with blank config file [closes: #3... | igor04 | 2019-07-12 | 2 | -1/+6 |
| |/ / / / |
|
* | / / / | Use reserved domain for example configuration | Jacob Bednarz | 2019-07-15 | 1 | -1/+1 |
| |/ / /
|/| | | |
|
* | | | | improves zeitwerk:check | Xavier Noria | 2019-07-12 | 1 | -73/+25 |
* | | | | make sure zeitwerk:check only deals with directories [closes #36461] | Xavier Noria | 2019-07-12 | 1 | -4/+5 |
* | | | | active_support/dependencies/autoload is already required via active_support.rb | Akira Matsuda | 2019-07-12 | 2 | -2/+0 |
* | | | | These are already required via rails/command.rb | Akira Matsuda | 2019-07-12 | 1 | -2/+0 |
* | | | | Adds support for configuring HTTP Feature Policy (#33439) | Jacob Bednarz | 2019-07-10 | 6 | -1/+215 |
|/ / / |
|
* | | | Merge pull request #36534 from y-yagi/fixes_35137 | Yuji Yaginuma | 2019-07-03 | 4 | -3/+40 |
|\ \ \ |
|
| * | | | Add the ability to set the CSP nonce only to the specified directives | yuuji.yaginuma | 2019-06-22 | 4 | -3/+40 |
| |/ / |
|
* | | | Make `bin/setup` test pass even if the database does not exist | yuuji.yaginuma | 2019-06-30 | 1 | -1/+1 |