aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | Revert "Merge pull request #19404 from dmathieu/remove_rack_env"Jeremy Kemper2015-03-201-1/+1
* | | Don't cast nil to string in pg enumsSean Griffin2015-03-191-1/+3
* | | Updated MySQL documentation link to MySQL latest version 5.6 everywhere [ci s...amitkumarsuroliya2015-03-192-4/+4
* | | Updated MySQL documentation link to latest version MySQL 5.6 [ci skip]amitkumarsuroliya2015-03-191-2/+2
* | | Merge pull request #19407 from amitsuroliya/mysql_adapter_docYves Senn2015-03-191-1/+1
|\ \ \
| * | | Updated MySQL documentation link for STRICT_ALL_TABLESamitkumarsuroliya2015-03-191-1/+1
* | | | don't fallback to RACK_ENV when RAILS_ENV is not presentDamien Mathieu2015-03-191-1/+1
|/ / /
* | | Add `clear_association_scope_cache` methodeileencodes2015-03-181-0/+15
* | | Merge pull request #19348 from Empact/null-scopeYves Senn2015-03-181-2/+2
|\ \ \
| * | | Reuse the CollectionAssociation#reader proxy cache if the foreign key is pres...Ben Woosley2015-03-151-2/+2
* | | | Update old link in pessimistic.rb commentsAlexander Leishman2015-03-181-1/+1
* | | | Fix NullRelation.update_all and .exists? signature to match the same on RelationBen Woosley2015-03-181-2/+2
* | | | Add config.active_record.dump_schemas.Ryan Wallace2015-03-172-1/+18
* | | | Drop `references_eager_loaded_tables?` test from `has_include?`Ben Woosley2015-03-171-1/+1
* | | | reflection doc fix about hierarchykeepcosmos2015-03-171-1/+1
* | | | Merge pull request #19359 from yahonda/mysql_subclientRafael Mendonça França2015-03-161-1/+3
|\ \ \ \
| * | | | Materialize subqueries by adding `DISTINCT`Yasuo Honda2015-03-161-1/+3
| |/ / /
* / / / Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-161-8/+20
|/ / /
* | | Fix leaky chain on polymorphic associationeileencodes2015-03-151-1/+1
* | | Doc fix about association hierarchykeepcosmos2015-03-151-2/+2
* | | Fix before_commit when updating a record on the callbackArthur Neves2015-03-141-23/+22
* | | Merge pull request #19301 from Empact/default-scopesCarlos Antonio da Silva2015-03-126-19/+20
|\ \ \
| * | | Isolate access to .default_scopes in ActiveRecord::Scoping::DefaultBen Woosley2015-03-126-19/+20
* | | | Require pg~>0.18 to ensure Ruby 2.2 compatibilityMatt Brictson2015-03-111-2/+2
|/ / /
* | | Revert "Merge pull request #15476 from JacobEvelyn/master"Jeremy Kemper2015-03-111-3/+0
* | | pg, `disable_referential_integrity` only catches AR errors.Yves Senn2015-03-111-2/+2
* | | fix typo in transaction argument. Closes #19265.Yves Senn2015-03-111-1/+1
* | | Add YAML compatibility for objects from Rails 4.2Sean Griffin2015-03-101-1/+17
* | | Attempt to provide backwards compatible YAML deserializationSean Griffin2015-03-103-0/+33
* | | Merge pull request #19275 from keepcosmos/remove-autoload-pathRafael Mendonça França2015-03-101-16/+16
|\ \ \
| * | | remove unnecessary path parameterskeepcosmos2015-03-101-16/+16
* | | | ‘test_after_commit’ gem is not required in Rails 5 remove note from docGaurav Sharam2015-03-101-5/+3
|/ / /
* | | Merge pull request #18200 from brainopia/rollback_frozen_recordsArthur Nogueira Neves2015-03-071-1/+3
|\ \ \
| * | | Fix transaction state for unsynced records when entering transactionbrainopia2015-03-041-0/+1
| * | | Fix rollback of frozen recordsbrainopia2015-03-041-1/+2
* | | | Merge pull request #19234 from sivsushruth/doc_fixKasper Timm Hansen2015-03-071-1/+1
|\ \ \ \
| * | | | Doc fix [ci skip]Sushruth Sivaramakrishnan2015-03-071-1/+1
* | | | | Updated documentation of CollectionProxy#clear [ci skip]Prathamesh Sonpatki2015-03-061-0/+3
| |_|_|/ |/| | |
* | | | Some documentation edits [ci skip]Robin Dupret2015-03-052-12/+14
|/ / /
* | | Correctly dump `serial` and `bigserial`Ryuta Kamizono2015-03-044-4/+29
* | | Add `Column#bigint?` methodRyuta Kamizono2015-03-043-3/+7
|/ /
* | Merge pull request #19176 from imajes/masterYves Senn2015-03-031-1/+1
|\ \
| * | Fixes reference for schema_format to AR::Base from AS::BaseJames Cox2015-03-031-1/+1
* | | Merge pull request #19171 from JuanitoFatas/doc/more-examplesSean Griffin2015-03-021-0/+16
|\ \ \
| * | | Add more documents for AR connection_adapters abstract schema_definitions. [c...Juanito Fatas2015-03-031-0/+16
* | | | Revert "delete unused method"Carlos Antonio da Silva2015-03-021-0/+4
* | | | Merge pull request #19177 from gregmolnar/fixturesRafael Mendonça França2015-03-021-5/+3
|\ \ \ \
| * | | | Use the correct connection for reset_pk_sequenceMontana Low2015-03-011-5/+3
* | | | | Revert "mutate the transaction object to reflect state"Aaron Patterson2015-03-023-37/+33
| |_|/ / |/| | |
* | | | delete unused methodAaron Patterson2015-03-021-4/+0