aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #16989 from Empact/reload-cache-clearRafael Mendonça França2015-02-205-26/+51
|\
| * Isolate access to @associations_cache and @aggregations cache to the Associat...Ben Woosley2014-09-285-26/+51
* | Merge pull request #19018 from lucasmazza/lm-activemodel-validate-bangRafael Mendonça França2015-02-201-14/+2
|\ \
| * | Move the `validate!` method to `ActiveModel::Validations`.Lucas Mazza2015-02-201-14/+2
* | | Merge pull request #16993 from Empact/simplify-find_by-statement-cacheRafael Mendonça França2015-02-201-16/+18
|\ \ \ | |/ / |/| |
| * | Simplify `find_by_statement_cache` interaction down to a class-level ivar wit...Ben Woosley2014-09-221-20/+18
* | | Merge pull request #17139 from mfazekas/fix_becomes_changed_attributesRafael Mendonça França2015-02-201-1/+2
|\ \ \
| * | | Always reset changed attributes in becomesMiklos Fazekas2015-02-041-1/+2
* | | | Format the time string according to the precision of the time columnRyuta Kamizono2015-02-203-20/+20
* | | | Allow `:precision` option for time type columnsRyuta Kamizono2015-02-205-13/+19
* | | | fix column name in migration example [ci skip]Daniël de Vries2015-02-191-1/+1
* | | | Merge pull request #18916 from kamipo/handle_array_option_in_type_to_sqlRafael Mendonça França2015-02-192-37/+25
|\ \ \ \
| * | | | Handle array option in `type_to_sql`Ryuta Kamizono2015-02-191-19/+16
| * | | | Use `delegate` to call the methods to `@conn`Ryuta Kamizono2015-02-191-16/+3
| * | | | Should handle array option for `:cast_as`Ryuta Kamizono2015-02-191-4/+8
* | | | | Merge pull request #18979 from kamipo/extract_precision_from_datetime_and_tim...Rafael Mendonça França2015-02-192-7/+4
|\ \ \ \ \
| * | | | | Extract precision from datetime and time columnsRyuta Kamizono2015-02-192-7/+4
| |/ / / /
* | | | | Return true instead of self when suppressedRafael Mendonça França2015-02-191-1/+1
* | | | | Copy edit the suppressor documentationRafael Mendonça França2015-02-191-15/+15
* | | | | Add `ActiveRecord::Base.suppress`Michael Ryan2015-02-183-0/+57
|/ / / /
* | | | Add `time` option to `#touch`Hyonjee Joo2015-02-181-6/+8
* | | | Replace deprecated readonly option with scope blocks in docs and guideKonstantinos Rousis2015-02-181-2/+2
* | | | Add docs for the type registrySean Griffin2015-02-172-5/+24
* | | | Rm `Type#type_cast`Sean Griffin2015-02-1711-26/+18
* | | | `type_cast_from_user` -> `cast`Sean Griffin2015-02-1710-16/+16
* | | | `type_cast_for_database` -> `serialize`Sean Griffin2015-02-1726-33/+33
* | | | `Type#type_cast_from_database` -> `Type#deserialize`Sean Griffin2015-02-1720-27/+27
* | | | Revert "Allow `:precision` option for time type columns"Sean Griffin2015-02-175-21/+19
* | | | correct method name in deprecation messageyuuji.yaginuma2015-02-181-1/+1
* | | | Deprecated passing of `start` value to `find_in_batches` and `find_each` in f...Vipul A M2015-02-171-17/+31
* | | | Merge pull request #18662 from estum/foreign-key-existsYves Senn2015-02-162-15/+38
|\ \ \ \
| * | | | Add methods to get foreign key matching argumentsAnton2015-01-292-40/+36
| * | | | Add `foreign_key_exists?` method.Anton2015-01-242-0/+27
* | | | | fix, `to_table` in `remove_foreign_key` should be plural.Yves Senn2015-02-161-1/+1
* | | | | Register adapter specific types with the global type registrySean Griffin2015-02-157-67/+39
* | | | | Add a global type registry, used to lookup and register typesSean Griffin2015-02-152-0/+164
* | | | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-02-141-3/+3
|\ \ \ \ \
| * | | | | Do not use the same name for two `:belongs_to`claudiob2015-02-061-3/+3
* | | | | | Mention `where.not` in the exampleGodfrey Chan2015-02-141-3/+3
* | | | | | Fixed a bug where NULLs are casted into the first enum valueGodfrey Chan2015-02-131-0/+1
* | | | | | Partially revert ae33aeaGodfrey Chan2015-02-131-1/+7
* | | | | | Enums mapping is a HWIA [ci skip]Godfrey Chan2015-02-131-2/+3
* | | | | | Enums should be referred to by symbolsGodfrey Chan2015-02-131-5/+6
* | | | | | Do not overwrite secret token value when already present.Wojciech Wnętrzak2015-02-121-2/+1
* | | | | | Optimize none? and one? relation query methods to use LIMIT and COUNT.Eugene Gilburg2015-02-123-2/+30
* | | | | | Merge pull request #18886 from kamipo/allow_precision_option_for_time_columnRafael Mendonça França2015-02-125-19/+21
|\ \ \ \ \ \
| * | | | | | Allow `:precision` option for time type columnsRyuta Kamizono2015-02-125-19/+21
* | | | | | | Schema creation doesn't load the appTamir Duberstein2015-02-111-1/+1
|/ / / / / /
* | | | | | Don't break enum on PGSean Griffin2015-02-111-1/+1
* | | | | | Refactor enum to be defined in terms of the attributes APISean Griffin2015-02-111-43/+38