aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* A quick pass through NestedAttributes' doc [ci skip]Robin Dupret2015-01-021-18/+20
* Merge pull request #17822 from kamipo/refactor_visit_change_column_definitionRafael Mendonça França2015-01-024-16/+14
|\
| * Refactor `visit_ChangeColumnDefinition`Ryuta Kamizono2015-01-032-11/+9
| * Add default value for `create_table_definition`Ryuta Kamizono2015-01-033-5/+5
* | Merge pull request #8547 from printercu/patch-1Rafael Mendonça França2015-01-022-1/+14
|\ \ | |/ |/|
| * fix for messages in invalid encoding from db-driversMax Melentiev2013-12-072-1/+14
* | Merge pull request #17820 from fw42/restore_query_cache_on_rollbackRafael Mendonça França2015-01-029-9/+53
|\ \
| * | Restore query cache on rollbackFlorian Weingarten2014-12-018-9/+49
* | | Merge pull request #15309 from iantropov/issue_12698_build_throughRafael Mendonça França2015-01-024-1/+29
|\ \ \
| * | | Add setting of FK for throgh associations while buildingIvan Antropov2014-05-254-1/+29
* | | | Merge pull request #18228 from kamipo/correctly_dump_primary_keyRafael Mendonça França2015-01-027-5/+69
|\ \ \ \
| * | | | Improve a dump of the primary key support.Ryuta Kamizono2014-12-297-5/+69
* | | | | Remove support to activerecord-deprecated_findersRafael Mendonça França2015-01-0214-127/+64
* | | | | Merge pull request #18067 from kamipo/format_datetime_string_according_to_pre...Rafael Mendonça França2015-01-026-1/+225
|\ \ \ \ \
| * | | | | Format the datetime string according to the precision of the datetime field.Ryuta Kamizono2015-01-024-1/+62
| * | | | | Allow precision option for MySQL datetimes.Ryuta Kamizono2015-01-026-1/+164
* | | | | | Merge pull request #15746 from amccloud/auto-inverse_of-in-moduleRafael Mendonça França2015-01-023-1/+17
|\ \ \ \ \ \
| * | | | | | Fixed automatic inverse_of for models nested in moduleAndrew McCloud2014-06-153-1/+17
* | | | | | | Merge pull request #11898 from prathamesh-sonpatki/patch-updateRafael Mendonça França2015-01-024-3/+51
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Allow ActiveRecord::Relation#update to run on result of a relation with callb...Prathamesh Sonpatki2014-12-204-3/+51
* | | | | | | Merge pull request #18080 from korbin/fix_reaping_frequency_configurationRafael Mendonça França2015-01-023-2/+8
|\ \ \ \ \ \ \
| * | | | | | | fix issue with reaping_frequency typekorbin2014-12-172-2/+2
* | | | | | | | Do not check only for the Rails constantRafael Mendonça França2015-01-021-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
* | | | | | | | 💣 I forgot to commit the arity changeSean Griffin2015-01-011-1/+1
* | | | | | | | Don't rely on the column for type information in uniquness validationsSean Griffin2015-01-011-1/+2
* | | | | | | | Don't load an entire table into memory to copy it on SQLiteSean Griffin2015-01-011-15/+4
* | | | | | | | Stop using the column for type information in sanitizationSean Griffin2015-01-011-5/+4
* | | | | | | | Stop passing the column to the connection adapter when quoting defaultsSean Griffin2015-01-011-2/+2
* | | | | | | | Merge pull request #18271 from arunagw/change-copyright-yearRobin Dupret2015-01-012-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Update copyright notices to 2015 [ci skip]Arun Agrawal2014-12-312-2/+2
* | | | | | | | | Fix warning: assigned but unused variable - postRyuta Kamizono2014-12-311-1/+1
|/ / / / / / / /
* | | | | | | | Extract the index length validation to a auxiliar methodRafael Mendonça França2014-12-303-9/+12
* | | | | | | | Merge pull request #18264 from yahonda/rename_index_mysqlRafael Mendonça França2014-12-301-0/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Raise a better exception for renaming long indexes for mysql adaptersYasuo Honda2014-12-301-0/+3
* | | | | | | | | Fix error message when trying to create an associated recordRafael Mendonça França2014-12-304-1/+23
* | | | | | | | | Share foreign_key_present? implementation in _has_ associationsbrainopia2014-12-316-43/+71
|/ / / / / / / /
* | | | | | | | Merge pull request #17680 from larskanis/fix_bytea_change_detectionSean Griffin2014-12-302-1/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | PostgreSQL, Fix change detection caused by wrong data for bytea unescaping.Lars Kanis2014-12-292-1/+9
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Update CHANGELOG entry for #18070 [ci skip]Prathamesh Sonpatki2014-12-311-3/+4
* | | | | | | | Ensures that primary_key method will return nil when multi-pkArthur Neves2014-12-306-8/+33
* | | | | | | | Tiny documentation fixes [ci skip]Robin Dupret2014-12-301-1/+1
* | | | | | | | AR specific length validator to respect `marked_for_destruction`.Yves Senn2014-12-305-0/+49
* | | | | | | | Add doc for `:touch` option of AR::Base#saveclaudiob2014-12-301-0/+8
* | | | | | | | Ensure `first!` and friends work on loaded associationsSean Griffin2014-12-293-0/+12
* | | | | | | | Require Arel 7.0.0.alphaSean Griffin2014-12-291-1/+1