aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Fix before_commit when updating a record on the callbackArthur Neves2015-03-142-23/+44
* Merge pull request #19301 from Empact/default-scopesCarlos Antonio da Silva2015-03-126-19/+20
|\
| * Isolate access to .default_scopes in ActiveRecord::Scoping::DefaultBen Woosley2015-03-126-19/+20
* | Require pg~>0.18 to ensure Ruby 2.2 compatibilityMatt Brictson2015-03-112-2/+7
|/
* Revert "Merge pull request #15476 from JacobEvelyn/master"Jeremy Kemper2015-03-111-3/+0
* pg, `disable_referential_integrity` only catches AR errors.Yves Senn2015-03-112-3/+25
* fix typo in transaction argument. Closes #19265.Yves Senn2015-03-111-1/+1
* Fix json_testpalkan2015-03-111-0/+1
* Add YAML compatibility for objects from Rails 4.2Sean Griffin2015-03-104-27/+239
* Attempt to provide backwards compatible YAML deserializationSean Griffin2015-03-104-0/+76
* Merge pull request #19275 from keepcosmos/remove-autoload-pathRafael Mendonça França2015-03-101-16/+16
|\
| * remove unnecessary path parameterskeepcosmos2015-03-101-16/+16
* | ‘test_after_commit’ gem is not required in Rails 5 remove note from docGaurav Sharam2015-03-101-5/+3
|/
* Fix intermittent test failuresSean Griffin2015-03-091-0/+1
* Fix intermittent test failuresSean Griffin2015-03-091-0/+1
* Target Ruby 2.2.1 in gemspecsPeter Suschlik2015-03-091-1/+1
* Merge pull request #18200 from brainopia/rollback_frozen_recordsArthur Nogueira Neves2015-03-072-1/+21
|\
| * Fix transaction state for unsynced records when entering transactionbrainopia2015-03-042-0/+10
| * Fix rollback of frozen recordsbrainopia2015-03-042-1/+11
* | Merge pull request #19234 from sivsushruth/doc_fixKasper Timm Hansen2015-03-071-1/+1
|\ \
| * | Doc fix [ci skip]Sushruth Sivaramakrishnan2015-03-071-1/+1
* | | Merge pull request #19230 from prathamesh-sonpatki/fix-clear-docRobin Dupret2015-03-061-0/+3
|\ \ \
| * | | Updated documentation of CollectionProxy#clear [ci skip]Prathamesh Sonpatki2015-03-061-0/+3
* | | | Merge pull request #19221 from matthewd/random-testsMatthew Draper2015-03-062-6/+1
|\ \ \ \
| * | | | Revert "For now, we will keep sorting the tests."Matthew Draper2015-03-061-1/+1
| * | | | Revert "Leave all our tests as order_dependent! for now"Matthew Draper2015-03-061-5/+0
* | | | | tests, sequences are derived from the base class.Yves Senn2015-03-061-7/+10
* | | | | Revert ":cut: remove unnecessary rescue Exceptions"Yves Senn2015-03-063-3/+3
* | | | | replace `repair_validations` with a disposable subclass.Yves Senn2015-03-061-32/+33
| |/ / / |/| | |
* | | | tests, remove side effects on `Joke` during `base_test.rb`.Yves Senn2015-03-061-23/+28
* | | | :cut: remove unnecessary rescue ExceptionsAaron Patterson2015-03-053-3/+3
* | | | remove unnecessary rescueAaron Patterson2015-03-051-2/+0
|/ / /
* | | Some documentation edits [ci skip]Robin Dupret2015-03-052-12/+14
* | | add ActiveRecord::Enum testcase about multiple enums declaring at a timekeepcosmos2015-03-051-0/+14
* | | add regression test. Closes #18400.Yves Senn2015-03-051-0/+6
|/ /
* | Remove duplicated testRyuta Kamizono2015-03-041-20/+0
* | Correctly dump `serial` and `bigserial`Ryuta Kamizono2015-03-046-4/+93
* | Add `Column#bigint?` methodRyuta Kamizono2015-03-043-3/+7
* | add CHANGELOG entry for #19176. [ci skip]Yves Senn2015-03-041-0/+4
|/
* Merge pull request #19176 from imajes/masterYves Senn2015-03-032-1/+17
|\
| * Fixes reference for schema_format to AR::Base from AS::BaseJames Cox2015-03-032-1/+17
* | Remove unused lineRyuta Kamizono2015-03-031-1/+0
* | Merge pull request #19171 from JuanitoFatas/doc/more-examplesSean Griffin2015-03-021-0/+16
|\ \
| * | Add more documents for AR connection_adapters abstract schema_definitions. [c...Juanito Fatas2015-03-031-0/+16
* | | Revert "delete unused method"Carlos Antonio da Silva2015-03-021-0/+4
* | | Merge pull request #19177 from gregmolnar/fixturesRafael Mendonça França2015-03-022-6/+4
|\ \ \
| * | | test reset_pk_sequence with multi connectionGreg Molnar2015-03-011-1/+1
| * | | Use the correct connection for reset_pk_sequenceMontana Low2015-03-011-5/+3
* | | | Revert "mutate the transaction object to reflect state"Aaron Patterson2015-03-023-37/+33
| |_|/ |/| |
* | | delete unused methodAaron Patterson2015-03-021-4/+0