aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Fix error message when trying to create an associated recordRafael Mendonça França2014-12-302-0/+9
* Share foreign_key_present? implementation in _has_ associationsbrainopia2014-12-312-35/+57
* Merge pull request #17680 from larskanis/fix_bytea_change_detectionSean Griffin2014-12-301-1/+8
|\
| * PostgreSQL, Fix change detection caused by wrong data for bytea unescaping.Lars Kanis2014-12-291-1/+8
* | Ensures that primary_key method will return nil when multi-pkArthur Neves2014-12-303-0/+18
* | AR specific length validator to respect `marked_for_destruction`.Yves Senn2014-12-302-0/+20
* | Ensure `first!` and friends work on loaded associationsSean Griffin2014-12-291-0/+5
* | Remove all cases of manuallly wrapping `Arel::Nodes::Quoted`Sean Griffin2014-12-294-13/+11
* | Fix failing testsSean Griffin2014-12-291-8/+4
* | `eager_load` preserves readonly flag for associationsTakashi Kokubun2014-12-301-1/+4
|/
* Provide :touch option to save() to accommodate saving without updating timest...Dan Olson2014-12-271-0/+31
* Provide a better error message for unsupported classes in `serialize`Sean Griffin2014-12-271-0/+6
* Add bigint primary key support for MySQL.Ryuta Kamizono2014-12-281-6/+13
* Support for any type primary key.Ryuta Kamizono2014-12-281-0/+24
* Inform Arel we don't need additional type casting in testsSean Griffin2014-12-263-4/+4
* Go through normal `update_all` logic when updating lock columnsSean Griffin2014-12-261-2/+0
* Inform Arel that we don't need type casting in testsSean Griffin2014-12-261-6/+9
* Inform Arel that we don't need to cast a value in testsSean Griffin2014-12-261-2/+4
* Go through normal `where` logic when preloading associationsSean Griffin2014-12-264-4/+4
* Eagerly cast array values passed to the predicate builderSean Griffin2014-12-261-2/+6
* Perform casting of single values within the predicate builderSean Griffin2014-12-261-1/+1
* Remove `klass` and `arel_table` as a dependency of `PredicateBuilder`Sean Griffin2014-12-261-1/+2
* Fix new warning in ruby 2.2Sean Griffin2014-12-261-2/+2
* 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
|\