Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Allow `:precision` option for time type columns | Ryuta Kamizono | 2015-02-20 | 2 | -1/+66 | |
* | | | | | | | Merge pull request #18916 from kamipo/handle_array_option_in_type_to_sql | Rafael Mendonça França | 2015-02-19 | 1 | -0/+7 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Should handle array option for `:cast_as` | Ryuta Kamizono | 2015-02-19 | 1 | -0/+7 | |
* | | | | | | | | Merge pull request #18979 from kamipo/extract_precision_from_datetime_and_tim... | Rafael Mendonça França | 2015-02-19 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Extract precision from datetime and time columns | Ryuta Kamizono | 2015-02-19 | 1 | -1/+1 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Copy edit the suppressor documentation | Rafael Mendonça França | 2015-02-19 | 1 | -1/+0 | |
* | | | | | | | | Add `ActiveRecord::Base.suppress` | Michael Ryan | 2015-02-18 | 1 | -0/+22 | |
|/ / / / / / / | ||||||
* | | | | | / | Add `time` option to `#touch` | Hyonjee Joo | 2015-02-18 | 1 | -0/+21 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | Prefer `drop_table if_exists: true` over raw SQL | Ryuta Kamizono | 2015-02-18 | 20 | -24/+24 | |
* | | | | | | prefer `drop_table if_exists: true` over raw SQL. | Yves Senn | 2015-02-18 | 12 | -12/+12 | |
* | | | | | | Rm `Type#type_cast` | Sean Griffin | 2015-02-17 | 2 | -2/+2 | |
* | | | | | | `type_cast_from_user` -> `cast` | Sean Griffin | 2015-02-17 | 12 | -90/+90 | |
* | | | | | | `type_cast_for_database` -> `serialize` | Sean Griffin | 2015-02-17 | 14 | -46/+46 | |
* | | | | | | `Type#type_cast_from_database` -> `Type#deserialize` | Sean Griffin | 2015-02-17 | 16 | -44/+44 | |
* | | | | | | Fix test failures on Mysql 5.5 | Sean Griffin | 2015-02-17 | 1 | -1/+1 | |
* | | | | | | Update code which depended on methods added by 1502caef | Sean Griffin | 2015-02-17 | 1 | -1/+1 | |
* | | | | | | Revert "Allow `:precision` option for time type columns" | Sean Griffin | 2015-02-17 | 1 | -65/+0 | |
* | | | | | | Deprecated passing of `start` value to `find_in_batches` and `find_each` in f... | Vipul A M | 2015-02-17 | 1 | -7/+28 | |
* | | | | | | Merge pull request #18662 from estum/foreign-key-exists | Yves Senn | 2015-02-16 | 1 | -0/+21 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add `foreign_key_exists?` method. | Anton | 2015-01-24 | 1 | -0/+21 | |
* | | | | | | | Add a global type registry, used to lookup and register types | Sean Griffin | 2015-02-15 | 2 | -0/+172 | |
* | | | | | | | Mention `where.not` in the example | Godfrey Chan | 2015-02-14 | 1 | -0/+4 | |
* | | | | | | | Fixed a bug where NULLs are casted into the first enum value | Godfrey Chan | 2015-02-13 | 1 | -3/+8 | |
* | | | | | | | Partially revert ae33aea | Godfrey Chan | 2015-02-13 | 1 | -4/+0 | |
* | | | | | | | Break up these tests | Godfrey Chan | 2015-02-13 | 1 | -4/+23 | |
* | | | | | | | oops, 'format' is not a real enum | Godfrey Chan | 2015-02-13 | 1 | -8/+8 | |
* | | | | | | | Enums should be referred to by symbols | Godfrey Chan | 2015-02-13 | 1 | -1/+14 | |
| |_|_|_|/ / |/| | | | | | ||||||
* | | | | | | Do not overwrite secret token value when already present. | Wojciech Wnętrzak | 2015-02-12 | 1 | -0/+7 | |
* | | | | | | Merge pull request #18915 from kamipo/extract_date_time_precision_test | Rafael Mendonça França | 2015-02-12 | 4 | -271/+102 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Extract `DateTimePrecisionTest` | Ryuta Kamizono | 2015-02-13 | 4 | -271/+102 | |
* | | | | | | | Optimize none? and one? relation query methods to use LIMIT and COUNT. | Eugene Gilburg | 2015-02-12 | 2 | -0/+110 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #18886 from kamipo/allow_precision_option_for_time_column | Rafael Mendonça França | 2015-02-12 | 1 | -0/+65 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Allow `:precision` option for time type columns | Ryuta Kamizono | 2015-02-12 | 1 | -0/+65 | |
* | | | | | | | get rid of transaction warning when running PG tests. | Yves Senn | 2015-02-12 | 1 | -1/+1 | |
* | | | | | | | pg tests, be clear about the missing type that causes a test skip. | Yves Senn | 2015-02-12 | 2 | -15/+8 | |
* | | | | | | | tests, remove unused requires. | Yves Senn | 2015-02-12 | 2 | -2/+0 | |
|/ / / / / / | ||||||
* | | | | | | Refactor enum to be defined in terms of the attributes API | Sean Griffin | 2015-02-11 | 1 | -1/+16 | |
* | | | | | | `current_scope` shouldn't pollute sibling STI classes | Sean Griffin | 2015-02-11 | 1 | -0/+6 | |
* | | | | | | Remove the SQLite3 Binary subclass | Sean Griffin | 2015-02-11 | 1 | -10/+0 | |
* | | | | | | Merge pull request #18883 from kamipo/fix_datetime_precision_dumping_zero_for... | Sean Griffin | 2015-02-11 | 1 | -22/+39 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | The datetime precision with zero should be dumped | Ryuta Kamizono | 2015-02-11 | 1 | -22/+39 | |
* | | | | | | | prefer `drop_table :table, if_exists: true` over explicit checks. | Yves Senn | 2015-02-11 | 1 | -2/+2 | |
* | | | | | | | add test to ensure `remove_reference` with index and fk is invertable. | Yves Senn | 2015-02-11 | 1 | -0/+5 | |
* | | | | | | | fix `remove_reference` with `foreign_key: true` on MySQL. #18664. | Yves Senn | 2015-02-11 | 1 | -0/+10 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #12257 from vipulnsward/end_on_find_in_batches | Rafael Mendonça França | 2015-02-10 | 1 | -0/+9 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add an option `end_at` to `find_in_batches` | Vipul A M | 2015-02-09 | 1 | -0/+9 | |
* | | | | | | | Refactor microsecond precision to be database agnostic | Sean Griffin | 2015-02-10 | 5 | -24/+12 | |
* | | | | | | | Maintain a consistent order in `ActiveRecord::Base#attributes` | Sean Griffin | 2015-02-10 | 1 | -0/+10 | |
|/ / / / / / | ||||||
* | | | | | | Remove debug code | Carlos Antonio da Silva | 2015-02-08 | 1 | -5/+0 | |
* | | | | | | Fix rounding problem for PostgreSQL timestamp column | Ryuta Kamizono | 2015-02-08 | 1 | -0/+16 |