| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the touch option to ActiveRecord#increment! and decrement! | akihiro17 | 2017-01-14 | 1 | -0/+16 |
* | fixing update_all and delete_all when chained with left_joins. fixes #27192 | Diego Plentz | 2016-11-27 | 1 | -0/+22 |
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -1/+1 |
* | Return true if attribute is not changed for update_attribute | Prathamesh Sonpatki | 2016-09-23 | 1 | -3/+3 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -1/+1 |
* | Fix broken alignments caused by auto-correct commit 411ccbd | Ryuta Kamizono | 2016-08-10 | 1 | -1/+2 |
* | remove redundant curlies from hash arguments | Xavier Noria | 2016-08-06 | 1 | -10/+8 |
* | modernizes hash syntax in activerecord | Xavier Noria | 2016-08-06 | 1 | -9/+9 |
* | applies new string literal convention in activerecord/test | Xavier Noria | 2016-08-06 | 1 | -95/+95 |
* | Typos in AR tests | Akira Matsuda | 2016-02-03 | 1 | -1/+1 |
* | `ActiveRecord::Base#becomes` should copy the errors | Vokhmin Alexey V | 2015-12-14 | 1 | -1/+20 |
* | Fix test failures | Sean Griffin | 2015-11-07 | 1 | -0/+1 |
* | Ensure `#reset_column_information` clears child classes as well | Sean Griffin | 2015-11-07 | 1 | -0/+12 |
* | Deprecate exception#original_exception in favor of exception#cause | Yuki Nishijima | 2015-11-03 | 1 | -1/+2 |
* | Make #increment! and #decrement! methods concurency safe | Bogdan Gusiev | 2015-10-05 | 1 | -0/+9 |
* | Deprecate passing conditions to AR::Relation destroy_all and delete_all methods | Wojciech Wnętrzak | 2015-09-06 | 1 | -1/+1 |
* | Fix failing tests caused by #21350 | Sean Griffin | 2015-08-24 | 1 | -0/+1 |
* | Cause ActiveRecord::Base::reload to also ignore the QueryCache. | Shane Hender | 2015-04-28 | 1 | -0/+27 |
* | use Model.reset_column_information to clear table cache connection wide. | Kuldeep Aggarwal | 2015-03-31 | 1 | -1/+2 |
* | Closes rails/rails#18864: Renaming transactional fixtures to transactional tests | Brandon Weiss | 2015-03-16 | 1 | -1/+1 |
* | add regression test. Closes #18400. | Yves Senn | 2015-03-05 | 1 | -0/+6 |
* | Run SQL only if attribute changed for update_attribute method | Prathamesh Sonpatki | 2015-01-18 | 1 | -0/+10 |
* | Merge pull request #11898 from prathamesh-sonpatki/patch-update | Rafael Mendonça França | 2015-01-02 | 1 | -2/+4 |
|\ |
|
| * | Allow ActiveRecord::Relation#update to run on result of a relation with callb... | Prathamesh Sonpatki | 2014-12-20 | 1 | -2/+4 |
* | | Provide :touch option to save() to accommodate saving without updating timest... | Dan Olson | 2014-12-27 | 1 | -0/+31 |
|/ |
|
* | Pass symbol as an argument instead of a block | Erik Michaels-Ober | 2014-11-29 | 1 | -2/+2 |
* | Build fix when running in isolation | Arun Agrawal | 2014-11-14 | 1 | -0/+1 |
* | Fix mysql/mysql2 failing with FK constraint errors | Godfrey Chan | 2014-07-05 | 1 | -1/+1 |
* | After find-via-reload, the record is not new | Matthew Draper | 2014-07-05 | 1 | -0/+12 |
* | `reload` should fully reload attributes | Sean Griffin | 2014-06-22 | 1 | -0/+7 |
* | Merge pull request #15593 from sgrif/sg-attribute | Rafael Mendonça França | 2014-06-13 | 1 | -9/+4 |
|\ |
|
| * | Introduce an Attribute object to handle the type casting dance | Sean Griffin | 2014-06-13 | 1 | -9/+4 |
* | | Update test data which doesn't reflect expected usage | Sean Griffin | 2014-06-12 | 1 | -6/+6 |
|/ |
|
* | Merge pull request #15503 from sgrif/sg-json-hstore-storage | Yves Senn | 2014-06-06 | 1 | -2/+2 |
|\ |
|
| * | Bring type casting behavior of hstore/json in line with serialized | Sean Griffin | 2014-06-04 | 1 | -2/+2 |
* | | Merge pull request #14971 from versioncontrol/#14785 | Yves Senn | 2014-06-06 | 1 | -0/+9 |
|\ \
| |/
|/| |
|
| * | Fix Baseclass becomes! subclass. | Edo Balvers | 2014-05-13 | 1 | -0/+9 |
* | | docs, `instantiate` expects `String` keys. [Rafal Piekarski & Yves Senn] | Yves Senn | 2014-05-20 | 1 | -0/+11 |
|/ |
|
* | test, persist inherited class with different table name. Refs #14971. | Yves Senn | 2014-05-07 | 1 | -0/+14 |
* | Move dup destroyed test to specific file that tests dup logic | Carlos Antonio da Silva | 2014-05-02 | 1 | -9/+2 |
* | `@destroyed` should always be set to `false` when an object is duped. | Kuldeep Aggarwal | 2014-04-19 | 1 | -0/+16 |
* | Change usec to 0 on tests that compare seconds | Arthur Neves | 2014-03-12 | 1 | -3/+3 |
* | use the new clear_validators! api everywhere to reset validators in tests | Kuldeep Aggarwal | 2014-01-28 | 1 | -2/+2 |
* | Copy changed_attributes across to newly become'd records | Jonathan del Strother | 2013-12-27 | 1 | -0/+14 |
* | Raising an error when nil or non-hash is passed to update_attributes. | wangjohn | 2013-06-25 | 1 | -4/+11 |
* | Extract AR::Persistence#becomes's test code out from base_test.rb | Takehiro Adachi | 2013-05-22 | 1 | -0/+13 |
* | Fix class and method name typos | Vipul A M | 2013-05-12 | 1 | -1/+1 |
* | Add missing require to inheritance test | Carlos Antonio da Silva | 2013-04-03 | 1 | -1/+1 |
* | Use snake case variable names, stick with the convention | Carlos Antonio da Silva | 2013-03-28 | 1 | -13/+13 |
* | Fix updates not working within after_create hooks | Aaron Pfeifer | 2013-03-27 | 1 | -0/+16 |