aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/active_record
Commit message (Expand)AuthorAgeFilesLines
* Deduplicate various Active Record schema cache structuresJean Boussier2019-06-031-1/+2
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* introduce `conn.data_source_exists?` and `conn.data_sources`.Yves Senn2015-09-221-3/+3
* rm `Column#cast_type`Sean Griffin2015-02-031-2/+1
* Attribute assignment and type casting has nothing to do with columnsSean Griffin2015-01-311-1/+5
* Add a type object to Column constructorSean Griffin2014-05-171-0/+1
* Ensure disconnecting or reconnecting resets the transaction stateJon Leighton2012-09-151-0/+4
* Simplify AR configuration code.Jon Leighton2012-06-151-2/+2
* Remove useless argument in #columns.Sebastian Martinez2012-02-021-1/+1
* Revert "active record base class test case should not be public"Santiago Pastorino2012-01-051-61/+0
* call super from setupAaron Patterson2012-01-041-0/+4
* clear the sql counter on teardown so the GC can do it's thingAaron Patterson2012-01-041-0/+4
* active record base class test case should not be publicAaron Patterson2012-01-041-0/+53
* pushing caching and visitors down to the connectionAaron Patterson2011-11-191-1/+6
* introduce a fake AR adapter for mocking database return valuesAaron Patterson2011-02-041-0/+36