aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Change `PredicateBuilder` handler methods to instance methodsSean Griffin2014-12-261-1/+3
* Inject the `PredicateBuilder` into the `Relation` instanceSean Griffin2014-12-263-27/+28
* Merge branch 'brainopia-remember_frozen_state_in_transaction'Sean Griffin2014-12-261-0/+15
|\
| * Propagate frozen state during transaction changesbrainopia2014-12-261-0/+14
|/
* Correctly ignore `case_sensitive` for UUID uniqueness validationSean Griffin2014-12-261-0/+17
* Dump the default `nil` for PostgreSQL UUID primary key.Ryuta Kamizono2014-12-261-0/+6
* Don't treat `nil` as changed in serialized typesSean Griffin2014-12-231-0/+8
* Merge pull request #18167 from al2o3cr/checkin_connection_leakSean Griffin2014-12-231-0/+30
|\
| * Fix connection leak when a thread checks in additional connections.Matt Jones2014-12-231-0/+30
* | Merge Pull Request #18157Sean Griffin2014-12-231-0/+10
|\ \
| * | Don't raise on out-of-range datetimes passed by a userGrey Baker2014-12-231-0/+10
| |/
* / Fixing numeric attrs when set to same negative valueDaniel Fox2014-12-232-0/+10
|/
* Don't perform statement caching for `find` when called from a scopeSean Griffin2014-12-222-1/+31
* Don't calculate all in-place changes to determine if attribute_changed?Sean Griffin2014-12-221-0/+15
* Don't wrap `create_table` in a transaction for tests which run on MySQLSean Griffin2014-12-221-3/+1
* Add `foreign_key` as an option to `references` for `change_table`Sean Griffin2014-12-221-0/+43
* Add a `foreign_key` option to `references` while creating the tableSean Griffin2014-12-221-0/+60
* Add `force: true` to table created in testsSean Griffin2014-12-221-1/+1
* Correctly handle limit on int4 and int8 types in PGSean Griffin2014-12-221-0/+25
* Correctly handle Float -> BigDecimal with unspecified precisionSean Griffin2014-12-221-0/+5
* `force: :cascade` to recreate tables referenced by foreign-keys.Yves Senn2014-12-193-1/+37
* Relax the UUID regexGodfrey Chan2014-12-181-3/+7
* Remove unused lineRyuta Kamizono2014-12-171-1/+0
* `update_column` take ruby-land input, not database-land inputSean Griffin2014-12-161-2/+4
* Add test case for joined pluckSean Griffin2014-12-111-0/+7
* Improve the test case introduced by bd0d47eSean Griffin2014-12-111-19/+10
* Merge pull request #17994 from mfazekas/pluck-bind-values-masterSean Griffin2014-12-111-0/+24
|\
| * Fix ProtocolViolation/bind message supplies for polymorphic + pluck or groupMiklos Fazkeas2014-12-111-0/+24
* | Fix undesirable RangeError by Type::Integer. Add Type::UnsignedInteger.Ryuta Kamizono2014-12-123-0/+78
|/
* Merge pull request #17970 from ulissesalmeida/foreign-type-has-many-has-oneRafael Mendonça França2014-12-105-0/+32
|\
| * Add foreign_type option for polymorphic has_one and has_many.Ulisses Almeida + Kassio Borges2014-12-085-0/+32
* | Unused csv fixture fileAkira Matsuda2014-12-091-1/+0
* | Merge pull request #17972 from claudiob/remove-unused-callback-fixturesCarlos Antonio da Silva2014-12-091-46/+0
|\ \
| * | Remove unused "Developer" fixtures from testsclaudiob2014-12-081-46/+0
| |/
* | Update test case for TZ aware attributesSean Griffin2014-12-081-4/+14
* | Allow custom handling of non-standard types in `time_zone_conversion`Sean Griffin2014-12-081-0/+6
|/
* Don't error when `attributes` is called on a frozen AR modelSean Griffin2014-12-081-0/+8
* Revert to 4.1 behavior for casting PG arraysSean Griffin2014-12-081-5/+20
* Make error message clearer that :on requires a symbol, not a stringCarol Nichols2014-12-071-0/+4
* Add `force: true` to tables created in PG testsSean Griffin2014-12-052-2/+2
* Correctly respect subtypes for PG arrays and rangesSean Griffin2014-12-051-0/+18
* Merge pull request #17919 from mrgilman/stop-supporting-nested-arraysSean Griffin2014-12-042-30/+0
|\
| * Remove deprecated behavior allowing nested arrays as query valuesMelanie Gilman2014-12-042-30/+0
* | Correctly handle multiple attribute method prefix/suffixes which matchSean Griffin2014-12-041-0/+10
|/
* Deprecate `Class` handler in `PredicateBuilder`Melanie Gilman2014-12-041-1/+3
* Prevent Symbol GCRyuta Kamizono2014-12-041-0/+3
* Failure to rollback t.timestamps when within a change_table migrationnoam2014-12-034-6/+6
* skip test to get `sqlite3_mem` suite passing.Yves Senn2014-12-031-1/+1
* Merge pull request #17889 from mxie/mx-fix-nonexistent-typoSean Griffin2014-12-025-8/+8
|\
| * Fix "nonexistent" typo in testsMelissa Xie2014-12-025-8/+8