| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Typo existant -> existent [ci skip] | Prathamesh Sonpatki | 2013-05-08 | 1 | -1/+1 |
* | Improve CHANGELOG entry [ci skip] | Rafael Mendonça França | 2013-05-06 | 1 | -4/+4 |
* | Merge pull request #10489 from greenriver/ar_counter_cache_multiple_destroy | Rafael Mendonça França | 2013-05-06 | 1 | -1/+5 |
|\ |
|
| * | Confirm a record has not already been destroyed before decrementing | Ben Tucker | 2013-05-06 | 1 | -0/+4 |
* | | Fix bug in ActiveRecord::Sanitization#sanitize_sql_hash_for_conditions | Zach Ohlgren | 2013-05-06 | 1 | -3/+10 |
* | | raise IrreversibleMigration if no column given | Neeraj Singh | 2013-05-06 | 1 | -0/+17 |
* | | Do not overwrite manually built records during one-to-one nested attribute as... | Olek Janiszewski | 2013-05-03 | 1 | -0/+21 |
* | | Merge pull request #10417 from jholton/fix_association_auto_save | Jon Leighton | 2013-05-03 | 1 | -0/+7 |
|\ \ |
|
| * | | destroys association records before saving/inserting new association records | Johnny Holton | 2013-05-02 | 1 | -0/+7 |
* | | | rake:db:test:prepare falls back to original environment after execution. | markevich | 2013-05-02 | 1 | -0/+4 |
|/ / |
|
* / | Handle aliased attributes in ActiveRecord::Relation. | Godfrey Chan | 2013-05-01 | 1 | -0/+24 |
|/ |
|
* | Mute psql output when running rake db:schema:load | Godfrey Chan | 2013-04-30 | 1 | -0/+4 |
* | Fix #8856 Ensure has_one association=(associate) triggers save. | Chris Thompson | 2013-04-30 | 1 | -0/+6 |
* | Abort a rake task when missing db/structure.sql like `db:schema:load` task. | kennyj | 2013-05-01 | 1 | -1/+3 |
* | rails/master is now 4.1.0.beta | Rafael Mendonça França | 2013-04-29 | 1 | -2043/+2 |
* | Minor AR changelog review [ci skip] | Carlos Antonio da Silva | 2013-04-24 | 1 | -6/+8 |
* | Merge branch 'active-record-standalone-improvements' | Piotr Sarnacki | 2013-04-24 | 1 | -0/+2 |
|\ |
|
| * | Move CHANGELOG entry for db.rake improvements to 4.0.0 | Piotr Sarnacki | 2013-04-24 | 1 | -3/+1 |
| * | Don't require having Rails.application to run database tasks | Piotr Sarnacki | 2013-04-24 | 1 | -0/+4 |
* | | Added testcase for #10067 and a CHANGELOG entry about this change. | kennyj | 2013-04-25 | 1 | -0/+7 |
* | | Revert "Revert "`belongs_to :touch` behavior now touches old association when... | Andrew White | 2013-04-24 | 1 | -0/+20 |
|/ |
|
* | Revert "`belongs_to :touch` behavior now touches old association when transit... | David Heinemeier Hansson | 2013-04-23 | 1 | -20/+0 |
* | Update counter cache when pushing into association | Matthew Robertson | 2013-04-21 | 1 | -0/+9 |
* | Rewrites a CHANGELOG entry. | Xavier Noria | 2013-04-20 | 1 | -16/+6 |
* | Typo Fix in AR CHANGELOG [ci skip] | Prathamesh Sonpatki | 2013-04-20 | 1 | -2/+2 |
* | fix respond_to? for non selected column | Neeraj Singh | 2013-04-19 | 1 | -0/+23 |
* | Revert "Merge pull request #10183 from jholton/fix_association_auto_save" | Jon Leighton | 2013-04-19 | 1 | -7/+0 |
* | destroys association records before saving/inserting new association records | Johnny Holton | 2013-04-19 | 1 | -0/+7 |
* | Merge pull request #10217 from mirasrael/make-migrator-run-transactional-4.0 | Rafael Mendonça França | 2013-04-19 | 1 | -0/+4 |
|\ |
|
| * | Support transactions in Migrator.run | bondarev | 2013-04-18 | 1 | -0/+4 |
* | | Fix #7619. 0x prefix must be added when assigning hexadecimal string into bit... | kennyj | 2013-04-17 | 1 | -0/+4 |
* | | Fixed typos in AR CHANGELOG | Prathamesh Sonpatki | 2013-04-16 | 1 | -4/+4 |
|/ |
|
* | use unified and clean formatting in CHANGELOGS. [ci skip] | Yves Senn | 2013-04-12 | 1 | -9/+9 |
* | Switched to new naming conventions | Noemj | 2013-04-11 | 1 | -3/+3 |
* | Merge pull request #10152 from Noemj/statement_cache | Rafael Mendonça França | 2013-04-10 | 1 | -0/+17 |
|\ |
|
| * | Added statement cache | Noemj | 2013-04-10 | 1 | -0/+17 |
* | | While merging relations preserve context for joins | Jared Armstrong and Neeraj Singh | 2013-04-10 | 1 | -0/+32 |
* | | Minor AR changelog improvements [ci skip] | Carlos Antonio da Silva | 2013-04-07 | 1 | -4/+3 |
* | | Deprecate ActiveRecord#Base.default_scopes? | Agis- | 2013-04-06 | 1 | -0/+5 |
* | | Merge pull request #10098 from subwindow/postgres_dump_bigint_default | Rafael Mendonça França | 2013-04-05 | 1 | -0/+5 |
|\ \ |
|
| * | | Correctly parse bigint defaults in PostgreSQL | Erik Peterson | 2013-04-05 | 1 | -0/+5 |
* | | | Move changelog to the top [ci skip] | Carlos Antonio da Silva | 2013-04-05 | 1 | -17/+17 |
* | | | Merge pull request #9996 from mikz/master | Jon Leighton | 2013-04-05 | 1 | -0/+17 |
|\ \ \
| |/ /
|/| | |
|
| * | | fix inverse_of association in block of new child | Michal Cichra | 2013-04-01 | 1 | -0/+17 |
* | | | has_many through obeys order on through association | Neeraj Singh | 2013-04-04 | 1 | -0/+5 |
* | | | Move changelog entry to the top and fix conflict [ci skip] | Carlos Antonio da Silva | 2013-04-03 | 1 | -22/+20 |
* | | | Merge pull request #9141 from adamgamble/issue-9091 | David Heinemeier Hansson | 2013-04-03 | 1 | -0/+22 |
|\ \ \ |
|
| * | | | Modifies belong_to touch callback to touch old associations also #9091 | Adam Gamble | 2013-03-14 | 1 | -0/+22 |
* | | | | Add CHANGELOG entry about extracting and deprecating Firebird/Sqlserver/Oracl... | kennyj | 2013-04-03 | 1 | -0/+5 |
* | | | | Minor reviews in AR changelog [ci skip] | Carlos Antonio da Silva | 2013-03-30 | 1 | -10/+10 |
| |/ /
|/| | |
|