aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Don't raise on out-of-range datetimes passed by a userGrey Baker2014-12-231-0/+5
| | |/ / / / | |/| | | |
* | | | | | Replace deprecated `#load_schema` with `#load_schema_for`.Yves Senn2014-12-231-0/+5
* | | | | | cleanup CHANGELOGs. [ci skip]Yves Senn2014-12-231-2/+2
* | | | | | Fixing numeric attrs when set to same negative valueDaniel Fox2014-12-231-0/+7
|/ / / / /
* | | | | `force: :cascade` to recreate tables referenced by foreign-keys.Yves Senn2014-12-191-0/+7
* | | | | `db:structure:load` and `db:schema:load` no longer purge the database.Yves Senn2014-12-181-0/+8
|/ / / /
* | | | Fix undesirable RangeError by Type::Integer. Add Type::UnsignedInteger.Ryuta Kamizono2014-12-121-0/+4
* | | | Add foreign_type option for polymorphic has_one and has_many.Ulisses Almeida + Kassio Borges2014-12-081-0/+6
* | | | Remove deprecated behavior allowing nested arrays as query valuesMelanie Gilman2014-12-041-0/+5
* | | | Deprecate `Class` handler in `PredicateBuilder`Melanie Gilman2014-12-041-0/+5
* | | | Active Record changelog needs to keep pointing at 4-2-stable. #17651Yves Senn2014-12-031-1/+1
* | | | docs, add new changelog entries at the top :sweat: [ci skip] #17651Yves Senn2014-12-031-5/+5
* | | | Failure to rollback t.timestamps when within a change_table migrationnoam2014-12-031-1/+6
* | | | no need to pass native_database_types aroundYves Senn2014-12-021-0/+7
* | | | Start Rails 5 development :tada:Rafael Mendonça França2014-11-281-1336/+1
| |_|/ |/| |
* | | 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
|\ \ \