aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #19064 from kamipo/remove_unused_tableRafael Mendonça França2015-02-241-10/+0
|\
| * Remove unused tableRyuta Kamizono2015-02-251-10/+0
* | 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-234-110/+173
|\
| * The short-hand methods should be able to define multiple columnsRyuta Kamizono2015-02-232-45/+69
| * Extract the short-hand methods into `ColumnMethods`Ryuta Kamizono2015-02-232-23/+36
| * Extract `primary_key` method into `ColumnMethods`Ryuta Kamizono2015-02-224-42/+68
* | Merge pull request #17631 from kamipo/bigint_pk_supportRafael Mendonça França2015-02-233-0/+35
|\ \
| * | Allow `:limit` option for MySQL bigint primary key supportRyuta Kamizono2015-02-243-0/+35
* | | Fix typo [ci skip]Luke Hutscal2015-02-231-1/+1
|/ /
* | some indenting and punctuation fixes. [ci skip]Yves Senn2015-02-231-5/+7
* | Require `belongs_to` by default.Josef Šimánek2015-02-217-9/+92
|/
* Fix #has_secure_token documentation [ci skip]Tim Liner2015-02-201-2/+2
* Error message testing fixFranky W2015-02-203-5/+11
* Merge branch 'rm-take' into 4-1-stableRafael Mendonça França2015-02-203-1/+43
* Do not test, document or use a private API methodRafael Mendonça França2015-02-203-28/+0
* Merge pull request #16989 from Empact/reload-cache-clearRafael Mendonça França2015-02-206-28/+53
|\
| * Isolate access to @associations_cache and @aggregations cache to the Associat...Ben Woosley2014-09-289-32/+66
* | 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-203-1/+14
|\ \ \
| * | | Always reset changed attributes in becomesMiklos Fazekas2015-02-043-1/+14
* | | | Add schema dumping tests for datetime and time precisionRyuta Kamizono2015-02-203-8/+34
* | | | Format the time string according to the precision of the time columnRyuta Kamizono2015-02-205-20/+43
* | | | Allow `:precision` option for time type columnsRyuta Kamizono2015-02-208-14/+89
* | | | fix column name in migration example [ci skip]Daniël de Vries2015-02-191-1/+1
* | | | Merge pull request #18996 from morgoth/deprecate-more-errors-methodsYves Senn2015-02-192-2/+2
|\ \ \ \
| * | | | Deprecate `ActiveModel::Errors` `add_on_empty` and `add_on_blank` methodsWojciech Wnętrzak2015-02-192-2/+2
* | | | | Merge pull request #18916 from kamipo/handle_array_option_in_type_to_sqlRafael Mendonça França2015-02-193-37/+32
|\ \ \ \ \
| * | | | | 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-192-4/+15
* | | | | | Merge pull request #18979 from kamipo/extract_precision_from_datetime_and_tim...Rafael Mendonça França2015-02-193-8/+5
|\ \ \ \ \ \
| * | | | | | Extract precision from datetime and time columnsRyuta Kamizono2015-02-193-8/+5
| |/ / / / /
* | | | | | 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-193-29/+28
* | | | | | Add `ActiveRecord::Base.suppress`Michael Ryan2015-02-188-0/+118
|/ / / / /
* / / / / Add `time` option to `#touch`Hyonjee Joo2015-02-183-6/+34
|/ / / /
* | | | Merge pull request #18984 from rousisk/masterCarlos Antonio da Silva2015-02-181-2/+2
|\ \ \ \
| * | | | Replace deprecated readonly option with scope blocks in docs and guideKonstantinos Rousis2015-02-181-2/+2
* | | | | Prefer `drop_table if_exists: true` over raw SQLRyuta Kamizono2015-02-1821-25/+25
|/ / / /
* | | | prefer `drop_table if_exists: true` over raw SQL.Yves Senn2015-02-1812-12/+12
* | | | Add docs for the type registrySean Griffin2015-02-172-5/+24
* | | | Rm `Type#type_cast`Sean Griffin2015-02-1713-28/+20
* | | | `type_cast_from_user` -> `cast`Sean Griffin2015-02-1722-106/+106
* | | | `type_cast_for_database` -> `serialize`Sean Griffin2015-02-1740-79/+79
* | | | `Type#type_cast_from_database` -> `Type#deserialize`Sean Griffin2015-02-1736-71/+71
* | | | Add line endings to files which are missing themSean Griffin2015-02-1716-16/+16