aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Delegate `ast` and `locked` to `arel` explicitlyRyuta Kamizono2017-05-064-1/+13
* Merge pull request #28989 from matthewd/quoted_id-deprecationMatthew Draper2017-05-062-2/+22
|\
| * Clarify deprecation message for #quoted_idMatthew Draper2017-05-052-2/+22
* | Merge pull request #28999 from kamipo/remove_unused_delegation_test_call_methodRafael França2017-05-051-27/+7
|\ \
| * | Remove unused `DelegationTest#call_method`Ryuta Kamizono2017-05-061-27/+7
|/ /
* | Merge pull request #28981 from kamipo/dont_use_arel_engineMatthew Draper2017-05-054-10/+7
|\ \
| * | Don't pass `arel.engine` to `Arel::SelectManager.new`Ryuta Kamizono2017-05-054-10/+7
|/ /
* | Merge pull request #28986 from tjschuck/delegate_missing_to_doc_fixesRafael França2017-05-042-28/+23
|\ \
| * | Update test names to match method nameT.J. Schuck2017-05-041-6/+6
| * | Assorted delegate_missing_to doc fixesT.J. Schuck2017-05-041-22/+17
| |/
* | Merge pull request #28983 from kamipo/remove_useless_target_records_from_asso...Rafael França2017-05-041-11/+3
|\ \
| * | Remove useless `target_records_from_association`Ryuta Kamizono2017-05-041-11/+3
* | | Merge pull request #28984 from yahonda/mysql2_046Rafael França2017-05-041-3/+3
|\ \ \ | |_|/ |/| |
| * | Use mysql2 0.4.6 to suport MySQL 8.0.1Yasuo Honda2017-05-041-3/+3
* | | Avoid rubygems 2.6.12 for nowMatthew Draper2017-05-041-1/+1
* | | Merge pull request #28979 from y-yagi/build_package_json_in_create_root_filesRafael França2017-05-031-4/+5
|\ \ \
| * | | Move `package.json` creation to `create_root_files`yuuji.yaginuma2017-05-041-4/+5
|/ / /
* | | Merge pull request #28337 from riseshia/patch-1Rafael França2017-05-031-1/+1
|\ \ \
| * | | Fix to use correct path with language on guideShia2017-03-081-1/+1
* | | | Merge pull request #28978 from riseshia/patch-2Rafael França2017-05-031-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Use target language's document.yaml [ci skip]Shia2017-05-041-1/+1
|/ / /
* | | Merge pull request #28976 from kamipo/should_test_bound_attributesRafael França2017-05-031-8/+12
|\ \ \
| * | | Should test against `Relation#bound_attributes`Ryuta Kamizono2017-05-041-8/+12
|/ / /
* | | Merge pull request #28974 from kamipo/extract_bind_param_and_bind_attributeRafael França2017-05-0311-51/+38
|\ \ \
| * | | Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase`Ryuta Kamizono2017-05-0411-51/+38
* | | | Merge pull request #28975 from kamipo/remove_duplicated_test_merging_reorders...Rafael França2017-05-031-9/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Remove duplicated `test_merging_reorders_bind_params`Ryuta Kamizono2017-05-041-9/+0
|/ / /
* | | Merge pull request #28967 from stve/active-model-validator-kind-examplesRyuta Kamizono2017-05-031-2/+2
|\ \ \
| * | | fix ActiveModel::Validator#kind code examples [ci skip]stve2017-05-021-2/+2
|/ / /
* | | Merge pull request #28966 from stve/active-model-uniqueness-validatorsGuillermo Iguaran2017-05-022-5/+4
|\ \ \
| * | | remove uniqueness validators from ActiveModel examplesstve2017-05-022-5/+4
* | | | Merge pull request #28961 from maclover7/jm-fix-28959Rafael França2017-05-025-3/+13
|\ \ \ \ | |/ / / |/| | |
| * | | Add type caster to `RuntimeReflection#alias_name`Jon Moss2017-05-025-3/+13
| | |/ | |/|
* | | Merge pull request #28835 from fphilipe/masterRafael França2017-05-021-0/+1
|\ \ \ | |/ / |/| |
| * | Add missing require in ActionMailerPhilipe Fatio2017-05-021-0/+1
* | | Merge pull request #28956 from bdewater/patch-1Kasper Timm Hansen2017-05-021-1/+1
|\ \ \
| * | | Rails secrets is not built on but inspired by SekretsBart2017-05-021-1/+1
|/ / /
* | | Merge pull request #28938 from kamipo/deprecate_supports_statement_cacheRafael França2017-05-016-22/+12
|\ \ \
| * | | Deprecate `supports_statement_cache?`Ryuta Kamizono2017-05-016-22/+12
* | | | Merge pull request #28930 from kamipo/use_flat_mapRafael França2017-05-012-3/+3
|\ \ \ \
| * | | | Use `flat_map` rather than `map(&:...).flatten`Ryuta Kamizono2017-04-292-3/+3
* | | | | Merge pull request #28943 from koshigoe/port-arg-has-precedence-over-env-varRafael França2017-05-012-2/+15
|\ \ \ \ \
| * | | | | CLI arg `--port` has precedence over env `PORT`.koshigoe2017-05-012-2/+15
| | |/ / / | |/| | |
* | | | | Merge pull request #28753 from st0012/add-render-with-variants-testKasper Timm Hansen2017-05-013-0/+10
|\ \ \ \ \
| * | | | | Add tests for render template/partial with variants option.Stan Lo2017-04-143-0/+10
* | | | | | Merge pull request #28939 from kirs/maintain_test_schema_friendlyAndrew White2017-05-011-1/+6
|\ \ \ \ \ \
| * | | | | | Friendly maintain schema failureKir Shatrov2017-04-301-1/+6
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #28944 from alexcameron89/update_templatesRafael França2017-05-015-5/+5
|\ \ \ \ \ \
| * | | | | | Update the Gem Bug Report Templates to 5.1.0Alex Kitchens2017-05-015-5/+5
| |/ / / / /
* | | | | | Merge pull request #28941 from y-yagi/remove_needless_remove_fileRafael França2017-05-011-4/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |