| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Don't cache arguments in #find_by if they are an ActiveRecord::Relation | akihiro17 | 2015-10-06 | 1 | -0/+6 |
* | | | | | | Qualify column names in calculation | Soutaro Matsumoto | 2015-10-20 | 1 | -0/+7 |
* | | | | | | Do not cache prepared statements that are unlikely to have cache hits | Sean Griffin | 2015-10-20 | 1 | -0/+5 |
* | | | | | | Add CHANGELOG entry for fix of #21955 [ci skip] | Rafael Mendonça França | 2015-10-20 | 1 | -0/+6 |
* | | | | | | `where` raises ArgumentError on unsupported types. | Jake Worth | 2015-10-16 | 1 | -0/+6 |
* | | | | | | Add an immutable string type to opt out of string duping | Sean Griffin | 2015-10-15 | 1 | -0/+5 |
* | | | | | | Add deprecation warning to `ActiveRecord::Relation#update` | Ted Johansson | 2015-10-15 | 1 | -0/+7 |
* | | | | | | `:to_table` when adding a fk through `add_reference`. | Yves Senn | 2015-10-13 | 1 | -0/+7 |
* | | | | | | Merge pull request #21931 from paul/bugfix/remove-deprecated-pg_dump-flag | Yves Senn | 2015-10-12 | 1 | -0/+4 |
* | | | | | | Merge pull request #11410 from bogdan/increment-concurency | Jeremy Daer | 2015-10-10 | 1 | -0/+5 |
|\ \ \ \ \ \ |
|
| * | | | | | | Make #increment! and #decrement! methods concurency safe | Bogdan Gusiev | 2015-10-05 | 1 | -0/+4 |
* | | | | | | | Avoid leaking the first relation we call #first on | Matthew Draper | 2015-10-09 | 1 | -0/+6 |
* | | | | | | | Remove unused `pk_and_sequence_for` in AbstractMysqlAdapter | Ryuta Kamizono | 2015-10-08 | 1 | -0/+4 |
| |/ / / / /
|/| | | | | |
|
* | | | | | | Refactor AS::Callbacks halt config and fix the documentation | Roque Pinel | 2015-10-01 | 1 | -1/+1 |
* | | | | | | Merge pull request #20574 from repinel/fix-db-fixtures-load | Yves Senn | 2015-09-30 | 1 | -0/+13 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Allow fixtures YAML files to set the model class in the file itself | Roque Pinel | 2015-09-11 | 1 | -0/+15 |
* | | | | | | `validates_acceptance_of` shouldn't require a database connection | Sean Griffin | 2015-09-25 | 1 | -0/+5 |
* | | | | | | Implement ActiveRecord::Base.ignored_columns | Jean Boussier | 2015-09-24 | 1 | -0/+5 |
* | | | | | | Merge pull request #21550 from didacte/unscope-associations | Sean Griffin | 2015-09-24 | 1 | -0/+4 |
|\| | | | | |
|
* | | | | | | Merge pull request #20317 | Sean Griffin | 2015-09-23 | 1 | -0/+20 |
|\ \ \ \ \ \ |
|
| * | | | | | | Fixed taking precision into count when assigning a value to timestamp attribute | Bogdan Gusiev | 2015-09-23 | 1 | -0/+20 |