Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Don't short-circuit reject_if proc | Andrew White | 2016-01-22 | 2 | -2/+25 | |
* | | | | | | | Merge pull request #23161 from schneems/schneems/fix-mysql-internalmetadata | Richard Schneeman | 2016-01-25 | 2 | -9/+36 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | [close #23009] Limit key length | schneems | 2016-01-21 | 2 | -9/+36 | |
* | | | | | | | | When verifying size of relation, also verify count is ok. | Vipul A M | 2016-01-25 | 1 | -0/+1 | |
* | | | | | | | | Merge pull request #23221 from vipulnsward/23209-fix-missin_source_type | Rafael França | 2016-01-24 | 6 | -0/+26 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add missing source_type if provided on hmt which belongs to an sti record | Vipul A M | 2016-01-24 | 6 | -0/+26 | |
* | | | | | | | | | Fix AR::Relation#cache_key to remove select scope added by user | Prathamesh Sonpatki | 2016-01-24 | 2 | -0/+7 | |
* | | | | | | | | | Merge pull request #23081 from prathamesh-sonpatki/fix-cache-key-for-queries-... | Kasper Timm Hansen | 2016-01-24 | 2 | -2/+13 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix ActiveRecord::Relation#cache_key for relations with no results | Prathamesh Sonpatki | 2016-01-22 | 2 | -2/+13 | |
* | | | | | | | | | | Pare back default `index` option for the migration generator | Prathamesh Sonpatki | 2016-01-24 | 7 | -12/+51 | |
| |/ / / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Add environment back to db:structure:load | Andrew White | 2016-01-23 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #23102 from yui-knk/foreign_type_to_singular_association | Eileen M. Uchitelle | 2016-01-23 | 3 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Define `:foreign_type` as a valid option in `SingularAssociation` | yui-knk | 2016-01-19 | 3 | -3/+3 | |
* | | | | | | | | | | Use the database type to deserialize enum | Sean Griffin | 2016-01-23 | 4 | -4/+19 | |
| |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
* | | | | | | | | | [ci skip] Add note about tsrange and timezone awareness to docs | palkan | 2016-01-22 | 1 | -1/+5 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #23080 from prathamesh-sonpatki/fix-cache-key-for-loaded-e... | Matthew Draper | 2016-01-22 | 2 | -1/+11 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix ActiveRecord::Relation#cache_key for loaded empty collection | Prathamesh Sonpatki | 2016-01-16 | 2 | -1/+11 | |
* | | | | | | | | | Use bind parameters for ranges in where clauses | Sean Griffin | 2016-01-21 | 2 | -2/+36 | |
| |_|/ / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Fix the API documentation layout of after_*_commit | Genadi Samokovarov | 2016-01-20 | 1 | -3/+3 | |
* | | | | | | | | Pluralize counter_cache column name in example [ci skip] | Amit Thawait | 2016-01-20 | 1 | -4/+4 | |
* | | | | | | | | Update CHANEGLOG for https://github.com/rails/rails/pull/20005 [ci skip] | Prathamesh Sonpatki | 2016-01-20 | 1 | -1/+5 | |
* | | | | | | | | Add `ModelSchema::type_for_attribute` to the public API | Sean Griffin | 2016-01-19 | 1 | -1/+12 | |
* | | | | | | | | Fix test failure on PostgreSQL by sorting the result before comparison | Prathamesh Sonpatki | 2016-01-19 | 1 | -4/+5 | |
* | | | | | | | | run `type` column through attribtues API type casting. | Yves Senn | 2016-01-19 | 3 | -0/+84 | |
* | | | | | | | | refer to rails command instead of rake in environment error | yuuji.yaginuma | 2016-01-19 | 1 | -2/+2 | |
* | | | | | | | | Changed options for find_each and variants to have options start/finish inste... | Vipul A M | 2016-01-18 | 4 | -82/+46 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #20005 from kamipo/default_expression_support | Rafael França | 2016-01-16 | 11 | -44/+100 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix extract default with CURRENT_TIMESTUMP | Ryuta Kamizono | 2016-01-13 | 3 | -2/+24 | |
| * | | | | | | | Fix extract default with CURRENT_DATE | Ryuta Kamizono | 2016-01-13 | 1 | -3/+8 | |
| * | | | | | | | Add expression support on the schema default | Ryuta Kamizono | 2016-01-13 | 8 | -39/+68 | |
* | | | | | | | | Merge pull request #23067 from kamipo/sql_for_insert_returns_values_for_passi... | Rafael França | 2016-01-16 | 3 | -24/+16 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | `sql_for_insert` returns values for passing to `exec_insert` | Ryuta Kamizono | 2016-01-15 | 3 | -24/+16 | |
* | | | | | | | | Merge pull request #23060 from schneems/schneems/revert-revert-migration-set-... | Richard Schneeman | 2016-01-15 | 2 | -19/+59 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix intermittent test failures | schneems | 2016-01-14 | 1 | -0/+1 | |
| * | | | | | | | | Revert "Revert "Set environment even when no migration runs"" | schneems | 2016-01-14 | 2 | -19/+58 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #23065 from kamipo/clean_up_internal_metadata_definition | Richard Schneeman | 2016-01-15 | 2 | -4/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Clean up internal metadata definition | Ryuta Kamizono | 2016-01-15 | 2 | -4/+3 | |
* | | | | | | | | | `last_insert_id_value` and `last_insert_id` are unused anymore | Ryuta Kamizono | 2016-01-15 | 1 | -9/+1 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Revert "Set environment even when no migration runs" | Sean Griffin | 2016-01-14 | 2 | -58/+19 | |
* | | | | | | | | Revert "Merge pull request #20835 from glittershark/if-and-unless-in-secure-t... | Kasper Timm Hansen | 2016-01-14 | 5 | -45/+2 | |
* | | | | | | | | Merge pull request #23048 from kamipo/substitute_at_is_no_longer_used | Sean Griffin | 2016-01-14 | 6 | -20/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | `substitute_at` is no longer used | Ryuta Kamizono | 2016-01-14 | 6 | -20/+3 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Properly include the `from` clause when merging relations | Sean Griffin | 2016-01-14 | 2 | -0/+10 | |
* | | | | | | | | Ensure enum scopes work properly with STI and inheritance | Sean Griffin | 2016-01-14 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #23017 from schneems/schneems/migration-sets-environment-v... | Richard Schneeman | 2016-01-14 | 2 | -19/+58 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Set environment even when no migration runs | schneems | 2016-01-11 | 2 | -1/+37 | |
| * | | | | | | | | Clean up duplicate migration logic | schneems | 2016-01-11 | 2 | -18/+21 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | update doc for << method of has_many association | ankit1910 | 2016-01-14 | 1 | -0/+1 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | docs, formatting pass over changelogs. [ci skip] | Yves Senn | 2016-01-13 | 1 | -3/+3 | |
* | | | | | | | fix regression when loading fixture files with symbol keys. | Yves Senn | 2016-01-13 | 4 | -2/+16 |