aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Active Record change log pass [skip ci]Jon Atack2014-11-261-38/+40
* bring back `db:test:prepare`.Yves Senn2014-11-251-0/+15
* Merge pull request #17678 from siddharth28/includes_with_scope_with_joinsSantiago Pastorino2014-11-241-0/+6
|\
| * Fix includes on association with a scope containing joins along with conditionssiddharth@vinsol.com2014-11-211-0/+6
* | Add changelog entry for .reflections API changeArthur Neves2014-11-221-0/+6
* | Rename the primary key index when renaming a table in pgSean Griffin2014-11-221-0/+6
|/
* make it possible to access fixtures excluded by a `default_scope`.Yves Senn2014-11-211-0/+4
* Merge pull request #17580 from ccutrer/change_table_nameYves Senn2014-11-111-0/+4
|\
| * add a Table#name accessor like TableDefinition#nameCody Cutrer2014-11-101-0/+4
|/
* Merge pull request #11694 from Empact/association-bind-values-not-updated-on-...Rafael Mendonça França2014-11-101-0/+6
|\
| * Fix that a collection proxy could be cached before the save of the owner, res...Ben Woosley2014-10-031-0/+6
* | Merge pull request #17541 from OpenSourceProjects/meaninful_messageYves Senn2014-11-071-0/+4
* | Merge pull request #17360 from bronzle/includes_and_unscopedYves Senn2014-11-051-0/+6
|\ \
* | | Added SchemaDumper support for tables with jsonb columns.Ted O'Meara2014-11-041-0/+4
* | | Revert deprecation of `sanitize_sql_hash_for_assignment`Sean Griffin2014-11-021-3/+2
* | | Deprecate `sanitize_sql_hash_` methods on ActiveRecordSean Griffin2014-11-021-0/+6
* | | Use bind values for joined tables in where statementsSean Griffin2014-11-011-0/+5
* | | fix MySQL enum type lookup with values matching another type. Closes #17402.Yves Senn2014-10-291-0/+7
* | | Merge pull request #17374 from maurogeorge/scope-exceptionYves Senn2014-10-271-0/+4
|\| |
* | | Merge pull request #14143 from derekprior/dp-compound-index-orderingYves Senn2014-10-271-0/+4
|\ \ \
| * | | Use type column first in multi-column indexesDerek Prior2014-10-241-0/+4
| |/ /
* / / Fix Relation.rewhere to work with Range valuesDan Olson2014-10-201-0/+4
|/ /
* | Merge pull request #17019 from yuki24/add-class-name-to-unknown-attr-errorYves Senn2014-10-201-4/+1
|\ \
| * | AR::UnknownAttributeError should include the class name of a recordYuki Nishijima2014-10-151-0/+10
* | | AR::UnknownAttributeError should include the class name of a recordYuki Nishijima2014-10-201-0/+10
|/ /
* | Autosave callbacks shouldn't be `after_save`Agis-2014-10-131-0/+7
* | unify PG spelling in CHANGELOGs. [ci skip]Yves Senn2014-10-061-1/+1
|/
* Fix typo in AR changelogPrathamesh Sonpatki2014-09-271-1/+1
* ar/connection_pool: honor overriden rack.test in middlewareSimon Eskildsen2014-09-231-0/+5
* Update changelog with tenderlove's entryPrathamesh Sonpatki2014-09-231-1/+5
* add a truncate method to the connectionAaron Patterson2014-09-221-0/+2
* Merge pull request #16987 from jonatack/patch-8Yves Senn2014-09-201-13/+15
|\
| * ActiveRecord CHANGELOG improvements [skip ci]Jon Atack2014-09-201-13/+15
|/
* [ci skip] ActionRecord CHANGELOG docs fixeslethalbrains2014-09-191-18/+18
* Merge pull request #16875 from alan/dont_autosave_has_one_through_recordRafael Mendonça França2014-09-171-0/+4
|\
| * Don't autosave unchanged has_one through recordsAlan Kennedy2014-09-151-0/+4
* | do not dump foreign keys for ignored tables.Yves Senn2014-09-171-0/+2
* | unify wording in Active Record CHANGELOG. [ci skip]Yves Senn2014-09-171-1/+1
* | pg, correctly dump foreign keys targeting tables in a different schema.Yves Senn2014-09-171-0/+7
|/
* Merge pull request #13656 from chanks/rollback_transactions_in_killed_threadsMatthew Draper2014-09-141-0/+8
|\
* | A `NullRelation` should represent nothing. Closes #15176.Yves Senn2014-09-111-0/+7
* | Include default column limits in schema.rbJeremy Kemper2014-09-101-0/+5
* | MySQL: schema.rb now includes TEXT and BLOB column limits.Jeremy Kemper2014-09-101-0/+4
* | MySQL: correct LONGTEXT and LONGBLOB limits from 2GB to their true 4GBJeremy Kemper2014-09-101-0/+4
* | Merge pull request #14056 from girishso/14041Yves Senn2014-09-091-0/+4
|\ \
| * | SQLite3Adapter now checks for views in table_exists? fixes: 14041Girish S2014-02-141-0/+6
* | | introduce `connection.supports_views?` and basic view tests.Yves Senn2014-09-091-0/+5
* | | Allow included modules to override association methods.Yves Senn2014-09-091-0/+6
* | | Remove CHANGELOG entry [ci skip]Rafael Mendonça França2014-09-051-8/+0
* | | cover all cases of `For not` --> `Do not`, related to #16804Akshay Vishnoi2014-09-051-1/+1