aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Fix: Arel Postgresql visitor generates invalid SQL for GROUPING SETS.david2018-05-282-5/+5
|/ / /
* | | Parse raw value only when a value came from user in numericality validatorRyuta Kamizono2018-05-281-1/+4
* | | Fix that association's after_touch is not called with counter cacheRyuta Kamizono2018-05-273-0/+31
* | | Fix inconsistent touching behavior between assigning and unassigningRyuta Kamizono2018-05-274-3/+29
* | | Fix `belongs_to_counter_cache_after_update` to respect polymorphic type changeRyuta Kamizono2018-05-274-3/+21
* | | Avoid a subquery in updating counter cacheRyuta Kamizono2018-05-262-7/+8
* | | Fix `belongs_to_counter_cache_after_update` to respect custom primary key cou...Ryuta Kamizono2018-05-262-1/+20
* | | Fix `different_target?` to respect custom primary key counterRyuta Kamizono2018-05-262-3/+13
* | | Eager loading won't mutate owner recordRyuta Kamizono2018-05-253-11/+27
* | | Make force equality checking more strictly not to allow serialized attributeRyuta Kamizono2018-05-255-5/+28
|/ /
* | Rollback parent transaction when children fails to update (#32796)Guillaume Malette2018-05-223-2/+22
* | Merge pull request #32865 from yahonda/another_31988Rafael França2018-05-222-5/+56
|\ \
| * | Disable foreign keys during `alter_table` for sqlite3 adapterYasuo Honda2018-05-222-5/+56
* | | Exception wording changeCory Becker2018-05-211-1/+1
|/ /
* | Merge pull request #32923 from yahonda/bump_sqlite3_version_to_38Ryuta Kamizono2018-05-215-32/+17
|\ \
| * | Bump minimum SQLite version to 3.8Yasuo Honda2018-05-215-32/+17
* | | Enable `Lint/StringConversionInInterpolation` rubocop ruleRyuta Kamizono2018-05-212-3/+3
|/ /
* | `SqlTypeMetadata` is :nodoc: class [ci skip]Ryuta Kamizono2018-05-211-0/+1
* | Rollback correctly restore initial record id after double saveRyuta Kamizono2018-05-192-1/+2
* | Finalize transaction record state after real transactionEugene Kenny2018-05-193-15/+54
* | Merge pull request #32908 from anniecodes/fix-time-random-stringRafael França2018-05-171-0/+10
|\ \
| * | Fix user_input_in_time_zone to coerce non valid string into nilAnnie-Claude Côté2018-05-161-0/+10
* | | Don't expose `SingularAssociation#replace` which is internal APIRyuta Kamizono2018-05-163-47/+44
|/ /
* | Remove :nodoc: from the methods which is added the doc [ci skip]Ryuta Kamizono2018-05-151-4/+4
* | Add math testsNikolai B2018-05-142-9/+83
* | Merge pull request #32876 from wata727/add_available_transformationsGeorge Claghorn2018-05-131-0/+3
|\ \
| * | Add available transformations to docs [ci skip]wata_mac2018-05-131-0/+3
* | | Fix `CustomCops/AssertNot` to allow it to have failure messageRyuta Kamizono2018-05-1325-91/+91
* | | Merge pull request #32878 from eugeneius/rm_rollback_active_record_stateRyuta Kamizono2018-05-131-14/+1
|\ \ \
| * | | Remove ActiveRecord::Transactions#rollback_active_record_state!Eugene Kenny2018-05-131-14/+1
| |/ /
* | | Merge pull request #32862 from eugeneius/callback_rollbackRyuta Kamizono2018-05-132-7/+13
|\ \ \ | |/ / |/| |
| * | Don't clear transaction state after manual rollbackEugene Kenny2018-05-102-7/+13
* | | `becomes` should clear the mutation tracker which is created in `after_initia...Ryuta Kamizono2018-05-114-3/+14
|/ /
* | Fix ActiveRecord::AttributeMethods::Dirty documentation [ci skip]Kieran Trezona-le Comte2018-05-071-20/+58
* | Address CI failure due to non-deterministic query resultRyuta Kamizono2018-05-061-1/+1
* | Fix logic on disabling commit callbacksBrian Durand2018-05-043-1/+25
* | Remove unused `assert_like` from `Arel::Test`Yasuo Honda2018-05-021-5/+0
* | Remove unnecessary requireyuuji.yaginuma2018-05-021-1/+0
* | Merge pull request #32784 from jpawlyn/allow-belongs-to-create-for-new-recordRyuta Kamizono2018-05-023-4/+17
|\ \
| * | Allow a belonging to object to be created from a new recordJolyon Pawlyn2018-05-013-4/+17
* | | More exercise `test_remove_named_index`Ryuta Kamizono2018-05-021-1/+4
* | | Fix typo in ActiveRecord test method nameTakayoshi Nishida2018-05-021-1/+1
* | | `require "active_support/test_case"` is not supported since 53e877f7Ryuta Kamizono2018-05-022-2/+2
|/ /
* | Make `Arel::Test` subclass of `ActiveSupport::TestCase`Yasuo Honda2018-05-018-73/+84
* | Restore original merging order to enforce `if_exists: true`Ryuta Kamizono2018-04-291-2/+1
* | Fix `Associations::ClassMethods` doc [ci skip]Ryuta Kamizono2018-04-291-7/+7
* | Merge pull request #32727 from utilum/assert_dont_expectsRafael França2018-04-277-147/+248
|\ \
| * | assert_called_withutilum2018-04-264-85/+170
| * | assert_calledutilum2018-04-264-28/+31
| * | assert_not_calledutilum2018-04-263-34/+47