Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | 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 | 2 | -0/+5 | |
* | | | | | | | | | | | | | | 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 #21839 from andyatkinson/remove-unusued-scopes | Sean Griffin | 2015-10-02 | 3 | -10/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Remove unused scopes | Andy Atkinson | 2015-10-01 | 3 | -10/+0 | |
* | | | | | | | | | | | | | 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 | 5 | -1/+68 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Allow fixtures YAML files to set the model class in the file itself | Roque Pinel | 2015-09-11 | 6 | -1/+69 | |
* | | | | | | | | | | | | | 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 | 5 | -0/+23 | |
* | | | | | | | | | | | | `validates_acceptance_of` shouldn't require a database connection | Sean Griffin | 2015-09-25 | 1 | -0/+11 | |
* | | | | | | | | | | | | Merge pull request #21758 from yui-knk/fix_sanitize_test_example | Eileen M. Uchitelle | 2015-09-25 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Quote prepared statements of `sanitize_sql_array` | yui-knk | 2015-09-25 | 1 | -4/+4 | |
* | | | | | | | | | | | | | Don't assert fractional seconds can be applied on unsupported adapters | Sean Griffin | 2015-09-24 | 1 | -0/+1 | |
* | | | | | | | | | | | | | Remove debug statements | Sean Griffin | 2015-09-24 | 1 | -4/+1 | |
* | | | | | | | | | | | | | Add a few debug statements to figure out the build failure | Sean Griffin | 2015-09-24 | 1 | -0/+3 | |
* | | | | | | | | | | | | | Clean up the implementation of AR::Dirty | Sean Griffin | 2015-09-24 | 2 | -0/+33 | |
* | | | | | | | | | | | | | Fix typo in ignored_columns test [skip ci] | Jon Atack | 2015-09-24 | 1 | -1/+1 | |
* | | | | | | | | | | | | | Implement ActiveRecord::Base.ignored_columns | Jean Boussier | 2015-09-24 | 3 | -0/+24 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #21550 from didacte/unscope-associations | Sean Griffin | 2015-09-24 | 1 | -0/+21 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Include association's `unscope` when preloading | Jimmy Bourassa | 2015-09-09 | 1 | -0/+21 | |
* | | | | | | | | | | | | | Merge pull request #21697 from gdeglin/fix_returning_disabled_default_values_bug | Sean Griffin | 2015-09-24 | 1 | -0/+14 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Fix a bug with returning_disabled when using the postgresql adapter | George Deglin | 2015-09-20 | 1 | -0/+15 | |
* | | | | | | | | | | | | | | Merge pull request #21218 from repinel/fix-as-callback-terminator | Kasper Timm Hansen | 2015-09-23 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Fix the AS::Callbacks terminator regression from 4.2.3 | Roque Pinel | 2015-09-22 | 1 | -1/+0 | |
* | | | | | | | | | | | | | | | skipped assertion on datetime seconds precision as it is only valid for newer... | Ronak Jangir | 2015-09-24 | 1 | -0/+1 | |
* | | | | | | | | | | | | | | | Further remove reliance on subsecond precision in tests | Sean Griffin | 2015-09-23 | 1 | -6/+14 | |
* | | | | | | | | | | | | | | | Don't rely on subsecond precision being applied in tests | Sean Griffin | 2015-09-23 | 5 | -5/+24 | |
* | | | | | | | | | | | | | | | 0 precision is not the same as no precision | Sean Griffin | 2015-09-23 | 1 | -8/+28 | |
* | | | | | | | | | | | | | | | Don't attempt to specify datetime precision unless supported | Sean Griffin | 2015-09-23 | 3 | -13/+32 | |
* | | | | | | | | | | | | | | | Merge pull request #20317 | Sean Griffin | 2015-09-23 | 2 | -15/+28 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Fixed taking precision into count when assigning a value to timestamp attribute | Bogdan Gusiev | 2015-09-23 | 2 | -15/+28 | |
* | | | | | | | | | | | | | | | Add tests for sanitize named bind arity | yui-knk | 2015-09-23 | 1 | -3/+9 |