aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Remove depreacted findersŁukasz Strzałkowski2013-06-281-0/+4
* Fix @tenderlove's name in changelog :sparkles:Carlos Antonio da Silva2013-06-261-2/+2
* Add changelog entry for database tasks removal #10853 [ci skip]Carlos Antonio da Silva2013-06-251-0/+4
* Merge pull request #10992 from Empact/find-each-enumeratorCarlos Antonio da Silva2013-06-251-0/+5
|\
| * When .find_each is called without a block, return an Enumerator.Ben Woosley2013-06-191-0/+5
* | Merge pull request #10993 from Empact/result-each-enumeratorCarlos Antonio da Silva2013-06-251-0/+5
|\ \
| * | Change Result#each to return an Enumerator when called without a block.Ben Woosley2013-06-181-0/+5
* | | remove trailing whitespace from Active Record CHANGELOGYves Senn2013-06-251-1/+1
* | | flatten merged join_values before building the joinsNeeraj Singh2013-06-221-0/+10
* | | do not load all child records for inverse caseNeeraj Singh2013-06-211-0/+16
* | | `inspect` for AR model classes does not initiate a new connection.Yves Senn2013-06-201-0/+11
* | | add forgotten CHANGELOG entry for #10884.Yves Senn2013-06-191-0/+5
* | | Revert "Merge pull request #10566 from neerajdotname/10509d"Jon Leighton2013-06-191-16/+0
* | | log the sql that is actually sent to the databaseNeeraj Singh2013-06-191-0/+11
* | | do not load all child records for inverse caseNeeraj Singh2013-06-191-0/+16
|/ /
* | Fix formatting of my name in the changelog, and given Aaron credit for b483a0...Ben Woosley2013-06-181-1/+3
* | It takes 4 spaces or some backticks to have this code displayed as code in th...Ben Woosley2013-06-181-23/+23
|/
* fixture setup does not rely on `AR::Base.configurations`.Yves Senn2013-06-151-0/+5
* regression test + mysql2 adapter raises correct error if conn is closed.Yves Senn2013-06-151-0/+5
* cleanup, remove trailing whitespace from AR changelogYves Senn2013-06-151-4/+4
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-06-141-2/+2
|\
| * Consistent use of one space only after punctuationSunny Ripert2013-05-281-2/+2
* | Ambiguous reflections are on :through relationships are no longer supported.Aaron Patterson2013-06-131-0/+31
* | Fix typos in AR changelog [ci skip]Prathamesh Sonpatki2013-06-121-2/+2
* | Remove fall back and column restrictions for `count`.Yves Senn2013-06-091-0/+16
* | 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