Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Should handle array option for `:cast_as` | Ryuta Kamizono | 2015-02-19 | 1 | -4/+8 | |
* | | | | | | | | Merge pull request #18979 from kamipo/extract_precision_from_datetime_and_tim... | Rafael Mendonça França | 2015-02-19 | 2 | -7/+4 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Extract precision from datetime and time columns | Ryuta Kamizono | 2015-02-19 | 2 | -7/+4 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Return true instead of self when suppressed | Rafael Mendonça França | 2015-02-19 | 1 | -1/+1 | |
* | | | | | | | | Copy edit the suppressor documentation | Rafael Mendonça França | 2015-02-19 | 1 | -15/+15 | |
* | | | | | | | | Add `ActiveRecord::Base.suppress` | Michael Ryan | 2015-02-18 | 2 | -0/+56 | |
|/ / / / / / / | ||||||
* | | | | | | | Add `time` option to `#touch` | Hyonjee Joo | 2015-02-18 | 1 | -6/+8 | |
* | | | | | | | Replace deprecated readonly option with scope blocks in docs and guide | Konstantinos Rousis | 2015-02-18 | 1 | -2/+2 | |
* | | | | | | | Add docs for the type registry | Sean Griffin | 2015-02-17 | 2 | -5/+24 | |
* | | | | | | | Rm `Type#type_cast` | Sean Griffin | 2015-02-17 | 11 | -26/+18 | |
* | | | | | | | `type_cast_from_user` -> `cast` | Sean Griffin | 2015-02-17 | 10 | -16/+16 | |
* | | | | | | | `type_cast_for_database` -> `serialize` | Sean Griffin | 2015-02-17 | 26 | -33/+33 | |
* | | | | | | | `Type#type_cast_from_database` -> `Type#deserialize` | Sean Griffin | 2015-02-17 | 20 | -27/+27 | |
* | | | | | | | Revert "Allow `:precision` option for time type columns" | Sean Griffin | 2015-02-17 | 5 | -21/+19 | |
* | | | | | | | correct method name in deprecation message | yuuji.yaginuma | 2015-02-18 | 1 | -1/+1 | |
* | | | | | | | Deprecated passing of `start` value to `find_in_batches` and `find_each` in f... | Vipul A M | 2015-02-17 | 1 | -17/+31 | |
* | | | | | | | Merge pull request #18662 from estum/foreign-key-exists | Yves Senn | 2015-02-16 | 2 | -15/+38 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add methods to get foreign key matching arguments | Anton | 2015-01-29 | 2 | -40/+36 | |
| * | | | | | | | Add `foreign_key_exists?` method. | Anton | 2015-01-24 | 2 | -0/+27 | |
* | | | | | | | | fix, `to_table` in `remove_foreign_key` should be plural. | Yves Senn | 2015-02-16 | 1 | -1/+1 | |
* | | | | | | | | Register adapter specific types with the global type registry | Sean Griffin | 2015-02-15 | 7 | -67/+39 | |
* | | | | | | | | Add a global type registry, used to lookup and register types | Sean Griffin | 2015-02-15 | 2 | -0/+164 | |
* | | | | | | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-02-14 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Do not use the same name for two `:belongs_to` | claudiob | 2015-02-06 | 1 | -3/+3 | |
* | | | | | | | | | Mention `where.not` in the example | Godfrey Chan | 2015-02-14 | 1 | -3/+3 | |
* | | | | | | | | | Fixed a bug where NULLs are casted into the first enum value | Godfrey Chan | 2015-02-13 | 1 | -0/+1 | |
* | | | | | | | | | Partially revert ae33aea | Godfrey Chan | 2015-02-13 | 1 | -1/+7 | |
* | | | | | | | | | Enums mapping is a HWIA [ci skip] | Godfrey Chan | 2015-02-13 | 1 | -2/+3 | |
* | | | | | | | | | Enums should be referred to by symbols | Godfrey Chan | 2015-02-13 | 1 | -5/+6 | |
| |_|_|_|_|_|/ / |/| | | | | | | | ||||||
* | | | | | | | | Do not overwrite secret token value when already present. | Wojciech Wnętrzak | 2015-02-12 | 1 | -2/+1 | |
* | | | | | | | | Optimize none? and one? relation query methods to use LIMIT and COUNT. | Eugene Gilburg | 2015-02-12 | 3 | -2/+30 | |
* | | | | | | | | Merge pull request #18886 from kamipo/allow_precision_option_for_time_column | Rafael Mendonça França | 2015-02-12 | 5 | -19/+21 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Allow `:precision` option for time type columns | Ryuta Kamizono | 2015-02-12 | 5 | -19/+21 | |
* | | | | | | | | | Schema creation doesn't load the app | Tamir Duberstein | 2015-02-11 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Don't break enum on PG | Sean Griffin | 2015-02-11 | 1 | -1/+1 | |
* | | | | | | | | Refactor enum to be defined in terms of the attributes API | Sean Griffin | 2015-02-11 | 1 | -43/+38 | |
* | | | | | | | | `current_scope` shouldn't pollute sibling STI classes | Sean Griffin | 2015-02-11 | 2 | -6/+15 | |
* | | | | | | | | Merge pull request #18888 from kamipo/refactor_quote_default_expression | Rafael Mendonça França | 2015-02-11 | 4 | -18/+12 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Refactor `quote_default_expression` | Ryuta Kamizono | 2015-02-11 | 4 | -18/+12 | |
* | | | | | | | | | Remove the SQLite3 Binary subclass | Sean Griffin | 2015-02-11 | 1 | -18/+0 | |
* | | | | | | | | | Remove an unused option that I didn't mean to commit [ci skip] | Sean Griffin | 2015-02-11 | 1 | -2/+1 | |
* | | | | | | | | | Remove most PG specific type subclasses | Sean Griffin | 2015-02-11 | 13 | -90/+59 | |
* | | | | | | | | | Merge pull request #18883 from kamipo/fix_datetime_precision_dumping_zero_for... | Sean Griffin | 2015-02-11 | 2 | -1/+7 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | The datetime precision with zero should be dumped | Ryuta Kamizono | 2015-02-11 | 2 | -1/+7 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | fix `remove_reference` with `foreign_key: true` on MySQL. #18664. | Yves Senn | 2015-02-11 | 1 | -0/+6 | |
* | | | | | | | | | Merge pull request #18890 from kamipo/remove_cast_type | Yves Senn | 2015-02-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Remove `cast_type` in `ColumnDefinition` | Ryuta Kamizono | 2015-02-11 | 1 | -1/+1 | |
| |/ / / / / / / / | ||||||
* / / / / / / / / | Use keyword argument in `transaction` | Ryuta Kamizono | 2015-02-11 | 1 | -6/+4 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #12257 from vipulnsward/end_on_find_in_batches | Rafael Mendonça França | 2015-02-10 | 1 | -12/+22 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add an option `end_at` to `find_in_batches` | Vipul A M | 2015-02-09 | 1 | -12/+22 |