| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #18628 from yahonda/if_exists_testings | Rafael Mendonça França | 2015-01-21 | 2 | -3/+3 |
|\ |
|
| * | Replace `if exists` with `table_exists?` and drop table statement with `drop_... | Yasuo Honda | 2015-01-21 | 2 | -3/+3 |
* | | Change 'a' to 'an' for 'attribute' word [ci skip] | Santosh Wadghule | 2015-01-21 | 1 | -1/+1 |
|/ |
|
* | Introduce `ActiveRecord::Base#accessed_fields` | Sean Griffin | 2015-01-20 | 7 | -1/+88 |
* | TransactionManager should call rollback records | Arthur Neves | 2015-01-20 | 2 | -6/+6 |
* | Merge pull request #18458 from brainopia/fix_after_commit_for_fixtures | Jeremy Kemper | 2015-01-20 | 5 | -22/+51 |
|\ |
|
| * | after_commit runs after transactions with non-joinable parents | brainopia | 2015-01-16 | 5 | -22/+51 |
* | | tests, use `drop_table if_exists: true` in our test suite. | Yves Senn | 2015-01-20 | 9 | -13/+13 |
* | | Merge pull request #18597 from kamipo/add-if-exists-to-drop-table | Yves Senn | 2015-01-20 | 5 | -3/+29 |
|\ \ |
|
| * | | Add an `:if_exists` option to `drop_table` | Stefan Kanev | 2015-01-19 | 5 | -3/+29 |
* | | | Fix bind value copying from subqueried relations | Sean Griffin | 2015-01-19 | 3 | -13/+10 |
* | | | Move `create_binds` over to the `PredicateBuilder` | Sean Griffin | 2015-01-19 | 3 | -34/+31 |
* | | | Whether a column exists or not doesn't affect whether we can use binds | Sean Griffin | 2015-01-19 | 2 | -7/+4 |
* | | | Don't mutate bind values in `Relation` | Sean Griffin | 2015-01-19 | 2 | -2/+1 |
* | | | Fix wording in AR CHANGELOG about time columns change [ci skip] | Prathamesh Sonpatki | 2015-01-19 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #18591 from kamipo/remove_unused_accessor | Santiago Pastorino | 2015-01-18 | 1 | -1/+1 |
|\ \ |
|
| * | | Remove unused accessor | Ryuta Kamizono | 2015-01-19 | 1 | -1/+1 |
* | | | Merge pull request #18501 from prathamesh-sonpatki/nosql | Santiago Pastorino | 2015-01-18 | 3 | -1/+15 |
|\ \ \
| |/ /
|/| | |
|
| * | | Run SQL only if attribute changed for update_attribute method | Prathamesh Sonpatki | 2015-01-18 | 3 | -1/+15 |
* | | | Should escape regexp wildcard character `.` | Ryuta Kamizono | 2015-01-19 | 14 | -34/+34 |
* | | | Don't calculate in-place changes on attribute assignment | Sean Griffin | 2015-01-18 | 2 | -1/+9 |
|/ / |
|
* | | Fix a false assertion | Yuki Nishijima | 2015-01-17 | 1 | -1/+1 |
* | | Specify correct version in the changelog [ci skip] | Sean Griffin | 2015-01-16 | 1 | -1/+1 |
|/ |
|
* | docs, update "How to run Active Record tests". [ci skip] | Yves Senn | 2015-01-15 | 1 | -1/+5 |
* | Merge pull request #18543 from henrik/integer_limit_or_default | Yves Senn | 2015-01-15 | 1 | -2/+6 |
|\ |
|
| * | DRY default limit in ActiveRecord::Type::Integer | Henrik Nyh | 2015-01-15 | 1 | -2/+6 |
* | | Remove incorrect comment in ActiveRecord::Type::Value | Henrik Nyh | 2015-01-15 | 1 | -2/+1 |
|/ |
|
* | [ci skip] fix typo sill -> still | Aditya Kapoor | 2015-01-15 | 1 | -1/+1 |
* | Merge pull request #18537 from jrnk/patch-1 | Zachary Scott | 2015-01-15 | 1 | -1/+1 |
|\ |
|
| * | Fix Typo SecureToken for schema sample [ci skip] | Jeroen K. | 2015-01-15 | 1 | -1/+1 |
* | | Time columns should support time zone aware attributes | Sean Griffin | 2015-01-15 | 8 | -8/+116 |
|/ |
|
* | Only use the `_before_type_cast` in the form when from user input | Sean Griffin | 2015-01-14 | 3 | -0/+21 |
* | Go through normal where logic in destroy with locking | Sean Griffin | 2015-01-14 | 1 | -6/+2 |
* | Go through normal where logic in destroy | Sean Griffin | 2015-01-14 | 1 | -9/+1 |
* | Don't default to YAML dumping when quoting values | Sean Griffin | 2015-01-14 | 3 | -11/+13 |
* | Merge pull request #18478 from yoshiokatsuneo/active_record_connection_pool_e... | Sean Griffin | 2015-01-13 | 1 | -1/+2 |
|\ |
|
| * | ActiveRecord: On reconnection failure, release only failed connetion. | Yoshioka Tsuneo | 2015-01-13 | 1 | -1/+2 |
* | | Add Secure Token Generator | robertomiranda | 2015-01-11 | 3 | -0/+11 |
* | | Deprecate passing a column to `quote` | Sean Griffin | 2015-01-10 | 1 | -0/+6 |
* | | Stop passing a column to `quote` in tests | Sean Griffin | 2015-01-10 | 2 | -6/+7 |
* | | Stop passing a column to `quote` when finding by AR models | Sean Griffin | 2015-01-10 | 1 | -5/+2 |
* | | Stop passing a column to `quote` when executing from a statement cache | Sean Griffin | 2015-01-10 | 1 | -2/+2 |
* | | Stop passing a column to `quote` in `Relation#to_sql` | Sean Griffin | 2015-01-10 | 1 | -2/+3 |
* | | Stop passing a column to `quote` when prepared statements are turned off | Sean Griffin | 2015-01-10 | 2 | -4/+5 |
* | | Fix Typo SecureToken [ci skip] | Roberto Miranda | 2015-01-10 | 1 | -1/+1 |
* | | Stop passing a column to `quote` in `insert_fixture` | Sean Griffin | 2015-01-10 | 2 | -4/+14 |
* | | Stop special casing null binary data in logging | Sean Griffin | 2015-01-10 | 3 | -9/+7 |
* | | Don't attempt to save dirty attributes which are not persistable | Sean Griffin | 2015-01-10 | 4 | -1/+28 |
* | | Use IO::NULL always | Nobuyoshi Nakada | 2015-01-10 | 2 | -2/+2 |
* | | Fix typo in PostresSQLAdapter's documentation | Sebastian Staudt | 2015-01-10 | 1 | -1/+1 |