Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Call `attributes_for_update` in `_update_record` w/ optimistic locking | Sean Griffin | 2015-02-24 | 1 | -1/+1 | |
* | | | | | | Fix c479480638508c20601af69ca46b5b606c2d5b4d to account for from_value -> fro... | Jeremy Kemper | 2015-02-24 | 1 | -1/+1 | |
* | | | | | | Merge pull request #18744 from mfazekas/no-table-name-with-from | Rafael Mendonça França | 2015-02-24 | 2 | -5/+20 | |
* | | | | | | Fix mysql's schema.rb dumper so it does not include limit on emulated boolean... | Court3nay | 2015-02-24 | 2 | -0/+6 | |
* | | | | | | rework `disable_referential_integrity` for PostgreSQL. | Yves Senn | 2015-02-24 | 3 | -9/+136 | |
* | | | | | | Merge pull request #19064 from kamipo/remove_unused_table | Rafael Mendonça França | 2015-02-24 | 1 | -10/+0 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Remove unused table | Ryuta Kamizono | 2015-02-25 | 1 | -10/+0 | |
* | | | | | | | Move back `new_column_definition` into `TableDefinition` | Ryuta Kamizono | 2015-02-25 | 1 | -4/+4 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #19030 from kamipo/extract_short_hand_column_methods | Rafael Mendonça França | 2015-02-23 | 4 | -110/+173 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | The short-hand methods should be able to define multiple columns | Ryuta Kamizono | 2015-02-23 | 2 | -45/+69 | |
| * | | | | | | Extract the short-hand methods into `ColumnMethods` | Ryuta Kamizono | 2015-02-23 | 2 | -23/+36 | |
| * | | | | | | Extract `primary_key` method into `ColumnMethods` | Ryuta Kamizono | 2015-02-22 | 4 | -42/+68 | |
* | | | | | | | Merge pull request #17631 from kamipo/bigint_pk_support | Rafael Mendonça França | 2015-02-23 | 3 | -0/+35 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Allow `:limit` option for MySQL bigint primary key support | Ryuta Kamizono | 2015-02-24 | 3 | -0/+35 | |
* | | | | | | | | Fix typo [ci skip] | Luke Hutscal | 2015-02-23 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | some indenting and punctuation fixes. [ci skip] | Yves Senn | 2015-02-23 | 1 | -5/+7 | |
* | | | | | | | Require `belongs_to` by default. | Josef Šimánek | 2015-02-21 | 7 | -9/+92 | |
|/ / / / / / | ||||||
* | | | | | | Fix #has_secure_token documentation [ci skip] | Tim Liner | 2015-02-20 | 1 | -2/+2 | |
* | | | | | | Error message testing fix | Franky W | 2015-02-20 | 3 | -5/+11 | |
* | | | | | | Merge branch 'rm-take' into 4-1-stable | Rafael Mendonça França | 2015-02-20 | 3 | -1/+43 | |
* | | | | | | Do not test, document or use a private API method | Rafael Mendonça França | 2015-02-20 | 3 | -28/+0 | |
* | | | | | | Merge pull request #16989 from Empact/reload-cache-clear | Rafael Mendonça França | 2015-02-20 | 6 | -28/+53 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Isolate access to @associations_cache and @aggregations cache to the Associat... | Ben Woosley | 2014-09-28 | 9 | -32/+66 | |
* | | | | | | | Merge pull request #19018 from lucasmazza/lm-activemodel-validate-bang | Rafael Mendonça França | 2015-02-20 | 1 | -14/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Move the `validate!` method to `ActiveModel::Validations`. | Lucas Mazza | 2015-02-20 | 1 | -14/+2 | |
* | | | | | | | | Merge pull request #16993 from Empact/simplify-find_by-statement-cache | Rafael Mendonça França | 2015-02-20 | 1 | -16/+18 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Simplify `find_by_statement_cache` interaction down to a class-level ivar wit... | Ben Woosley | 2014-09-22 | 1 | -20/+18 | |
* | | | | | | | | Merge pull request #17139 from mfazekas/fix_becomes_changed_attributes | Rafael Mendonça França | 2015-02-20 | 3 | -1/+14 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Always reset changed attributes in becomes | Miklos Fazekas | 2015-02-04 | 3 | -1/+14 | |
* | | | | | | | | | Add schema dumping tests for datetime and time precision | Ryuta Kamizono | 2015-02-20 | 3 | -8/+34 | |
* | | | | | | | | | Format the time string according to the precision of the time column | Ryuta Kamizono | 2015-02-20 | 5 | -20/+43 | |
* | | | | | | | | | Allow `:precision` option for time type columns | Ryuta Kamizono | 2015-02-20 | 8 | -14/+89 | |
* | | | | | | | | | fix column name in migration example [ci skip] | Daniël de Vries | 2015-02-19 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #18996 from morgoth/deprecate-more-errors-methods | Yves Senn | 2015-02-19 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Deprecate `ActiveModel::Errors` `add_on_empty` and `add_on_blank` methods | Wojciech Wnętrzak | 2015-02-19 | 2 | -2/+2 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #18916 from kamipo/handle_array_option_in_type_to_sql | Rafael Mendonça França | 2015-02-19 | 3 | -37/+32 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Handle array option in `type_to_sql` | Ryuta Kamizono | 2015-02-19 | 1 | -19/+16 | |
| * | | | | | | | | | Use `delegate` to call the methods to `@conn` | Ryuta Kamizono | 2015-02-19 | 1 | -16/+3 | |
| * | | | | | | | | | Should handle array option for `:cast_as` | Ryuta Kamizono | 2015-02-19 | 2 | -4/+15 | |
* | | | | | | | | | | Merge pull request #18979 from kamipo/extract_precision_from_datetime_and_tim... | Rafael Mendonça França | 2015-02-19 | 3 | -8/+5 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Extract precision from datetime and time columns | Ryuta Kamizono | 2015-02-19 | 3 | -8/+5 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | 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 | 3 | -29/+28 | |
* | | | | | | | | | | Add `ActiveRecord::Base.suppress` | Michael Ryan | 2015-02-18 | 8 | -0/+118 | |
|/ / / / / / / / / | ||||||
* / / / / / / / / | Add `time` option to `#touch` | Hyonjee Joo | 2015-02-18 | 3 | -6/+34 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #18984 from rousisk/master | Carlos Antonio da Silva | 2015-02-18 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Replace deprecated readonly option with scope blocks in docs and guide | Konstantinos Rousis | 2015-02-18 | 1 | -2/+2 | |
* | | | | | | | | | Prefer `drop_table if_exists: true` over raw SQL | Ryuta Kamizono | 2015-02-18 | 21 | -25/+25 | |
|/ / / / / / / / | ||||||
* | | | | | | | | prefer `drop_table if_exists: true` over raw SQL. | Yves Senn | 2015-02-18 | 12 | -12/+12 | |
* | | | | | | | | Add docs for the type registry | Sean Griffin | 2015-02-17 | 2 | -5/+24 |