aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | 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
* | | | | Fixed HABTM's CollectionAssociation sizeFred Wu2014-05-081-0/+9
* | | | | Add CHANGELOG entry for #14989Rafael Mendonça França2014-05-071-0/+5
* | | | | Keep track of dirty attrs after after rollback.Arthur Neves2014-05-071-0/+6
* | | | | Add support for module-level table_suffix in modelsJenner LaFave2014-05-051-0/+7
* | | | | Improve CHANGELOG entry [ci skip]Rafael Mendonça França2014-05-051-3/+3
* | | | | Put back Relation#join method as a delegate to ArrayBogdan Gusiev2014-05-051-0/+7
* | | | | Merge pull request #14946 from jcoleman/fix-null-binary-column-logging-exceptionRafael Mendonça França2014-05-041-0/+12
|\ \ \ \ \
| * | | | | Fix exception when logging SQL w/ nil binary value.James Coleman2014-05-021-0/+12
* | | | | | Merge pull request #14924 from eric-chahin/issue_13854Matthew Draper2014-05-031-0/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fixed custom validation context bug where childEric Chahin2014-05-011-0/+7
* | | | | | Enhance a bit a few changelog entries [ci skip]Robin Dupret2014-05-021-6/+6
* | | | | | Merge pull request #14896 from jetthoughts/14895_overide_strict_by_sql_modeRafael Mendonça França2014-05-011-0/+9
|\ \ \ \ \ \
| * | | | | | Stringify variables names for mysql connectionsPaul Nikitochkin2014-04-301-0/+9
| |/ / / / /
* | | | | | Merge pull request #13640 from maginatics/fix_sqlite3_ensure_masterRafael Mendonça França2014-05-011-0/+6
|\ \ \ \ \ \
| * | | | | | SQLite3: Always close statements.Timur Alperovich2014-01-151-0/+6
* | | | | | | Give real privacy to class methods in AR::PredicateBuilderHector Satre2014-05-011-0/+4
| |/ / / / / |/| | | | |
* | | | | | Fix custom join_table name on habtm reflectionsKassio Borges2014-04-251-0/+8
* | | | | | reset `@arel` when modifying a Relation in place.Yves Senn2014-04-241-0/+5
* | | | | | PostgreSQL Timestamps always map to `:datetime`.Jefferson Lai2014-04-241-0/+14
* | | | | | `ActiveRecord::Base.no_touching` no longer triggers callbacks or start empty ...Lucas Mazza2014-04-231-0/+6
* | | | | | Add CHANGELOG entry for #14757 [ci skip]Rafael Mendonça França2014-04-221-0/+6
* | | | | | Merge pull request #14573 from habermann24/has_many_through_fixRafael Mendonça França2014-04-221-0/+9
|\ \ \ \ \ \
| * | | | | | Add a CHANGELOG entry for the has_many :through scoping fix (See #14537 for d...Jan Habermann2014-04-031-0/+9
* | | | | | | `@destroyed` should always be set to `false` when an object is duped.Kuldeep Aggarwal2014-04-191-0/+4
* | | | | | | Regression test for irregular inflection on has_manyArthur Neves2014-04-181-0/+6
* | | | | | | Changed the NullRelation so that when count is called with #group it will pro...Eric Chahin2014-04-161-0/+6
* | | | | | | SQL Like escaping helper method. [Rob Gilson & Yves Senn]Rob Gilson2014-04-161-0/+16
* | | | | | | Add CHANGELOG entry for #14766 [ci skip]Rafael Mendonça França2014-04-151-0/+6
* | | | | | | Merge pull request #14592 from laurocaetano/equality_between_relation_and_col...Rafael Mendonça França2014-04-131-0/+13
|\ \ \ \ \ \ \
| * | | | | | | The comparison between `Relation` and `CollectionProxy` should be consistent.Lauro Caetano2014-04-111-0/+13