aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #17820 from fw42/restore_query_cache_on_rollbackRafael Mendonça França2015-01-021-0/+32
|\
| * Restore query cache on rollbackFlorian Weingarten2014-12-011-0/+32
* | Merge pull request #15309 from iantropov/issue_12698_build_throughRafael Mendonça França2015-01-022-1/+12
|\ \
| * | Add setting of FK for throgh associations while buildingIvan Antropov2014-05-252-1/+12
* | | Merge pull request #18228 from kamipo/correctly_dump_primary_keyRafael Mendonça França2015-01-021-0/+19
|\ \ \
| * | | Improve a dump of the primary key support.Ryuta Kamizono2014-12-291-0/+19
* | | | Remove support to activerecord-deprecated_findersRafael Mendonça França2015-01-022-3/+2
* | | | Merge pull request #18067 from kamipo/format_datetime_string_according_to_pre...Rafael Mendonça França2015-01-024-1/+182
|\ \ \ \
| * | | | Format the datetime string according to the precision of the datetime field.Ryuta Kamizono2015-01-022-0/+34
| * | | | Allow precision option for MySQL datetimes.Ryuta Kamizono2015-01-024-1/+148
* | | | | Merge pull request #15746 from amccloud/auto-inverse_of-in-moduleRafael Mendonça França2015-01-021-0/+12
|\ \ \ \ \
| * | | | | Fixed automatic inverse_of for models nested in moduleAndrew McCloud2014-06-151-0/+12
* | | | | | Merge pull request #11898 from prathamesh-sonpatki/patch-updateRafael Mendonça França2015-01-022-2/+22
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Allow ActiveRecord::Relation#update to run on result of a relation with callb...Prathamesh Sonpatki2014-12-202-2/+22
* | | | | | 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-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