aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
Commit message (Expand)AuthorAgeFilesLines
* Follow-up to #10776Robin Dupret2015-02-262-4/+9
* Tiny documentation edits [ci skip]Robin Dupret2015-02-242-4/+2
* Call `attributes_for_update` in `_update_record` w/ optimistic lockingSean Griffin2015-02-241-1/+1
* Fix c479480638508c20601af69ca46b5b606c2d5b4d to account for from_value -> fro...Jeremy Kemper2015-02-241-1/+1
* Merge pull request #18744 from mfazekas/no-table-name-with-fromRafael Mendonça França2015-02-241-5/+9
* Fix mysql's schema.rb dumper so it does not include limit on emulated boolean...Court3nay2015-02-241-0/+1
* rework `disable_referential_integrity` for PostgreSQL.Yves Senn2015-02-241-9/+28
* Move back `new_column_definition` into `TableDefinition`Ryuta Kamizono2015-02-251-4/+4
* Merge pull request #19030 from kamipo/extract_short_hand_column_methodsRafael Mendonça França2015-02-233-109/+139
|\
| * The short-hand methods should be able to define multiple columnsRyuta Kamizono2015-02-231-44/+50
| * Extract the short-hand methods into `ColumnMethods`Ryuta Kamizono2015-02-231-23/+28
| * Extract `primary_key` method into `ColumnMethods`Ryuta Kamizono2015-02-223-42/+61
* | Merge pull request #17631 from kamipo/bigint_pk_supportRafael Mendonça França2015-02-231-0/+10
|\ \
| * | Allow `:limit` option for MySQL bigint primary key supportRyuta Kamizono2015-02-241-0/+10
* | | Fix typo [ci skip]Luke Hutscal2015-02-231-1/+1
|/ /
* / Require `belongs_to` by default.Josef Šimánek2015-02-215-9/+35
|/
* Fix #has_secure_token documentation [ci skip]Tim Liner2015-02-201-2/+2
* Merge branch 'rm-take' into 4-1-stableRafael Mendonça França2015-02-202-0/+14
* Do not test, document or use a private API methodRafael Mendonça França2015-02-201-5/+0
* 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
|\ \ \ \