| Commit message (Expand) | Author | Age | Files | Lines |
* | Add migration versioning via Migration subclasses | Matthew Draper | 2015-12-15 | 1 | -0/+6 |
* | Use a bind param for `LIMIT` and `OFFSET` | Sean Griffin | 2015-12-14 | 1 | -0/+9 |
* | Introduce after_{create,update,delete}_commit callbacks | Genadi Samokovarov | 2015-12-06 | 1 | -0/+18 |
* | Remove old comment about AC::Parameters>subclasses | claudiob | 2015-12-02 | 1 | -0/+7 |
* | Merge pull request #17169 from kuldeepaggarwal/fix-STI-default-type | Yves Senn | 2015-12-02 | 1 | -0/+13 |
|\ |
|
| * | STI cast new instances to `default type` on initialize. | Kuldeep Aggarwal | 2015-12-02 | 1 | -0/+10 |
|/ |
|
* | Merge pull request #22345 from GUI/fix-multi-schema-structure-dump | Yves Senn | 2015-11-30 | 1 | -0/+6 |
|\ |
|
| * | Fix rake db:structure:dump on Postgres when multiple schemas are used. | Nick Muerdter | 2015-11-19 | 1 | -0/+9 |
* | | Fix indentation in CHANGELOG.md [ci skip] | Ryuta Kamizono | 2015-11-30 | 1 | -7/+7 |
* | | Revert "Add prepared statements support for `Mysql2Adapter`" | Sean Griffin | 2015-11-26 | 1 | -4/+0 |
* | | Add prepared statements support for `Mysql2Adapter` | Ryuta Kamizono | 2015-11-26 | 1 | -0/+4 |
* | | Add schema dumping support for PostgreSQL geometric data types | Ryuta Kamizono | 2015-11-24 | 1 | -0/+4 |
|/ |
|
* | Revert "Allow specifying the default table options for mysql adapters" | Sean Griffin | 2015-11-19 | 1 | -5/+0 |
* | Allow specifying the default table options for mysql adapters | Sean Griffin | 2015-11-19 | 1 | -0/+5 |
* | Fix incorrect issue number [ci skip] | Andrew White | 2015-11-17 | 1 | -1/+1 |
* | [ci skip] Add CHANGELOG for #22300 (817c1825c15013fd0180762ac5c05a2e024a640d) | yui-knk | 2015-11-18 | 1 | -0/+6 |
* | Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes` | yui-knk | 2015-11-09 | 1 | -0/+14 |
* | Improve support for non Active Record objects on `validates_associated` | Kassio Borges | 2015-11-08 | 1 | -0/+8 |
* | Avoids mutating the original response in connection management middleware | Kevin Buchanan | 2015-11-06 | 1 | -0/+5 |
* | formatting pass over Active Record changelog. [ci skip] | Yves Senn | 2015-11-04 | 1 | -18/+20 |
* | Fix spelling error [ci skip] | Andrew White | 2015-11-04 | 1 | -1/+1 |
* | Make `db:migrate:status` to render `1_some.rb` format migrate files. | yui-knk | 2015-11-02 | 1 | -0/+41 |
* | Define `sanitize_sql_for_order` for AR and use it inside `preprocess_order_args` | yui-knk | 2015-11-02 | 1 | -0/+5 |
* | Allow bigint with default nil for avoiding auto increment primary key | Ryuta Kamizono | 2015-11-02 | 1 | -0/+4 |
* | Remove `DEFAULT_CHARSET` and `DEFAULT_COLLATION` in `MySQLDatabaseTasks` | Ryuta Kamizono | 2015-11-02 | 1 | -0/+7 |
* | Add CHANGELOG entry for #22125 [ci skip] | Takashi Kokubun | 2015-11-02 | 1 | -0/+5 |
* | Update changelog for #22122 | Sam Davies | 2015-11-01 | 1 | -0/+5 |
* | minor formatting changes [ci skip] | yuuji.yaginuma | 2015-10-31 | 1 | -2/+3 |
* | Merge pull request #12071 from Crunch09/outer_joins | Sean Griffin | 2015-10-30 | 1 | -0/+9 |
|\ |
|
| * | added ActiveRecord::Relation#left_outer_joins | Florian Thomas | 2015-05-19 | 1 | -0/+9 |
* | | Add a changelog entry for #13008 | Sean Griffin | 2015-10-29 | 1 | -0/+4 |
* | | Don't disable errors when turning standard_conforming_strings on | Harry Marr | 2015-10-29 | 1 | -5/+8 |
* | | Add CHANGELOG entry for #22101 [ci skip] | Andrew White | 2015-10-29 | 1 | -0/+10 |
* | | Revert "Revert "Merge pull request #22026 from akihiro17/fix-preload-associat... | Yves Senn | 2015-10-29 | 1 | -0/+6 |
* | | Revert "Merge pull request #22026 from akihiro17/fix-preload-association" | Sean Griffin | 2015-10-29 | 1 | -6/+0 |
* | | Set `scope.reordering_value` to `true` if :reordering values are specified | akihiro17 | 2015-10-30 | 1 | -0/+6 |
* | | Merge pull request #18548 from sebjacobs/support-bidirectional-destroy-depend... | Sean Griffin | 2015-10-28 | 1 | -0/+16 |
|\ \ |
|
| * | | Add support for bidirectional destroy dependencies | Seb Jacobs | 2015-01-16 | 1 | -0/+16 |
* | | | Merge pull request #18383 from scambra/habtm-with-where-includes-16032-for-ma... | Rafael Mendonça França | 2015-10-27 | 1 | -0/+19 |
|\ \ \ |
|
| * | | | Includes HABTM returns correct size now. It's caused by the join dependency | Sergio Cambra | 2015-01-07 | 1 | -0/+19 |
* | | | | [ci skip] Aline code examples in AR changelog | yui-knk | 2015-10-27 | 1 | -17/+14 |
* | | | | Merge pull request #19686 from tsun1215/index_errors | Sean Griffin | 2015-10-26 | 1 | -0/+28 |
|\ \ \ \ |
|
| * | | | | Errors can be indexed with nested attributes | Michael Probber | 2015-04-17 | 1 | -0/+28 |
* | | | | | Merge pull request #19924 from iamvery/db-tasks-exit-status | Sean Griffin | 2015-10-26 | 1 | -0/+4 |
|\ \ \ \ \ |
|
| * | | | | | Update changelog with db rake task exit status fix | Jay Hayes | 2015-10-20 | 1 | -0/+4 |
* | | | | | | Move default uuid generation to active_record | Jon McCartie | 2015-10-23 | 1 | -2/+3 |
* | | | | | | Fix generated projection fields in group by query | Rafael Sales | 2015-10-22 | 1 | -0/+7 |
|/ / / / / |
|
* | | | | | Merge pull request #21762 from jmccartie/jm/uuid | Sean Griffin | 2015-10-20 | 1 | -0/+7 |
|\ \ \ \ \ |
|
| * | | | | | Set active_record config for always creating uuids in generators | Jon McCartie | 2015-10-20 | 1 | -0/+7 |
* | | | | | | Merge pull request #20957 from akihiro17/find-by-issue | Sean Griffin | 2015-10-20 | 1 | -0/+6 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|