aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Treat blank UUID values as nilDmitry Lavrov2014-04-031-0/+8
|/ / / /
* | / / PostgreSQL, Support for materialized views. [Dave Lee & Yves Senn]Dave Lee2014-04-021-0/+4
| |/ / |/| |
* | | PostgreSQL, register custom domains. Closes #14305.Yves Senn2014-04-011-0/+4
* | | PostgreSQL determine `Column#type` through corresponding OID. #7814Yves Senn2014-04-011-0/+8
* | | fix bug on non empty defaults for pg array columnsLuke Steensen2014-03-301-0/+6
* | | Merge pull request #14469 from tiegz/timestamp_inheritance_fixRafael Mendonça França2014-03-271-0/+4
* | | AR .persisted? throws SystemStackError for an unsaved model with achrisfinne2014-03-271-0/+7
* | | ActiveRecord/ActiveModel '#validate' alias for 'valid?'Henrik Nyh2014-03-271-0/+6
* | | Improve CHANGELOG entryRafael Mendonça França2014-03-261-3/+5
* | | Fixes bugs for using indexes in CREATE TABLE by adding checks for table exist...Steve Rice2014-03-251-0/+15
* | | Revert "Merge pull request #8313 from alan/only_save_changed_has_one_objects"Rafael Mendonça França2014-03-251-6/+6
* | | clarify CHANGELOG [ci skip].Yves Senn2014-03-251-8/+2
* | | Fix Generation of proper migration whenKuldeep Aggarwal2014-03-251-0/+13
* | | Merge pull request #12955 from joshwilliams/masterYves Senn2014-03-201-0/+5
|\ \ \
| * | | Postgres schema: Constrain sequence search classidJosh Williams2014-03-201-0/+5
* | | | Improve touch docs with extra attributes passed in [ci skip]Carlos Antonio da Silva2014-03-201-6/+3
* | | | Merge pull request #14423 from yakko/persistence-touches-manyCarlos Antonio da Silva2014-03-201-0/+12
|\ \ \ \
| * | | | ActiveRecord#touch should accept multiple attributes #14423Thiago Pinto2014-03-191-0/+12
| |/ / /
* / / / only dump schema information if migration table exists. Closes #14217Yves Senn2014-03-201-0/+7
|/ / /
* | | Reap connections based on owning-thread deathMatthew Draper2014-03-181-0/+8
* | | `where.not` adds `references` for `includes`.Yves Senn2014-03-171-0/+6
* | | format ActiveRecord CHANGELOG. [ci skip]Yves Senn2014-03-171-8/+9
* | | Extend fixture label replacement to allow string interpolationEric Steele2014-03-151-0/+10
* | | Make select_all on query cache accept a Relation without binds.Arthur Neves2014-03-131-0/+6
* | | passing an instance of an AR object to `find` is deprecatedAaron Patterson2014-03-131-0/+3
* | | passing an ActiveRecord object to `exists?` is deprecated.Aaron Patterson2014-03-131-0/+3
* | | Merge pull request #13040 from kamipo/case_sensitive_comparisonRafael Mendonça França2014-03-121-0/+4
|\ \ \
| * | | Only use BINARY for mysql case sensitive uniqueness check when column has a c...Ryuta Kamizono2013-11-261-0/+4