| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Fix before_commit when updating a record on the callback | Arthur Neves | 2015-03-14 | 1 | -23/+22 |
* | | Merge pull request #19301 from Empact/default-scopes | Carlos Antonio da Silva | 2015-03-12 | 6 | -19/+20 |
|\ \ |
|
| * | | Isolate access to .default_scopes in ActiveRecord::Scoping::Default | Ben Woosley | 2015-03-12 | 6 | -19/+20 |
* | | | Require pg~>0.18 to ensure Ruby 2.2 compatibility | Matt Brictson | 2015-03-11 | 1 | -2/+2 |
|/ / |
|
* | | Revert "Merge pull request #15476 from JacobEvelyn/master" | Jeremy Kemper | 2015-03-11 | 1 | -3/+0 |
* | | pg, `disable_referential_integrity` only catches AR errors. | Yves Senn | 2015-03-11 | 1 | -2/+2 |
* | | fix typo in transaction argument. Closes #19265. | Yves Senn | 2015-03-11 | 1 | -1/+1 |
* | | Add YAML compatibility for objects from Rails 4.2 | Sean Griffin | 2015-03-10 | 1 | -1/+17 |
* | | Attempt to provide backwards compatible YAML deserialization | Sean Griffin | 2015-03-10 | 3 | -0/+33 |
* | | Merge pull request #19275 from keepcosmos/remove-autoload-path | Rafael Mendonça França | 2015-03-10 | 1 | -16/+16 |
|\ \ |
|
| * | | remove unnecessary path parameters | keepcosmos | 2015-03-10 | 1 | -16/+16 |
* | | | ‘test_after_commit’ gem is not required in Rails 5 remove note from doc | Gaurav Sharam | 2015-03-10 | 1 | -5/+3 |
|/ / |
|
* | | Merge pull request #18200 from brainopia/rollback_frozen_records | Arthur Nogueira Neves | 2015-03-07 | 1 | -1/+3 |
|\ \ |
|
| * | | Fix transaction state for unsynced records when entering transaction | brainopia | 2015-03-04 | 1 | -0/+1 |
| * | | Fix rollback of frozen records | brainopia | 2015-03-04 | 1 | -1/+2 |
* | | | Merge pull request #19234 from sivsushruth/doc_fix | Kasper Timm Hansen | 2015-03-07 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Doc fix [ci skip] | Sushruth Sivaramakrishnan | 2015-03-07 | 1 | -1/+1 |
* | | | | Updated documentation of CollectionProxy#clear [ci skip] | Prathamesh Sonpatki | 2015-03-06 | 1 | -0/+3 |
* | | | | Some documentation edits [ci skip] | Robin Dupret | 2015-03-05 | 2 | -12/+14 |
|/ / / |
|
* | | | Correctly dump `serial` and `bigserial` | Ryuta Kamizono | 2015-03-04 | 4 | -4/+29 |
* | | | Add `Column#bigint?` method | Ryuta Kamizono | 2015-03-04 | 3 | -3/+7 |
|/ / |
|
* | | Merge pull request #19176 from imajes/master | Yves Senn | 2015-03-03 | 1 | -1/+1 |
|\ \ |
|
| * | | Fixes reference for schema_format to AR::Base from AS::Base | James Cox | 2015-03-03 | 1 | -1/+1 |
* | | | Merge pull request #19171 from JuanitoFatas/doc/more-examples | Sean Griffin | 2015-03-02 | 1 | -0/+16 |
|\ \ \ |
|
| * | | | Add more documents for AR connection_adapters abstract schema_definitions. [c... | Juanito Fatas | 2015-03-03 | 1 | -0/+16 |
* | | | | Revert "delete unused method" | Carlos Antonio da Silva | 2015-03-02 | 1 | -0/+4 |
* | | | | Merge pull request #19177 from gregmolnar/fixtures | Rafael Mendonça França | 2015-03-02 | 1 | -5/+3 |
|\ \ \ \ |
|
| * | | | | Use the correct connection for reset_pk_sequence | Montana Low | 2015-03-01 | 1 | -5/+3 |
* | | | | | Revert "mutate the transaction object to reflect state" | Aaron Patterson | 2015-03-02 | 3 | -37/+33 |
| |_|/ /
|/| | | |
|
* | | | | delete unused method | Aaron Patterson | 2015-03-02 | 1 | -4/+0 |
* | | | | mutate the transaction object to reflect state | Aaron Patterson | 2015-03-02 | 1 | -25/+21 |
* | | | | ask the txn for it's state, not a state object | Aaron Patterson | 2015-03-02 | 3 | -8/+16 |
* | | | | change if! to unless | Aaron Patterson | 2015-03-02 | 1 | -1/+1 |
* | | | | Merge pull request #19105 from amatsuda/array_take | Sean Griffin | 2015-03-02 | 2 | -5/+5 |
|\ \ \ \ |
|
| * | | | | Preserve Array#take(n) behaviour of HasManyAssociation | Akira Matsuda | 2015-02-28 | 2 | -5/+5 |
* | | | | | Merge pull request #19077 from robin850/unknown-attribute-error | Sean Griffin | 2015-03-02 | 2 | -4/+9 |
|\ \ \ \ \ |
|
| * | | | | | Follow-up to #10776 | Robin Dupret | 2015-02-26 | 2 | -4/+9 |
* | | | | | | Merge pull request #19172 from JuanitoFatas/doc/fix-typo | Richard Schneeman | 2015-03-02 | 1 | -2/+2 |
|\ \ \ \ \ \ |
|
| * | | | | | | [ci skip] Fix a typo for PostgreSQL text limit, GB instead of Gb. | Juanito Fatas | 2015-03-03 | 1 | -2/+2 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Make private methods private | Arthur Neves | 2015-03-02 | 1 | -0/+2 |
* | | | | | | Remove !has_transactional_callbacks? check | Arthur Neves | 2015-03-02 | 1 | -1/+1 |
* | | | | | | Merge pull request #19170 from JuanitoFatas/doc/active_record/connection_adap... | Carlos Antonio da Silva | 2015-03-02 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | Clarify that t.references and t.belongs_to are interchangeable. [ci skip] | Juanito Fatas | 2015-03-02 | 1 | -1/+1 |
| |/ / / / / |
|
* | | | | | | call `sync_with_transaction_state` inside `persisted?` then check ivars | Aaron Patterson | 2015-03-02 | 1 | -1/+2 |
* | | | | | | remove useless instance variable | Aaron Patterson | 2015-03-02 | 1 | -9/+4 |
|/ / / / / |
|
* | | | | | Move transaction code to transaction module | Arthur Neves | 2015-03-01 | 2 | -41/+41 |
* | | | | | Remove parent transaction state | Arthur Neves | 2015-03-01 | 2 | -7/+0 |
* | | | | | remove useless conditional | Aaron Patterson | 2015-03-01 | 1 | -1/+1 |
| |_|_|/
|/| | | |
|
* | | | | Spell PostgreSQL correctly :elephant: | Akira Matsuda | 2015-02-28 | 2 | -2/+2 |
| |/ /
|/| | |
|
* | | | Removed non-standard and unused require 'active_support/deprecation' from par... | Vipul A M | 2015-02-27 | 1 | -1/+0 |