aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22653 from matthewd/find_array_orderedMatthew Draper2015-12-181-0/+7
|\
* \ Merge pull request #20815 from byroot/do-not-include-column-limit-if-it-is-de...Matthew Draper2015-12-181-0/+5
|\ \
* \ \ Merge pull request #22623 from greysteil/support-passing-schema-name-to-indexesMatthew Draper2015-12-181-0/+7
|\ \ \
| * | | Support passing the schema name prefix to `conenction.indexes`Grey Baker2015-12-171-0/+7
* | | | Merge pull request #19456 from greysteil/index-exists-behaviourMatthew Draper2015-12-181-0/+5
|\ \ \ \
| * | | | Ignore index name in `index_exists?` when not passed a name to check forGrey Baker2015-12-151-0/+5
* | | | | Merge pull request #22642 from seuros/remove-mysql-adapterMatthew Draper2015-12-181-0/+5
* | | | | Pass over the ApplicationRecord changelog entryGenadi Samokovarov2015-12-171-10/+5
| |/ / / |/| | |
* | | | Introduce ApplicationRecord, an Active Record layer supertypeGenadi Samokovarov2015-12-161-0/+15
|/ / /
* | | Add migration versioning via Migration subclassesMatthew Draper2015-12-151-0/+6
* | | Use a bind param for `LIMIT` and `OFFSET`Sean Griffin2015-12-141-0/+9
* | | Introduce after_{create,update,delete}_commit callbacksGenadi Samokovarov2015-12-061-0/+18
* | | Remove old comment about AC::Parameters>subclassesclaudiob2015-12-021-0/+7
* | | Merge pull request #17169 from kuldeepaggarwal/fix-STI-default-typeYves Senn2015-12-021-0/+13
|\ \ \
| * | | STI cast new instances to `default type` on initialize.Kuldeep Aggarwal2015-12-021-0/+10
|/ / /
* | | 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