| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #17093 from phiggins/remove-dynamic-send-on-built-in-callb... | Aaron Patterson | 2014-09-29 | 5 | -14/+14 |
|\ |
|
| * | Reduce allocations when running AR callbacks. | Pete Higgins | 2014-09-28 | 5 | -14/+14 |
* | | Use Hash#each_key instead of Hash#keys.each | Erik Michaels-Ober | 2014-09-29 | 2 | -2/+2 |
* | | Remove defunct ivars | Ben Woosley | 2014-09-28 | 2 | -11/+7 |
|/ |
|
* | Fix typo in AR changelog | Prathamesh Sonpatki | 2014-09-27 | 1 | -1/+1 |
* | some object allocation reduction for new AR objects | Aaron Patterson | 2014-09-27 | 2 | -3/+7 |
* | Preparing for 4.2.0.beta2 release | Rafael Mendonça França | 2014-09-26 | 1 | -1/+1 |
* | ar/connection_pool: honor overriden rack.test in middleware | Simon Eskildsen | 2014-09-23 | 3 | -1/+14 |
* | Update changelog with tenderlove's entry | Prathamesh Sonpatki | 2014-09-23 | 1 | -1/+5 |
* | add a truncate method to the connection | Aaron Patterson | 2014-09-22 | 6 | -0/+38 |
* | Clarify the documentation of the primary_key option for associations | Peter Marsh | 2014-09-22 | 1 | -1/+1 |
* | Better regression test for Fixtures with fk as a symbol | Arthur Neves | 2014-09-22 | 2 | -11/+2 |
* | fix fixtures not loading if a belongs_to association is defined with a :forei... | Will Bryant | 2014-09-22 | 2 | -1/+10 |
* | Fix assertions in AR::TestCase::AttributeMethodsTest | Yuki Nishijima | 2014-09-21 | 1 | -3/+3 |
* | Fix typo [ci skip] | Yuki Nishijima | 2014-09-20 | 1 | -1/+1 |
* | Merge pull request #16987 from jonatack/patch-8 | Yves Senn | 2014-09-20 | 1 | -13/+15 |
|\ |
|
| * | ActiveRecord CHANGELOG improvements [skip ci] | Jon Atack | 2014-09-20 | 1 | -13/+15 |
|/ |
|
* | No need to call to_sym here | Godfrey Chan | 2014-09-20 | 3 | -10/+10 |
* | Fix find_by with associations not working with adequate record | Godfrey Chan | 2014-09-20 | 2 | -0/+8 |
* | Quick fix to address the borken build caused by #15791 | Godfrey Chan | 2014-09-20 | 1 | -1/+1 |
* | Merge pull request #15791 from zev/add_model_to_recordnotfound_message | Aaron Patterson | 2014-09-19 | 2 | -18/+26 |
|\ |
|
| * | Update RecordNotFound exception cases to include a message with the | Zev Blut | 2014-06-18 | 2 | -18/+26 |
* | | Merge pull request #16973 from prathamesh-sonpatki/fixtures-features | Rafael Mendonça França | 2014-09-19 | 1 | -0/+3 |
|\ \ |
|
| * | | Updated comment about features of fixtures | Prathamesh Sonpatki | 2014-09-19 | 1 | -0/+3 |
* | | | [ci skip] ActionRecord CHANGELOG docs fixes | lethalbrains | 2014-09-19 | 1 | -18/+18 |
|/ / |
|
* | | Use #inject over #sum to build PG create DB statement | Geoff Harcourt | 2014-09-17 | 1 | -2/+2 |
* | | Use has_attribute? | Rafael Mendonça França | 2014-09-17 | 1 | -1/+1 |
* | | Merge pull request #16875 from alan/dont_autosave_has_one_through_record | Rafael Mendonça França | 2014-09-17 | 3 | -1/+31 |
|\ \ |
|
| * | | Don't autosave unchanged has_one through records | Alan Kennedy | 2014-09-15 | 3 | -1/+31 |
* | | | Merge pull request #16943 from sgrif/sg-fix-tz-converter-serialization | Rafael Mendonça França | 2014-09-17 | 5 | -3/+28 |
|\ \ \ |
|
| * | | | Allow YAML serialization when using TZ aware attributes | Sean Griffin | 2014-09-17 | 5 | -3/+28 |
* | | | | Merge pull request #16929 from kongregate/fix-activerecord-deprecated_finders... | Rafael Mendonça França | 2014-09-17 | 1 | -0/+2 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Backwards compat for activerecord-deprecated_finders | stopdropandrew | 2014-09-16 | 1 | -0/+2 |
| |/ / |
|
* | | | do not dump foreign keys for ignored tables. | Yves Senn | 2014-09-17 | 3 | -1/+8 |
* | | | unify wording in Active Record CHANGELOG. [ci skip] | Yves Senn | 2014-09-17 | 1 | -1/+1 |
* | | | pg, correctly dump foreign keys targeting tables in a different schema. | Yves Senn | 2014-09-17 | 3 | -1/+35 |
|/ / |
|
* | | Merge pull request #13656 from chanks/rollback_transactions_in_killed_threads | Matthew Draper | 2014-09-14 | 3 | -5/+50 |
|\ \ |
|
| * | | Roll back open transactions when the running thread is killed. | Chris Hanks | 2014-08-22 | 2 | -1/+36 |
* | | | Merge pull request #16669 from aantix/dangerous_attribute_error_better_message | Rafael Mendonça França | 2014-09-12 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Changed the DangerousAttributeError exception message to include messaging th... | Jim Jones | 2014-09-10 | 1 | -1/+1 |
* | | | | pg, add test cases for updateable views. | Yves Senn | 2014-09-11 | 1 | -0/+45 |
* | | | | reuse view test-cases for pg materialized view tests. | Yves Senn | 2014-09-11 | 2 | -67/+36 |
* | | | | switch `assert_operator` arguments as discussed in #16860. | Yves Senn | 2014-09-11 | 1 | -1/+1 |
* | | | | A `NullRelation` should represent nothing. Closes #15176. | Yves Senn | 2014-09-11 | 4 | -2/+18 |
|/ / / |
|
* | | | Merge pull request #16839 from chancancode/default_test_order | Rafael Mendonça França | 2014-09-10 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Default to sorting user's test cases for now | Godfrey Chan | 2014-09-08 | 1 | -1/+1 |
* | | | | Speed up schema dumper tests | Jeremy Kemper | 2014-09-10 | 1 | -11/+9 |
* | | | | Include default column limits in schema.rb | Jeremy Kemper | 2014-09-10 | 3 | -8/+23 |
* | | | | MySQL: schema.rb now includes TEXT and BLOB column limits. | Jeremy Kemper | 2014-09-10 | 3 | -8/+15 |
* | | | | MySQL: correct LONGTEXT and LONGBLOB limits from 2GB to their true 4GB | Jeremy Kemper | 2014-09-10 | 3 | -4/+8 |