aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
Commit message (Expand)AuthorAgeFilesLines
* explains for prepared statements should never have binds in SQLite3Aaron Patterson2014-01-131-1/+1
* fixing column alias resolutionAaron Patterson2014-01-131-1/+1
* replace bind values on calls to to_sqlAaron Patterson2014-01-132-4/+8
* do not clear out bind parameters on unscopeAaron Patterson2014-01-131-3/+0
* Merge branch 'master' into set_bindsAaron Patterson2014-01-133-5/+14
|\
| * unscope should remove bind values associated with the whereAaron Patterson2014-01-131-0/+2
| * reverse_order_value= is not private, so no need to sendAaron Patterson2014-01-131-1/+1
| * avoid more dynamic symbolsAaron Patterson2014-01-131-1/+1
| * no need to to_symAaron Patterson2014-01-131-2/+2
| * fix bug in becomes! when changing from base to subclass. Closes #13272.Yves Senn2014-01-131-1/+5
| * use enum labels as form values. Achieved by `_before_type_cast`.Yves Senn2014-01-111-0/+3
* | adding bind values to the manager objectAaron Patterson2014-01-135-9/+11
* | bubble bind parameters up when building join dependenciesAaron Patterson2014-01-133-9/+19
* | Merge branch 'master' into set_bindsAaron Patterson2014-01-11127-3241/+4130
|\|
| * doc, API example on how to use `Model#exists?` with multiple IDs. [ci skip]Yves Senn2014-01-101-0/+1
| * Merge pull request #13582 from schneems/schneems/preserve-connection-behaviorRafael Mendonça França2014-01-095-22/+80
| |\
| | * Ensure Active Record connection consistencyschneems2014-01-095-22/+80
| * | Revert "ask the fixture set for the sql statements"Aaron Patterson2014-01-092-17/+11
| |/
| * make `change_column_null` reversible. Closes #13576.Yves Senn2014-01-081-1/+6
| * create/drop test and development databases only if RAILS_ENV is nilDamien Mathieu2014-01-082-3/+4
| * Merge pull request #13355 from dylanahsmith/migration-versionRafael Mendonça França2014-01-071-1/+1
| |\
| | * activerecord: Initialize Migration with version from MigrationProxy.Dylan Thacker-Smith2014-01-061-1/+1
| * | Make change_table use object of current database adapterNishant Modak2014-01-073-14/+16
| |/
| * Merge pull request #13593 from oliveiraethales/store_yaml_coderYves Senn2014-01-061-1/+1
| |\
| | * Fix: ActiveRecord::Store TypeError conversion when using YAML coderThales Oliveira2014-01-061-1/+1
| * | Fix AR connection resolver docs to return a hash with string keys [ci skip]Carlos Antonio da Silva2014-01-061-1/+1
| * | Fix typo [ci skip]Carlos Antonio da Silva2014-01-061-1/+1
| |/
| * Add deprecation I accidentally missedJon Leighton2014-01-041-1/+1
| * Merge pull request #13584 from tjschuck/cannot_cannot_be_can_notXavier Noria2014-01-034-6/+6
| |\
| | * Change all "can not"s to the correct "cannot".T.J. Schuck2014-01-034-6/+6
| * | Minor typo fix [ci skip]Robin Dupret2014-01-031-1/+1
| |/
| * Merge pull request #10134 from derikson/collection_proxy_select_with_multiple...Rafael Mendonça França2014-01-032-5/+5
| |\
| | * Changed ActiveRecord::Associations::CollectionProxy#select to take multiple a...Dan Erikson2013-04-082-5/+5
| * | Whitespace [ci skip]Rafael Mendonça França2014-01-031-1/+1
| * | Building new records with enum scopes now works as expectedGodfrey Chan2014-01-031-2/+8
| * | Deprecate unused `symbolized_base_class` and `symbolized_sti_name`.Yves Senn2014-01-031-0/+2
| * | Automatically maintain test database schemaJon Leighton2014-01-025-28/+75
| * | Merge pull request #13542 from robin850/issue-13530Rafael Mendonça França2014-01-011-2/+7
| |\ \
| | * | Improve enum documentationRobin Dupret2014-01-011-1/+6
| | * | Fix the enums writer methodsRobin Dupret2014-01-011-1/+1
| * | | Merge pull request #13557 from gmarik/patch-1Rafael Mendonça França2014-01-011-1/+1
| |\ \ \
| | * | | Use `Array#wrap` instead `Array()`gmarik2013-12-311-1/+1
| * | | | update copyright notices to 2014. [ci skip]Vipul A M2014-01-011-1/+1
| * | | | Merge pull request #13550 from vipulnsward/13437-fixRafael Mendonça França2014-01-011-1/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | https://github.com/rails/rails/commit/2075f39d726cef361170218fd16421fc52bed5a...Vipul A M2013-12-311-1/+1
| * | | | Add the ability to nullify the `enum` columnAmr Tamimi2014-01-011-1/+6
| * | | | Make outer joins on proper parentWashington Luiz2013-12-311-1/+1
| | |/ / | |/| |
| * | | Allow "url" sub key in database.yml configurationschneems2013-12-301-0/+8
| * | | Merge pull request #13536 from schneems/schneems/connection-spec-docsRichard Schneeman2013-12-301-14/+80
| |\ \ \
| | * | | [ci skip] ConnectionSpecification::Resolver Docsschneems2013-12-301-14/+80