Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | [ci skip] fix typo | Akshay Vishnoi | 2016-01-10 | 1 | -1/+1 | |
* | | | | | | Split out token `if` tests to trigger `before_create`. | Kasper Timm Hansen | 2016-01-09 | 1 | -1/+5 | |
* | | | | | | Revert "Switch `has_secure_token` to `before_save`." | Kasper Timm Hansen | 2016-01-09 | 1 | -4/+3 | |
* | | | | | | Switch `has_secure_token` to `before_save`. | Kasper Timm Hansen | 2016-01-09 | 1 | -3/+4 | |
* | | | | | | Add conditional_token to users. | Kasper Timm Hansen | 2016-01-09 | 1 | -0/+1 | |
* | | | | | | Support :if and :unless in has_secure_token | Griffin Smith | 2016-01-09 | 4 | -2/+40 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #22988 from y-yagi/match_environment_variable_name_and_err... | Richard Schneeman | 2016-01-09 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | match the environment variable name that actually checking and error message | yuuji.yaginuma | 2016-01-09 | 1 | -1/+1 | |
* | | | | | | Merge pull request #22986 from yui-knk/fix_automatic_inverse_of_comment | प्रथमेश Sonpatki | 2016-01-09 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | [ci skip] `automatic_inverse_of` returns `false` not `nil` (document fix) | yui-knk | 2016-01-09 | 1 | -1/+1 | |
* | | | | | | Added missing CHANGELOG entry for https://github.com/rails/rails/pull/22976 | Prathamesh Sonpatki | 2016-01-09 | 1 | -0/+8 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #22976 from schneems/schneems/schema-migration-primary-key | Sean Griffin | 2016-01-08 | 2 | -3/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | Get update_attributes working with SchemaMigration | schneems | 2016-01-08 | 2 | -3/+3 | |
* | | | | | | Fix the broken build | Sean Griffin | 2016-01-08 | 1 | -0/+2 | |
* | | | | | | Refactor tz aware types, add support for PG ranges | Sean Griffin | 2016-01-08 | 4 | -8/+63 | |
* | | | | | | Merge pull request #22967 from schneems/schneems/generic-metadata | Sean Griffin | 2016-01-08 | 13 | -7/+226 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Fixing tests and re-locating error checking. | schneems | 2016-01-08 | 3 | -13/+14 | |
| * | | | | | Fix kwarg to not have circular dependency | schneems | 2016-01-08 | 1 | -1/+1 | |
| * | | | | | Use hash like syntax for InternalMetadata | schneems | 2016-01-08 | 6 | -14/+12 | |
| * | | | | | Add EnvironmentMismatchError | schneems | 2016-01-08 | 2 | -4/+25 | |
| * | | | | | Use `key` as primary key in schema. | schneems | 2016-01-08 | 1 | -1/+1 | |
| * | | | | | [ci skip] Add comment to remove silenced code. | schneems | 2016-01-07 | 1 | -0/+1 | |
| * | | | | | Prevent destructive action on production database | schneems | 2016-01-07 | 12 | -7/+205 | |
* | | | | | | Merge pull request #22973 from kamipo/fix_select_values_method_signature | Rafael França | 2016-01-08 | 2 | -4/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix `select_values` method signature for consistency | Ryuta Kamizono | 2016-01-08 | 2 | -4/+4 | |
* | | | | | | | `{update|delete}_sql` are almost the same as `{update|delete}` | Ryuta Kamizono | 2016-01-08 | 4 | -25/+2 | |
|/ / / / / / | ||||||
* | | | | | | Ensure `config.active_record.time_zone_aware_types` is always set | Sean Griffin | 2016-01-07 | 1 | -0/+1 | |
* | | | | | | Remove `delete_sql` in sqlite3 adapter | Ryuta Kamizono | 2016-01-07 | 1 | -5/+0 | |
* | | | | | | Refactor `connection.insert_sql` | Ryuta Kamizono | 2016-01-07 | 4 | -35/+10 | |
* | | | | | | Merge pull request #22933 from schneems/schneems/fix-broadcast | Richard Schneeman | 2016-01-06 | 1 | -2/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | [close #22917] Don't output to `STDOUT` twice | schneems | 2016-01-06 | 1 | -2/+4 | |
* | | | | | | | fix remove_index for postgresql when running legacy migrations | Lachlan Sylvester | 2016-01-06 | 2 | -2/+19 | |
* | | | | | | | Merge pull request #22921 from prathamesh-sonpatki/fix-add-reference | Rafael França | 2016-01-06 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Autoload ReferenceDefinition class in abstract adapter so that it can be used... | Prathamesh Sonpatki | 2016-01-05 | 1 | -0/+1 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #21688 from kamipo/add_text_and_blob_shorthand_methods | Rafael Mendonça França | 2016-01-06 | 3 | -10/+53 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add short-hand methods for text and blob types in MySQL | Ryuta Kamizono | 2016-01-05 | 3 | -10/+53 | |
| |/ / / / / / | ||||||
* | | | | | | | Move CHANGELOG entry to Active Record | Rafael Mendonça França | 2016-01-05 | 1 | -0/+5 | |
* | | | | | | | Merge pull request #22920 from kamipo/fix_connection_create | Rafael França | 2016-01-05 | 5 | -9/+13 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Fix `connection#create` in PG adapter | Ryuta Kamizono | 2016-01-05 | 5 | -9/+13 | |
* | | | | | | | Merge pull request #22896 from kamipo/fix_unsigned_and_blob_or_text_column | Rafael França | 2016-01-04 | 3 | -5/+16 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix `unsigned?` and `blob_or_text_column?` for Enum columns in MySQL | Ryuta Kamizono | 2016-01-04 | 3 | -5/+16 | |
* | | | | | | | | Merge pull request #22550 from tamird/record-fetch-warning-allocate-less | Sean Griffin | 2016-01-04 | 5 | -20/+24 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | activerecord: reuse immutable objects | Tamir Duberstein | 2016-01-04 | 4 | -14/+20 | |
| * | | | | | | | activerecord: allocate fewer arrays in `RecordFetchWarning` | Tamir Duberstein | 2016-01-04 | 1 | -6/+4 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #22915 from kamipo/fix_user_name_in_doc | Eileen M. Uchitelle | 2016-01-04 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix user name in doc [ci skip] | Ryuta Kamizono | 2015-12-31 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #22821 from shosti/set-null-transaction | Arthur Nogueira Neves | 2016-01-04 | 2 | -0/+6 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Allow add_to_transaction with null transaction | Emanuel Evans | 2015-12-28 | 2 | -0/+6 | |
* | | | | | | | | Merge pull request #22889 from kamipo/remove_fixme_comments | Claudio B | 2016-01-02 | 1 | -3/+0 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Remove FIXME comments about the `Arel::Nodes::Quoted` [ci skip] | Ryuta Kamizono | 2016-01-03 | 1 | -3/+0 |