aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #31137 from y-yagi/make_sidekiq_and_resque_integration_tes...Ryuta Kamizono2017-11-133-11/+9
|\
| * Make sidekiq and resque integration tests work in CIyuuji.yaginuma2017-11-133-9/+5
| * Return a non zero code when can not connect to redis in CIyuuji.yaginuma2017-11-132-2/+4
* | Add new error class `StatementTimeout` which will be raised when statement ti...Ryuta Kamizono2017-11-136-2/+73
* | Merge pull request #31139 from avneetmalhotra/touch_callback_documentation_fixRyuta Kamizono2017-11-131-1/+1
|\ \
| * | Move touch method from Skipping Callbacks section to Running Callbacks sectio...Avneet Singh Malhotra2017-11-131-1/+1
* | | Merge pull request #30893 from y-yagi/verify_credentials_format_before_savingKasper Timm Hansen2017-11-132-1/+15
|\ \ \ | |_|/ |/| |
| * | Verify credentials format before savingyuuji.yaginuma2017-11-132-1/+15
* | | Action Cable: run Redis tests against a default config without a passwordJeremy Daer2017-11-132-3/+22
| |/ |/|
* | Merge pull request #30773 from y-yagi/fix_30765Eileen M. Uchitelle2017-11-123-1/+36
|\ \
| * | Make automatically synchronize test schema work inside engineyuuji.yaginuma2017-10-023-1/+36
* | | Merge pull request #30791 from felipecvo/nested-attributes-docEileen M. Uchitelle2017-11-121-0/+12
|\ \ \
| * | | Add update_only example to AR nested attributes doc [ci_skip]Felipe Oliveira2017-10-031-0/+12
* | | | Revert displaying master key generation info on `rails new`.Kasper Timm Hansen2017-11-123-23/+20
* | | | Deprecate encrypted secrets in favor of credentials.Kasper Timm Hansen2017-11-126-167/+50
* | | | Merge pull request #30770 from y-yagi/do_not_create_credential_in_dummy_appli...Kasper Timm Hansen2017-11-123-2/+5
|\ \ \ \
| * | | | Do not create credentials in dummy applicationyuuji.yaginuma2017-10-023-2/+5
| | |/ / | |/| |
* | | | Merge pull request #31131 from y-yagi/remove_unused_requiresRyuta Kamizono2017-11-121-2/+0
|\ \ \ \
| * | | | Remove unused requireyuuji.yaginuma2017-11-121-2/+0
* | | | | Raise `TransactionTimeout` when lock wait timeout exceeded for PG adapterRyuta Kamizono2017-11-114-3/+35
* | | | | Should test actual error which is raised from the databaseRyuta Kamizono2017-11-111-1/+23
|/ / / /
* | | | Add missing autoload `Type` (#31123)Ryuta Kamizono2017-11-1119-17/+2
* | | | Relation merging should keep joining orderRyuta Kamizono2017-11-112-10/+17
* | | | Add missing require "active_support/core_ext/hash/indifferent_access"Ryuta Kamizono2017-11-101-0/+2
* | | | Fix random CI failure due to non-deterministic sorting orderRyuta Kamizono2017-11-101-1/+1
* | | | Consolidate duplicated `to_ary`/`to_a` definitions in `Relation` and `Collect...Ryuta Kamizono2017-11-103-6/+9
* | | | Ensure `apply_join_dependency` for subqueries in `from` and `where`Ryuta Kamizono2017-11-103-0/+19
* | | | :scissors:Ryuta Kamizono2017-11-101-2/+2
* | | | Adjust blank linesRyuta Kamizono2017-11-104-4/+5
* | | | Merge pull request #31065 from bogdan/cleanup-cache-keyAndrew White2017-11-101-26/+11
|\ \ \ \
| * | | | Remove code duplication in ActiveSupport::CacheBogdan Gusiev2017-11-091-26/+11
* | | | | Merge pull request #31119 from y-yagi/add_missing_requiresRyuta Kamizono2017-11-101-0/+1
|\ \ \ \ \
| * | | | | Add missing requiresyuuji.yaginuma2017-11-101-0/+1
|/ / / / /
* | | | | Remove useless preloader classesRyuta Kamizono2017-11-1010-104/+15
* | | | | Merge pull request #31118 from aycabta/fix-rdoc-urlAkira Matsuda2017-11-102-4/+4
|\ \ \ \ \
| * | | | | Use new Rake URL of Ruby core [ci skip]aycabta2017-11-101-1/+1
| * | | | | Use new RDoc URL of Ruby core [ci skip]aycabta2017-11-101-3/+3
|/ / / / /
* | | | | Merge pull request #31114 from y-yagi/fix_ruby_warnings_in_active_modelRyuta Kamizono2017-11-102-3/+3
|\ \ \ \ \
| * | | | | Fix "warning: assigned but unused variable - name"yuuji.yaginuma2017-11-101-1/+1
| * | | | | Fix "warning: instance variable @attributes not initialized"yuuji.yaginuma2017-11-101-2/+2
* | | | | | Merge pull request #31113 from y-yagi/use_e_option_to_specify_environment_in_...Ryuta Kamizono2017-11-102-2/+2
|\ \ \ \ \ \
| * | | | | | Use `-e` option to specify the environment in console command [ci skip]yuuji.yaginuma2017-11-102-2/+2
| |/ / / / /
* | | | | | Merge pull request #31115 from y-yagi/add_missing_requiresRyuta Kamizono2017-11-102-0/+4
|\ \ \ \ \ \
| * | | | | | Add missing requiresyuuji.yaginuma2017-11-102-0/+4
| |/ / / / /
* | | | | | Merge pull request #31116 from y-yagi/remove_unused_requireRyuta Kamizono2017-11-101-1/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Remove unused requireyuuji.yaginuma2017-11-101-1/+0
|/ / / / /
* | | | | Merge pull request #31111 from koic/bump_rubocop_to_0_51_0Guillermo Iguaran2017-11-094-4/+4
|\ \ \ \ \
| * | | | | Bump RuboCop to 0.51.0Koichi ITO2017-11-104-4/+4
|/ / / / /
* | | | | Merge pull request #31027 from PHedkvist/inflector_test_typeRafael França2017-11-092-2/+2
|\ \ \ \ \
| * | | | | Fixed typo in test for activesupport parameterizePierre Hedkvist2017-11-012-2/+2