aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22345 from GUI/fix-multi-schema-structure-dumpYves Senn2015-11-301-0/+6
|\
| * Fix rake db:structure:dump on Postgres when multiple schemas are used.Nick Muerdter2015-11-191-0/+9
* | Fix indentation in CHANGELOG.md [ci skip]Ryuta Kamizono2015-11-301-7/+7
* | Revert "Add prepared statements support for `Mysql2Adapter`"Sean Griffin2015-11-261-4/+0
* | Add prepared statements support for `Mysql2Adapter`Ryuta Kamizono2015-11-261-0/+4
* | Add schema dumping support for PostgreSQL geometric data typesRyuta Kamizono2015-11-241-0/+4
|/
* Revert "Allow specifying the default table options for mysql adapters"Sean Griffin2015-11-191-5/+0
* Allow specifying the default table options for mysql adaptersSean Griffin2015-11-191-0/+5
* Fix incorrect issue number [ci skip]Andrew White2015-11-171-1/+1
* [ci skip] Add CHANGELOG for #22300 (817c1825c15013fd0180762ac5c05a2e024a640d)yui-knk2015-11-181-0/+6
* Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes`yui-knk2015-11-091-0/+14
* Improve support for non Active Record objects on `validates_associated`Kassio Borges2015-11-081-0/+8
* Avoids mutating the original response in connection management middlewareKevin Buchanan2015-11-061-0/+5
* formatting pass over Active Record changelog. [ci skip]Yves Senn2015-11-041-18/+20
* Fix spelling error [ci skip]Andrew White2015-11-041-1/+1
* Make `db:migrate:status` to render `1_some.rb` format migrate files.yui-knk2015-11-021-0/+41
* Define `sanitize_sql_for_order` for AR and use it inside `preprocess_order_args`yui-knk2015-11-021-0/+5
* Allow bigint with default nil for avoiding auto increment primary keyRyuta Kamizono2015-11-021-0/+4
* Remove `DEFAULT_CHARSET` and `DEFAULT_COLLATION` in `MySQLDatabaseTasks`Ryuta Kamizono2015-11-021-0/+7
* Add CHANGELOG entry for #22125 [ci skip]Takashi Kokubun2015-11-021-0/+5
* Update changelog for #22122Sam Davies2015-11-011-0/+5
* minor formatting changes [ci skip]yuuji.yaginuma2015-10-311-2/+3
* Merge pull request #12071 from Crunch09/outer_joinsSean Griffin2015-10-301-0/+9
|\
| * added ActiveRecord::Relation#left_outer_joinsFlorian Thomas2015-05-191-0/+9
* | Add a changelog entry for #13008Sean Griffin2015-10-291-0/+4
* | Don't disable errors when turning standard_conforming_strings onHarry Marr2015-10-291-5/+8
* | Add CHANGELOG entry for #22101 [ci skip]Andrew White2015-10-291-0/+10
* | Revert "Revert "Merge pull request #22026 from akihiro17/fix-preload-associat...Yves Senn2015-10-291-0/+6
* | Revert "Merge pull request #22026 from akihiro17/fix-preload-association"Sean Griffin2015-10-291-6/+0
* | Set `scope.reordering_value` to `true` if :reordering values are specifiedakihiro172015-10-301-0/+6
* | Merge pull request #18548 from sebjacobs/support-bidirectional-destroy-depend...Sean Griffin2015-10-281-0/+16
|\ \
| * | Add support for bidirectional destroy dependenciesSeb Jacobs2015-01-161-0/+16
* | | Merge pull request #18383 from scambra/habtm-with-where-includes-16032-for-ma...Rafael Mendonça França2015-10-271-0/+19
|\ \ \
| * | | Includes HABTM returns correct size now. It's caused by the join dependencySergio Cambra2015-01-071-0/+19
* | | | [ci skip] Aline code examples in AR changelogyui-knk2015-10-271-17/+14
* | | | Merge pull request #19686 from tsun1215/index_errorsSean Griffin2015-10-261-0/+28
|\ \ \ \
| * | | | Errors can be indexed with nested attributesMichael Probber2015-04-171-0/+28
* | | | | Merge pull request #19924 from iamvery/db-tasks-exit-statusSean Griffin2015-10-261-0/+4
|\ \ \ \ \
| * | | | | Update changelog with db rake task exit status fixJay Hayes2015-10-201-0/+4
* | | | | | Move default uuid generation to active_recordJon McCartie2015-10-231-2/+3
* | | | | | Fix generated projection fields in group by queryRafael Sales2015-10-221-0/+7
|/ / / / /
* | | | | Merge pull request #21762 from jmccartie/jm/uuidSean Griffin2015-10-201-0/+7
|\ \ \ \ \
| * | | | | Set active_record config for always creating uuids in generatorsJon McCartie2015-10-201-0/+7
* | | | | | Merge pull request #20957 from akihiro17/find-by-issueSean Griffin2015-10-201-0/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Don't cache arguments in #find_by if they are an ActiveRecord::Relationakihiro172015-10-061-0/+6
* | | | | | Qualify column names in calculationSoutaro Matsumoto2015-10-201-0/+7
* | | | | | Do not cache prepared statements that are unlikely to have cache hitsSean Griffin2015-10-201-0/+5
* | | | | | Add CHANGELOG entry for fix of #21955 [ci skip]Rafael Mendonça França2015-10-201-0/+6
* | | | | | `where` raises ArgumentError on unsupported types.Jake Worth2015-10-161-0/+6
* | | | | | Add an immutable string type to opt out of string dupingSean Griffin2015-10-151-0/+5