Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Merge pull request #19924 from iamvery/db-tasks-exit-status | Sean Griffin | 2015-10-26 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Exit with non-zero status when db:create fails | Jay Hayes | 2015-10-20 | 2 | -2/+2 | |
* | | | | | | | | Tweaked wording used in some tests. | Sebastian McKenzie | 2015-10-25 | 1 | -4/+4 | |
* | | | | | | | | Merge pull request #21950 from rafaelsales/issues/21922-fix-ar-group-by-attri... | Andrew White | 2015-10-22 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix generated projection fields in group by query | Rafael Sales | 2015-10-22 | 1 | -0/+5 | |
| |/ / / / / / / | ||||||
* / / / / / / / | Remove `#tables` extra args again | Ryuta Kamizono | 2015-10-22 | 2 | -4/+3 | |
|/ / / / / / / | ||||||
* | | | | | | | Fix merge conflicts for #19938 | Sean Griffin | 2015-10-20 | 1 | -0/+12 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix for activerecord join dependency instantiate bug | Mehmet Emin İNAÇ | 2015-05-04 | 1 | -0/+12 | |
* | | | | | | | | Merge pull request #20653 from repinel/allow-arel-select-count | Sean Griffin | 2015-10-20 | 1 | -0/+52 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Allow select with Arel and count as well as calculations with Arel | Roque Pinel | 2015-06-30 | 1 | -0/+52 | |
* | | | | | | | | | 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 | |
* | | | | | | | | | | Fix test failures caused by d99db6b8b3e4 | Sean Griffin | 2015-10-20 | 1 | -1/+1 | |
* | | | | | | | | | | Qualify column names in calculation | Soutaro Matsumoto | 2015-10-20 | 1 | -0/+19 | |
* | | | | | | | | | | Fix merge conflicts for #18856 | Sean Griffin | 2015-10-20 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Match table names exactly on MySQL | Matt Jones | 2015-02-08 | 3 | -15/+3 | |
* | | | | | | | | | | | Merge pull request #21883 from tarzan/cache-key-too-precise | Sean Griffin | 2015-10-20 | 3 | -6/+39 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | fixes #21815 | Maarten Jacobs | 2015-10-16 | 3 | -6/+39 | |
* | | | | | | | | | | | | Do not cache prepared statements that are unlikely to have cache hits | Sean Griffin | 2015-10-20 | 2 | -2/+2 | |
* | | | | | | | | | | | | Merge pull request #21932 from kamipo/add_stored_procedure_test_in_mysql2 | Sean Griffin | 2015-10-20 | 4 | -15/+49 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Add stored procedure test in mysql2 | Ryuta Kamizono | 2015-10-15 | 3 | -14/+48 | |
| * | | | | | | | | | | | | Make `AbstractMysqlAdapter#version` public | Ryuta Kamizono | 2015-10-15 | 1 | -1/+1 | |
* | | | | | | | | | | | | | Merge pull request #21962 from kamipo/fix_tinyblob | Sean Griffin | 2015-10-20 | 3 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Fix to correctly schema dump the `tinyblob` | Ryuta Kamizono | 2015-10-15 | 3 | -3/+3 | |
| |/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge pull request #21974 from jbranchaud/reorder-has-many-assocation-constra... | Rafael Mendonça França | 2015-10-20 | 1 | -4/+20 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Reorder application of has_many association constraints. | jbranchaud | 2015-10-19 | 1 | -0/+20 | |
* | | | | | | | | | | | | | | Changed the order of Association constraints from where->order->unscope to un... | kal | 2015-10-20 | 1 | -0/+4 | |
* | | | | | | | | | | | | | | Green version of moving the handling of supported arguments to `where` | yui-knk | 2015-10-18 | 1 | -7/+4 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Suppress warnings of `assigned but unused variable` | yui-knk | 2015-10-17 | 1 | -2/+0 | |
* | | | | | | | | | | | | | `where` raises ArgumentError on unsupported types. | Jake Worth | 2015-10-16 | 1 | -0/+6 | |
| |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | 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/+9 | |
* | | | | | | | | | | | Merge pull request #21288 from yahonda/mysql_requires_password | Arthur Nogueira Neves | 2015-10-12 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Allow mysql and mysql2 tests run by database user with password | Yasuo Honda | 2015-08-18 | 1 | -1/+1 | |
* | | | | | | | | | | | | Merge pull request #21931 from paul/bugfix/remove-deprecated-pg_dump-flag | Yves Senn | 2015-10-12 | 1 | -4/+4 | |
* | | | | | | | | | | | | Merge pull request #11410 from bogdan/increment-concurency | Jeremy Daer | 2015-10-10 | 1 | -0/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Make #increment! and #decrement! methods concurency safe | Bogdan Gusiev | 2015-10-05 | 1 | -0/+9 | |
* | | | | | | | | | | | | | Merge pull request #21913 from kamipo/fix_subsecond_precision_supported_version | Sean Griffin | 2015-10-08 | 1 | -3/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Fix subsecond precision supported version | Ryuta Kamizono | 2015-10-08 | 1 | -3/+1 | |
* | | | | | | | | | | | | | | Remove unused `pk_and_sequence_for` in AbstractMysqlAdapter | Ryuta Kamizono | 2015-10-08 | 1 | -24/+0 | |
|/ / / / / / / / / / / / / | ||||||
* | | | / / / / / / / / / | Implement equality comparison on `AttributeSet` and friends | Sean Griffin | 2015-10-06 | 1 | -0/+10 | |
| |_|_|/ / / / / / / / / |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge pull request #21539 from tgxworld/parameters_not_sanitized | Sean Griffin | 2015-10-02 | 2 | -0/+58 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Fix AC::Parameters not being sanitized for query methods. | Guo Xiang Tan | 2015-10-02 | 2 | -0/+58 | |
* | | | | | | | | | | | | | 💣 | Sean Griffin | 2015-10-02 | 1 | -1/+1 | |
* | | | | | | | | | | | | | Fix test failures on MySQL | Sean Griffin | 2015-10-02 | 2 | -2/+4 | |
* | | | | | | | | | | | | | Further encapsulate dirty checking on `Attribute` | Sean Griffin | 2015-10-02 | 2 | -4/+38 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #20574 from repinel/fix-db-fixtures-load | Yves Senn | 2015-09-30 | 2 | -1/+46 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Allow fixtures YAML files to set the model class in the file itself | Roque Pinel | 2015-09-11 | 2 | -1/+44 | |
* | | | | | | | | | | | | | Separate `dup` from `deep_dup` in the attributes hash | Sean Griffin | 2015-09-28 | 1 | -1/+19 | |
| |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Fix regression in inverse_of on through associations | eileencodes | 2015-09-26 | 1 | -0/+13 |