aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #18080 from korbin/fix_reaping_frequency_configurationRafael Mendonça França2015-01-021-1/+1
|\
| * fix issue with reaping_frequency typekorbin2014-12-171-1/+1
* | Stop explicitly passing `nil` as the column to `type_cast`Sean Griffin2015-01-011-12/+12
* | Stop depending on columns for type information in PG quoting testsSean Griffin2015-01-012-30/+29
* | Stop relying on columns for type information in mysql2 casting testsSean Griffin2015-01-011-4/+2
* | Stop relying on columns in mysql quoting testsSean Griffin2015-01-011-6/+2
* | Stop relying on columns in sqlite quoting testsSean Griffin2015-01-012-22/+7
* | Fix warning: assigned but unused variable - postRyuta Kamizono2014-12-311-1/+1
* | Fix error message when trying to create an associated recordRafael Mendonça França2014-12-301-0/+8
* | 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-301-0/+18
* | | 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-293-12/+10
* | | 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-262-3/+3
* | 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-221-1/+23
* | 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