aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Don't recommend using `ActiveRecord::Base[]`Sean Griffin2016-01-291-3/+0
* Merge pull request #23252 from kamipo/remove_limit_11Rafael França2016-01-291-1/+0
|\
| * Remove `limit: 11` as backward-compatibility with Rails 2.0Ryuta Kamizono2016-01-271-1/+0
* | Merge pull request #23188 from jcoleman/ar-connection-execute-docs-clarificationRafael França2016-01-292-1/+7
|\ \
| * | Clarify DatabaseStatements#execute docs re: memory usage.James Coleman2016-01-222-1/+7
* | | Reworked ActiveRecord::Relation#last to always use SQLBogdan Gusiev2016-01-283-31/+60
* | | Merge pull request #23307 from mgrachev/fix-schema-migrationsEileen M. Uchitelle2016-01-281-1/+1
|\ \ \
| * | | Fix a bug with initialize schema_migrations tableMikhail Grachev2016-01-281-1/+1
* | | | Merge pull request #23303 from Empact/find-nth-deprecationRafael França2016-01-281-11/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Consistently warn that passing an offset to `find_nth` is deprecatedBen Woosley2016-01-271-11/+10
* | | | Merge pull request #18928 from bogdan/unreversable-orderSean Griffin2016-01-274-2/+69
|\ \ \ \
| * | | | Introduce ActiveRecord::IrreversibleOrderErrorBogdan Gusiev2016-01-274-2/+69
* | | | | Do not use default attributes for STI when instantiating a subclassSean Griffin2016-01-272-1/+9
* | | | | Merge pull request #21791 from sonalkr132/persistence-docArthur Nogueira Neves2016-01-271-8/+9
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Improvement in ActiveRecord::Persistence doc [ci skip]Aditya Prakash2015-10-171-8/+9
* | | | | INSERT INTO schema_migrations in 1 SQLAkira Matsuda & Naoto Koshikawa2016-01-272-10/+13
| |_|_|/ |/| | |
* | | | Merge pull request #23256 from pauloancheta/masterRafael França2016-01-261-1/+1
|\ \ \ \
| * | | | reflect mapping to match initializePaulo Ancheta2016-01-251-1/+1
* | | | | Merge branch '5-0-beta-sec'Aaron Patterson2016-01-256-7/+30
|\ \ \ \ \
| * | | | | bumping versionAaron Patterson2016-01-251-1/+1
| * | | | | Eliminate instance level writers for class accessorsAaron Patterson2016-01-223-4/+4
| * | | | | Don't short-circuit reject_if procAndrew White2016-01-222-2/+25
* | | | | | Merge pull request #23161 from schneems/schneems/fix-mysql-internalmetadataRichard Schneeman2016-01-252-9/+36
|\ \ \ \ \ \
| * | | | | | [close #23009] Limit key lengthschneems2016-01-212-9/+36
* | | | | | | When verifying size of relation, also verify count is ok.Vipul A M2016-01-251-0/+1
* | | | | | | Merge pull request #23221 from vipulnsward/23209-fix-missin_source_typeRafael França2016-01-246-0/+26
|\ \ \ \ \ \ \
| * | | | | | | Add missing source_type if provided on hmt which belongs to an sti recordVipul A M2016-01-246-0/+26
* | | | | | | | Fix AR::Relation#cache_key to remove select scope added by userPrathamesh Sonpatki2016-01-242-0/+7
* | | | | | | | Merge pull request #23081 from prathamesh-sonpatki/fix-cache-key-for-queries-...Kasper Timm Hansen2016-01-242-2/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix ActiveRecord::Relation#cache_key for relations with no resultsPrathamesh Sonpatki2016-01-222-2/+13
* | | | | | | | | Pare back default `index` option for the migration generatorPrathamesh Sonpatki2016-01-247-12/+51
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Add environment back to db:structure:loadAndrew White2016-01-231-1/+1
* | | | | | | | Merge pull request #23102 from yui-knk/foreign_type_to_singular_associationEileen M. Uchitelle2016-01-233-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Define `:foreign_type` as a valid option in `SingularAssociation`yui-knk2016-01-193-3/+3
* | | | | | | | | Use the database type to deserialize enumSean Griffin2016-01-234-4/+19
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | [ci skip] Add note about tsrange and timezone awareness to docspalkan2016-01-221-1/+5
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #23080 from prathamesh-sonpatki/fix-cache-key-for-loaded-e...Matthew Draper2016-01-222-1/+11
|\ \ \ \ \ \ \
| * | | | | | | Fix ActiveRecord::Relation#cache_key for loaded empty collectionPrathamesh Sonpatki2016-01-162-1/+11
* | | | | | | | Use bind parameters for ranges in where clausesSean Griffin2016-01-212-2/+36
| |_|/ / / / / |/| | | | | |
* | | | | | | Fix the API documentation layout of after_*_commitGenadi Samokovarov2016-01-201-3/+3
* | | | | | | Pluralize counter_cache column name in example [ci skip]Amit Thawait2016-01-201-4/+4
* | | | | | | Update CHANEGLOG for https://github.com/rails/rails/pull/20005 [ci skip]Prathamesh Sonpatki2016-01-201-1/+5
* | | | | | | Add `ModelSchema::type_for_attribute` to the public APISean Griffin2016-01-191-1/+12
* | | | | | | Fix test failure on PostgreSQL by sorting the result before comparisonPrathamesh Sonpatki2016-01-191-4/+5
* | | | | | | run `type` column through attribtues API type casting.Yves Senn2016-01-193-0/+84
* | | | | | | refer to rails command instead of rake in environment erroryuuji.yaginuma2016-01-191-2/+2
* | | | | | | Changed options for find_each and variants to have options start/finish inste...Vipul A M2016-01-184-82/+46
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #20005 from kamipo/default_expression_supportRafael França2016-01-1611-44/+100
|\ \ \ \ \ \
| * | | | | | Fix extract default with CURRENT_TIMESTUMPRyuta Kamizono2016-01-133-2/+24
| * | | | | | Fix extract default with CURRENT_DATERyuta Kamizono2016-01-131-3/+8