aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
...
* | Getting rid of the +automatic_inverse_of: false+ option in associations in favorwangjohn2013-06-081-0/+21
* | Fixes #10432 add_column not creating array columns in PostgreSQLAdam Anderson2013-06-041-0/+4
* | `implicit_readonly` is being removed in favor of calling `readonly` explicitlyYves Senn2013-05-271-0/+12
* | Fix the `:primary_key` option for `has_many` associations.Yves Senn2013-05-231-0/+5
* | Add CHANGELOG entry for 99860582b2b1c0fc42bf84c52aac57b243d42678Rafael Mendonça França2013-05-221-0/+6
|/
* Fxied some typosPrathamesh Sonpatki2013-05-181-1/+1
* Also support extensions in PostgreSQL 9.1, because this has been supported si...kennyj2013-05-151-0/+4
* Merge pull request #10556 from Empact/deprecate-schema-statements-distinctRafael Mendonça França2013-05-121-0/+5
* Improve CHANGELOG entry [ci kip]Rafael Mendonça França2013-05-111-6/+10
* Call assume_migrated_upto_version on connectionKyle Stevens2013-05-111-0/+11
* read_attribute_before_type_cast should accept symbolNeeraj Singh2013-05-111-0/+4
* Fix Typo existant -> existent [ci skip]Prathamesh Sonpatki2013-05-081-1/+1
* Improve CHANGELOG entry [ci skip]Rafael Mendonça França2013-05-061-4/+4
* Merge pull request #10489 from greenriver/ar_counter_cache_multiple_destroyRafael Mendonça França2013-05-061-1/+5
|\
| * Confirm a record has not already been destroyed before decrementingBen Tucker2013-05-061-0/+4
* | Fix bug in ActiveRecord::Sanitization#sanitize_sql_hash_for_conditionsZach Ohlgren2013-05-061-3/+10
* | raise IrreversibleMigration if no column givenNeeraj Singh2013-05-061-0/+17
* | Do not overwrite manually built records during one-to-one nested attribute as...Olek Janiszewski2013-05-031-0/+21
* | Merge pull request #10417 from jholton/fix_association_auto_saveJon Leighton2013-05-031-0/+7
|\ \
| * | destroys association records before saving/inserting new association recordsJohnny Holton2013-05-021-0/+7
* | | rake:db:test:prepare falls back to original environment after execution.markevich2013-05-021-0/+4
|/ /
* / Handle aliased attributes in ActiveRecord::Relation.Godfrey Chan2013-05-011-0/+24
|/
* Mute psql output when running rake db:schema:loadGodfrey Chan2013-04-301-0/+4
* Fix #8856 Ensure has_one association=(associate) triggers save.Chris Thompson2013-04-301-0/+6
* Abort a rake task when missing db/structure.sql like `db:schema:load` task.kennyj2013-05-011-1/+3
* rails/master is now 4.1.0.betaRafael Mendonça França2013-04-291-2043/+2
* Minor AR changelog review [ci skip]Carlos Antonio da Silva2013-04-241-6/+8
* Merge branch 'active-record-standalone-improvements'Piotr Sarnacki2013-04-241-0/+2
|\
| * Move CHANGELOG entry for db.rake improvements to 4.0.0Piotr Sarnacki2013-04-241-3/+1
| * Don't require having Rails.application to run database tasksPiotr Sarnacki2013-04-241-0/+4
* | Added testcase for #10067 and a CHANGELOG entry about this change.kennyj2013-04-251-0/+7
* | Revert "Revert "`belongs_to :touch` behavior now touches old association when...Andrew White2013-04-241-0/+20
|/
* Revert "`belongs_to :touch` behavior now touches old association when transit...David Heinemeier Hansson2013-04-231-20/+0
* Update counter cache when pushing into associationMatthew Robertson2013-04-211-0/+9
* Rewrites a CHANGELOG entry.Xavier Noria2013-04-201-16/+6
* Typo Fix in AR CHANGELOG [ci skip]Prathamesh Sonpatki2013-04-201-2/+2
* fix respond_to? for non selected columnNeeraj Singh2013-04-191-0/+23
* Revert "Merge pull request #10183 from jholton/fix_association_auto_save"Jon Leighton2013-04-191-7/+0
* destroys association records before saving/inserting new association recordsJohnny Holton2013-04-191-0/+7
* Merge pull request #10217 from mirasrael/make-migrator-run-transactional-4.0Rafael Mendonça França2013-04-191-0/+4
|\
| * Support transactions in Migrator.runbondarev2013-04-181-0/+4
* | Fix #7619. 0x prefix must be added when assigning hexadecimal string into bit...kennyj2013-04-171-0/+4
* | Fixed typos in AR CHANGELOGPrathamesh Sonpatki2013-04-161-4/+4
|/
* use unified and clean formatting in CHANGELOGS. [ci skip]Yves Senn2013-04-121-9/+9
* Switched to new naming conventionsNoemj2013-04-111-3/+3
* Merge pull request #10152 from Noemj/statement_cacheRafael Mendonça França2013-04-101-0/+17
|\
| * Added statement cacheNoemj2013-04-101-0/+17
* | While merging relations preserve context for joinsJared Armstrong and Neeraj Singh2013-04-101-0/+32
* | Minor AR changelog improvements [ci skip]Carlos Antonio da Silva2013-04-071-4/+3
* | Deprecate ActiveRecord#Base.default_scopes?Agis-2013-04-061-0/+5