aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Add a changelog entry for #14546 [ci skip]Robin Dupret2014-04-131-0/+14
|/ / /
* | | New CHANGELOG entries are in to top of fileRafael Mendonça França2014-04-111-7/+7
* | | Merge pull request #14711 from swoker/activerecord_fix_aggregate_methods_with...Rafael Mendonça França2014-04-111-0/+7
|\ \ \
| * | | Fix error for aggregate methods with select, see issue #13648Simon Woker2014-04-101-0/+7
* | | | PostgreSQL, warn once per connection per missing OID. Closes #14275.Yves Senn2014-04-111-0/+6
* | | | PostgreSQL, adapter automatically reloads it's type map. Closes #14678.Yves Senn2014-04-111-0/+7
* | | | Merge pull request #12829 from iantropov/issue_insert_via_hmt_scope_3548Rafael Mendonça França2014-04-101-0/+6
|\ \ \ \
| * | | | Fix insertion of records for hmt association with scope, fix #3548Ivan Antropov2013-11-171-0/+6
* | | | | Merge branch 'master' into rm-uuid-fixturesRafael Mendonça França2014-04-101-0/+28
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | make enums distinct per classEvan Whalen2014-04-071-0/+7
| * | | | Merge pull request #14579 from senny/pg/remove_string_limitRafael Mendonça França2014-04-041-0/+6
| |\ \ \ \
| | * | | | PostgreSQL and SQLite, remove varchar limit. [Vladimir Sazhin & Toms Mikoss &...Yves Senn2014-04-041-0/+6
| * | | | | Add CHANGELOG entry for #11650 [ci skip]Rafael Mendonça França2014-04-041-0/+6
| * | | | | Merge pull request #14562 from jefflai2/collection_proxyRafael Mendonça França2014-04-041-0/+9
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | CollectionProxy uses the arel of its association's scope.Jefferson Lai2014-04-021-0/+9
* | | | | | Merge pull request #12016 from roderickvd/uuid_fixesRafael Mendonça França2014-04-041-0/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Auto-generate stable fixture UUIDs on PostgreSQL.Roderick van Domburg2014-01-071-0/+10
* | | | | | Block a few default Class methods as scope name.Arthur Neves2014-04-031-0/+8
* | | | | | Merge pull request #14572 from laurocaetano/with_options_and_scopeRafael Mendonça França2014-04-031-0/+6
|\ \ \ \ \ \
| * | | | | | Fix error when using `with_options` with lambda.Lauro Caetano2014-04-031-0/+6
* | | | | | | Merge pull request #14569 from matthewd/sqlite_relative_deprecatedRafael Mendonça França2014-04-031-0/+8
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Complete change of `sqlite3:///` path handlingMatthew Draper2014-04-031-0/+8
| * | | | | | Revise 'sqlite3:' URL handling for smoother upgradesMatthew Draper2014-04-031-0/+17