Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Don't recommend using `ActiveRecord::Base[]` | Sean Griffin | 2016-01-29 | 1 | -3/+0 | |
* | | | | | | | | Merge pull request #23252 from kamipo/remove_limit_11 | Rafael França | 2016-01-29 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Remove `limit: 11` as backward-compatibility with Rails 2.0 | Ryuta Kamizono | 2016-01-27 | 1 | -1/+0 | |
* | | | | | | | | | Merge pull request #23188 from jcoleman/ar-connection-execute-docs-clarification | Rafael França | 2016-01-29 | 2 | -1/+7 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Clarify DatabaseStatements#execute docs re: memory usage. | James Coleman | 2016-01-22 | 2 | -1/+7 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Reworked ActiveRecord::Relation#last to always use SQL | Bogdan Gusiev | 2016-01-28 | 1 | -22/+17 | |
* | | | | | | | | Merge pull request #23307 from mgrachev/fix-schema-migrations | Eileen M. Uchitelle | 2016-01-28 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix a bug with initialize schema_migrations table | Mikhail Grachev | 2016-01-28 | 1 | -1/+1 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #23303 from Empact/find-nth-deprecation | Rafael França | 2016-01-28 | 1 | -11/+10 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Consistently warn that passing an offset to `find_nth` is deprecated | Ben Woosley | 2016-01-27 | 1 | -11/+10 | |
* | | | | | | | | Merge pull request #18928 from bogdan/unreversable-order | Sean Griffin | 2016-01-27 | 2 | -2/+21 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Introduce ActiveRecord::IrreversibleOrderError | Bogdan Gusiev | 2016-01-27 | 2 | -2/+21 | |
* | | | | | | | | | Do not use default attributes for STI when instantiating a subclass | Sean Griffin | 2016-01-27 | 1 | -1/+5 | |
* | | | | | | | | | Merge pull request #21791 from sonalkr132/persistence-doc | Arthur Nogueira Neves | 2016-01-27 | 1 | -8/+9 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Improvement in ActiveRecord::Persistence doc [ci skip] | Aditya Prakash | 2015-10-17 | 1 | -8/+9 | |
* | | | | | | | | | INSERT INTO schema_migrations in 1 SQL | Akira Matsuda & Naoto Koshikawa | 2016-01-27 | 1 | -10/+8 | |
| |_|_|/ / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #23256 from pauloancheta/master | Rafael França | 2016-01-26 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | reflect mapping to match initialize | Paulo Ancheta | 2016-01-25 | 1 | -1/+1 | |
* | | | | | | | | | Merge branch '5-0-beta-sec' | Aaron Patterson | 2016-01-25 | 5 | -7/+17 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | bumping version | Aaron Patterson | 2016-01-25 | 1 | -1/+1 | |
| * | | | | | | | | | Eliminate instance level writers for class accessors | Aaron Patterson | 2016-01-22 | 3 | -4/+4 | |
| * | | | | | | | | | Don't short-circuit reject_if proc | Andrew White | 2016-01-22 | 1 | -2/+12 | |
* | | | | | | | | | | Merge pull request #23161 from schneems/schneems/fix-mysql-internalmetadata | Richard Schneeman | 2016-01-25 | 1 | -2/+7 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | [close #23009] Limit key length | schneems | 2016-01-21 | 1 | -2/+7 | |
* | | | | | | | | | | | Merge pull request #23221 from vipulnsward/23209-fix-missin_source_type | Rafael França | 2016-01-24 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Add missing source_type if provided on hmt which belongs to an sti record | Vipul A M | 2016-01-24 | 1 | -0/+5 | |
* | | | | | | | | | | | | Fix AR::Relation#cache_key to remove select scope added by user | Prathamesh Sonpatki | 2016-01-24 | 1 | -0/+1 | |
* | | | | | | | | | | | | Merge pull request #23081 from prathamesh-sonpatki/fix-cache-key-for-queries-... | Kasper Timm Hansen | 2016-01-24 | 1 | -2/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Fix ActiveRecord::Relation#cache_key for relations with no results | Prathamesh Sonpatki | 2016-01-22 | 1 | -2/+8 | |
* | | | | | | | | | | | | | Pare back default `index` option for the migration generator | Prathamesh Sonpatki | 2016-01-24 | 2 | -1/+13 | |
| |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | 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 | 1 | -4/+7 | |
| |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | [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 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Fix ActiveRecord::Relation#cache_key for loaded empty collection | Prathamesh Sonpatki | 2016-01-16 | 1 | -1/+3 | |
* | | | | | | | | | | | | 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 | |
* | | | | | | | | | | | Add `ModelSchema::type_for_attribute` to the public API | Sean Griffin | 2016-01-19 | 1 | -1/+12 | |
* | | | | | | | | | | | run `type` column through attribtues API type casting. | Yves Senn | 2016-01-19 | 1 | -0/+1 | |
* | | | | | | | | | | | 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 | 2 | -47/+32 | |
| |/ / / / / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #20005 from kamipo/default_expression_support | Rafael França | 2016-01-16 | 6 | -20/+36 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fix extract default with CURRENT_TIMESTUMP | Ryuta Kamizono | 2016-01-13 | 1 | -2/+6 | |
| * | | | | | | | | | | 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 | 4 | -15/+22 | |
* | | | | | | | | | | | Merge pull request #23067 from kamipo/sql_for_insert_returns_values_for_passi... | Rafael França | 2016-01-16 | 2 | -22/+14 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | `sql_for_insert` returns values for passing to `exec_insert` | Ryuta Kamizono | 2016-01-15 | 2 | -22/+14 |