aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* pg, preserve point type when schema dumping.Yves Senn2014-06-031-0/+4
* New records should remain new after yaml serializationSean Griffin2014-06-011-0/+4
* pg, support default values for enum types. Closes #7814.Yves Senn2014-05-301-0/+4
* pg, `default_sequence_name` respects schema. Closes #7516.Yves Senn2014-05-301-0/+4
* Merge pull request #11896 from nkondratyev/fix_pg_columns_for_distinctYves Senn2014-05-301-0/+5
|\
| * Fixed `columns_for_distinct` of postgresql adapterNikolay Kondratyev2013-08-151-0/+5
* | pg, `reset_pk_sequence!` respects schemas. Closes #14719.Yves Senn2014-05-301-0/+4
* | pg, keep `hstore` and `json` attributes as `Hash` in @attributes.Yves Senn2014-05-281-0/+7
* | Merge pull request #15374 from sgrif/sg-private-propertiesRafael Mendonça França2014-05-271-6/+0
|\ \
| * | Remove AR Properties from the public APISean Griffin2014-05-271-6/+0
* | | Add CHANGELOG entry for #15269 [ci skip]Rafael Mendonça França2014-05-271-0/+4
|/ /
* | Fix redefine a has_and_belongs_to_many inside inherited classArthur Neves2014-05-271-0/+8
* | Typo in AR CHANGELOG [ci skip]Zachary Scott2014-05-261-1/+1
* | Add a public API to allow users to specify column typesSean Griffin2014-05-261-0/+6
* | Merge pull request #15210 from arthurnn/fix_hbtm_reflectionArthur Neves2014-05-241-0/+8
* | Future port c8ddb61Zachary Scott2014-05-231-9/+10
* | Fixed serialization for records with an attribute named `format`.Godfrey Chan2014-05-221-0/+6
* | Merge pull request #14803 from kuldeepaggarwal/null_relation_sum_fixMatthew Draper2014-05-221-0/+5
|\ \
| * | Fixed a problem where `sum`, `size`, `average`, `minimum` and `maximum` usedKuldeep Aggarwal2014-05-151-0/+5
* | | Merge pull request #14613 from Sirupsen/fix-serialize-update-columnRafael Mendonça França2014-05-211-0/+5
|\ \ \
| * | | Fix serialized field returning serialized data after update_columnSimon Eskildsen2014-04-051-0/+5
* | | | Revert "Merge pull request #14544 from jefflai2/named_scope_sti"Rafael Mendonça França2014-05-211-11/+0
* | | | Fix polymorphic eager load with foreign_key as String.Lauro Caetano2014-05-201-0/+6
* | | | Merge pull request #14544 from jefflai2/named_scope_stiRafael Mendonça França2014-05-201-0/+11
|\ \ \ \
| * | | | Fixes Issue #13466.Jefferson Lai2014-04-231-0/+11
* | | | | Merge pull request #14979 from brocktimus/masterRafael Mendonça França2014-05-201-0/+8
|\ \ \ \ \
| * | | | | Prevented belongs_to: touch propagating up if there are no changes being savedBrock Trappitt2014-05-211-0/+8
* | | | | | Revert "Revert "Merge pull request #8313 from alan/only_save_changed_has_one_...Rafael Mendonça França2014-05-201-6/+6
|/ / / / /
* | | | | Fixed the inferred table name for HABTM within a schemaEric Chahin2014-05-201-0/+6
* | | | | Remove :timestamp column typeSean Griffin2014-05-191-0/+6
* | | | | Merge pull request #10798 from jcxplorer/fix-enable_extension-with-table_name...Rafael Mendonça França2014-05-191-0/+5
|\ \ \ \ \
| * | | | | Fix migrations with enable_extensionJoao Carlos2013-05-291-0/+5
* | | | | | Make `:index` in migrations work with all column typesMarc Schütz2014-05-181-0/+5
* | | | | | Merge pull request #14428 from jnormore/reset_counters_aliasRafael Mendonça França2014-05-171-0/+4
|\ \ \ \ \ \
| * | | | | | Updates reset_counters to allow counter name in paramsJason Normore2014-05-161-0/+4
* | | | | | | Fix typo in CHANGELOG entry for #15071Leandro Facchinetti2014-05-171-1/+3
|/ / / / / /
* | | | | | Add CHANGELOG entry for #15071 [ci skip]Rafael Mendonça França2014-05-161-0/+8
* | | | | | formatting pass through CHANGELOGS. [ci skip]Yves Senn2014-05-161-5/+5
* | | | | | Changed extract_limit in class Column to return correct mysql float and doubl...Aaron Nelson2014-05-161-0/+7
* | | | | | Merge pull request #14871 from kassio/kb-fixes-namespaced-habtmRafael Mendonça França2014-05-141-0/+7
|\ \ \ \ \ \
| * | | | | | Fix how to compute class name on habtm namespaced.Kassio Borges2014-05-131-0/+6
* | | | | | | Merge pull request #15078 from nbudin/fix_merger_filter_binds_comparison_masterRafael Mendonça França2014-05-141-0/+9
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Make filter_binds filter out symbols that are equal to stringsNat Budin2014-05-141-0/+9
| |/ / / / /
* / / / / / Fix inheritance of stored_attributes (fixes #14672)Jessica Yao2014-05-141-0/+7
|/ / / / /
* | | | | pg, `change_column_default` accepts `[]`. Closes #11586.Yves Senn2014-05-121-0/+6
* | | | | pg, map `char` and `name` types as string. [dark-panda & Yves Senn]Yves Senn2014-05-121-0/+9
* | | | | pg, fix Infinity and NaN values conversion.Innokenty Mihailov2014-05-121-0/+15
* | | | | Handle other pk types in PostgreSQL gracefully.Patrick Robertson2014-05-121-0/+6
* | | | | deprecate, join, preload, eager load of instance dependent associations.Yves Senn2014-05-101-0/+9
* | | | | Reverts "Fix bugs with changed attributes tracking when transaction gets roll...Arthur Neves2014-05-091-6/+0