Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | 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 | |
* | | | | | | | | | | | | `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 | 1 | -0/+18 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | 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 | |
* | | | | | | | | | | | | | | | Don't attempt to specify datetime precision unless supported | Sean Griffin | 2015-09-23 | 2 | -5/+5 | |
* | | | | | | | | | | | | | | | Merge pull request #20317 | Sean Griffin | 2015-09-23 | 1 | -0/+13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Fixed taking precision into count when assigning a value to timestamp attribute | Bogdan Gusiev | 2015-09-23 | 1 | -0/+13 | |
* | | | | | | | | | | | | | | | Add tests for sanitize named bind arity | yui-knk | 2015-09-23 | 1 | -3/+9 | |
* | | | | | | | | | | | | | | | Merge pull request #21715 from rails/introduce_data_sources | Yves Senn | 2015-09-22 | 4 | -3/+31 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | introduce `conn.data_source_exists?` and `conn.data_sources`. | Yves Senn | 2015-09-22 | 4 | -3/+31 | |
* | | | | | | | | | | | | | | | | tests, use `if_exists: true` instead of `rescue nil`. | Yves Senn | 2015-09-22 | 1 | -1/+1 | |
|/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | fix `bin/test -a sqlite3_mem`. | Yves Senn | 2015-09-22 | 1 | -19/+13 | |
* | | | | | | | | | | | | | | | Merge pull request #20569 from theSteveMitchell/master | Yves Senn | 2015-09-22 | 1 | -6/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Check response of structure_load for mysql_database_tasks and make structure_... | Steve Mitchell | 2015-09-18 | 1 | -3/+16 | |
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Eliminate `test_tables_quoting` following seems to be left in #21687 | Ronak Jangir | 2015-09-21 | 1 | -8/+0 | |
* | | | | | | | | | | | | | | Skip the test added in 9cc324a on buggy versions of SQlite | Sean Griffin | 2015-09-21 | 2 | -17/+22 | |
* | | | | | | | | | | | | | | Ensure aliased attributes passed to `select` are quoted if using `from` | Sean Griffin | 2015-09-21 | 1 | -0/+10 | |
* | | | | | | | | | | | | | | Move the appropriate type tests to the Active Model suite | Sean Griffin | 2015-09-21 | 5 | -292/+0 | |
| |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge pull request #20009 from kamipo/foreign_keys_in_create | Jeremy Daer | 2015-09-20 | 1 | -0/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Support for foreign keys in create table | Ryuta Kamizono | 2015-09-20 | 1 | -0/+8 | |
* | | | | | | | | | | | | | | Merge pull request #21687 from kamipo/refactor_table_exists | Andrew White | 2015-09-20 | 2 | -9/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |