aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | More exercise test cases for order by table name qualified column nameRyuta Kamizono2019-02-211-8/+8
* | Merge pull request #35263 from hatch-carl/reduce-postgres-uuid-allocationsRyuta Kamizono2019-02-212-4/+19
|\ \
| * | Reduce unused allocations when casting UUIDs for PostgresCarl Thuringer2019-02-202-4/+19
* | | Merge pull request #35340 from cpruitt/fix-actionview-notimplemented-with-pat...Rafael França2019-02-202-0/+6
|\ \ \
| * | | Deprecate ActionView::PathSet as argument to ActionView::Base.newCliff Pruitt2019-02-202-0/+6
|/ / /
* | | Merge pull request #35338 from abhaynikam/35327-follow-to-update-documentationVipul A M2019-02-201-2/+2
|\ \ \
| * | | [ci skip] Updated the documentation for bulk delete in activerecordAbhay Nikam2019-02-201-2/+2
|/ / /
* | | Merge pull request #35327 from abhaynikam/use-delete-by-and-destroy-by-methodRyuta Kamizono2019-02-205-5/+5
|\ \ \ | |_|/ |/| |
| * | Replaced usage of where.delete/destroy_all with delete/destroy_byAbhay Nikam2019-02-205-5/+5
* | | Merge pull request #35247 from bogdan/fix-source-reflection-reset-codeRyuta Kamizono2019-02-205-24/+22
|\ \ \
| * | | Fix reset of the source association when through association is loadedBogdan Gusiev2019-02-205-24/+22
* | | | PostgreSQL: Support endless range values for range typesRyuta Kamizono2019-02-203-2/+18
* | | | Merge pull request #35325 from abhaynikam/add-query-method-delegation-test-fo...Ryuta Kamizono2019-02-201-1/+1
|\ \ \ \
| * | | | Add delegation tests for delete_by and destroy_by methodsAbhay Nikam2019-02-201-1/+1
|/ / / /
* | | | Merge pull request #35331 from rails/depreate-rendered-formatAaron Patterson2019-02-193-7/+21
|\ \ \ \
| * | | | Deprecate LookupContext#rendered_formatAaron Patterson2019-02-193-7/+21
* | | | | Merge pull request #35332 from rails/zeitwerk-unhookXavier Noria2019-02-196-2/+40
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | let Zeitwerk integration unhook AS::DependenciesXavier Noria2019-02-196-2/+40
| | |_|/ | |/| |
* | | | Merge pull request #35265 from rails/return-rendered-templatesAaron Patterson2019-02-1911-39/+113
|\ \ \ \ | |/ / / |/| | |
| * | | Fix up styleAaron Patterson2019-02-194-8/+8
| * | | Return rendered template information instead of just stringsAaron Patterson2019-02-197-31/+92
| * | | Move inline rendering content-type test to a controller testAaron Patterson2019-02-192-5/+11
| * | | Add a test that writes to the collection cacheAaron Patterson2019-02-191-1/+8
| * | | rename push / pop functionAaron Patterson2019-02-192-2/+2
|/ / /
* | | Merge pull request #35293 from rails/remove-rendered-format-from-cacheAaron Patterson2019-02-1912-50/+53
|\ \ \
| * | | remove another call to rendered_format=Aaron Patterson2019-02-171-2/+0
| * | | pass format to the digestorAaron Patterson2019-02-161-5/+5
| * | | Pass the template format to the digestorAaron Patterson2019-02-1511-43/+48
* | | | Merge pull request #35271 from gmcgibbon/fix_time_attribute_test_failuresGannon McGibbon2019-02-191-0/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | Reset column info after making Topic tz-awareGannon McGibbon2019-02-181-0/+4
* | | | Merge pull request #35316 from abhaynikam/35304-add-delete_by_and_destroy_byRyuta Kamizono2019-02-194-1/+71
|\ \ \ \
| * | | | Introduce delete_by and destroy_by methods to ActiveRecord::RelationAbhay Nikam2019-02-194-1/+71
* | | | | Revert "Merge pull request #35324 from sharang-d/patch-2"Ryuta Kamizono2019-02-191-1/+1
* | | | | Merge pull request #35324 from sharang-d/patch-2Vipul A M2019-02-191-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Update active_record_callbacks.md [ci skip]Sharang Dashputre2019-02-191-1/+1
|/ / / /
* | | | Merge pull request #35310 from kamipo/dont_allow_invalid_value_matches_to_nilRyuta Kamizono2019-02-195-8/+22
|\ \ \ \
| * | | | Don't allow `where` with invalid value matches to nil valuesRyuta Kamizono2019-02-185-8/+22
* | | | | Delete documentation inconsistency 'finally' for AR callbacks [ci skip] (#35...Shodai Suzuki2019-02-192-2/+2
* | | | | Add combining callback conditions [skip ci] (#35313)Shodai Suzuki2019-02-191-0/+14
| |/ / / |/| | |
* | | | Merge pull request #35318 from alkesh26/actionpack-typo-fixRyuta Kamizono2019-02-191-1/+1
|\ \ \ \
| * | | | appropriate typo fixalkesh262019-02-191-1/+1
| |/ / /
* / / / Fix preparing the configured Action Mailbox ingress in productionGeorge Claghorn2019-02-181-6/+4
|/ / /
* | | Merge pull request #29651 from Sayanc93/return-correct-dateRyuta Kamizono2019-02-183-2/+30
|\ \ \
| * | | Return correct date in ActiveModel for time to date conversionsSayan Chakraborty2017-12-173-2/+40
* | | | Extract duplicated `serialize` methods into helpersRyuta Kamizono2019-02-189-21/+17
* | | | Remove duplicated `test_update_all_with_order_and_limit`Ryuta Kamizono2019-02-181-6/+0
* | | | Fix type cast with values hash for Date typeRyuta Kamizono2019-02-187-13/+27
* | | | upgrades Zeitwerk to 1.2.0Xavier Noria2019-02-172-3/+3
* | | | Use placeholder for `type_condition` predicateRyuta Kamizono2019-02-181-1/+1
* | | | Fix eager loading polymorphic association with mixed table conditionsRyuta Kamizono2019-02-186-26/+43