| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't error when invalid json is assigned to a JSON column | Sean Griffin | 2015-01-21 | 1 | -0/+8 |
* | Replace `if exists` with `table_exists?` and drop table statement with `drop_... | Yasuo Honda | 2015-01-21 | 2 | -3/+3 |
* | Introduce `ActiveRecord::Base#accessed_fields` | Sean Griffin | 2015-01-20 | 3 | -0/+40 |
* | TransactionManager should call rollback records | Arthur Neves | 2015-01-20 | 1 | -1/+1 |
* | Merge pull request #18458 from brainopia/fix_after_commit_for_fixtures | Jeremy Kemper | 2015-01-20 | 3 | -18/+31 |
|\ |
|
| * | after_commit runs after transactions with non-joinable parents | brainopia | 2015-01-16 | 3 | -18/+31 |
* | | 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 | 1 | -0/+11 |
|\ \ |
|
| * | | Add an `:if_exists` option to `drop_table` | Stefan Kanev | 2015-01-19 | 1 | -0/+11 |
* | | | Fix bind value copying from subqueried relations | Sean Griffin | 2015-01-19 | 1 | -0/+8 |
* | | | Whether a column exists or not doesn't affect whether we can use binds | Sean Griffin | 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 | 1 | -0/+10 |
|\ \ \
| |/ /
|/| | |
|
| * | | Run SQL only if attribute changed for update_attribute method | Prathamesh Sonpatki | 2015-01-18 | 1 | -0/+10 |
* | | | 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 | 1 | -0/+8 |
|/ / |
|
* / | Fix a false assertion | Yuki Nishijima | 2015-01-17 | 1 | -1/+1 |
|/ |
|
* | Time columns should support time zone aware attributes | Sean Griffin | 2015-01-15 | 3 | -3/+55 |
* | Only use the `_before_type_cast` in the form when from user input | Sean Griffin | 2015-01-14 | 1 | -0/+8 |
* | Don't default to YAML dumping when quoting values | Sean Griffin | 2015-01-14 | 1 | -8/+5 |
* | Stop passing a column to `quote` in tests | Sean Griffin | 2015-01-10 | 2 | -6/+7 |
* | Stop special casing null binary data in logging | Sean Griffin | 2015-01-10 | 1 | -7/+0 |
* | Don't attempt to save dirty attributes which are not persistable | Sean Griffin | 2015-01-10 | 1 | -0/+13 |
* | Use IO::NULL always | Nobuyoshi Nakada | 2015-01-10 | 2 | -2/+2 |
* | Switch Secure Token generation to Base58 | robertomiranda | 2015-01-09 | 1 | -14/+0 |
* | Properly copy nested bind values from subqueried relations | Sean Griffin | 2015-01-09 | 1 | -9/+21 |
* | Properly persist `lock_version` as 0 if the DB has no default | Sean Griffin | 2015-01-09 | 1 | -2/+4 |
* | Merge pull request #16640 from mfazekas/fix_loop_in_changed_for_autosave | Godfrey Chan | 2015-01-07 | 1 | -0/+10 |
|\ |
|
| * | Fix potenital stack level too deep with autosave or validation | Miklos Fazkeas | 2015-01-04 | 1 | -0/+10 |
* | | Fix count on a separate connection (fixes #18359) | brainopia | 2015-01-08 | 1 | -0/+7 |
* | | Fix lookup of fixtures with non-string label | Prathamesh Sonpatki | 2015-01-06 | 1 | -0/+4 |
* | | Merge pull request #18350 from brainopia/fix_build_from_bind_values | Sean Griffin | 2015-01-05 | 1 | -1/+9 |
|\ \ |
|
| * | | Correctly fetch bind_values from join in subquery | brainopia | 2015-01-06 | 1 | -1/+9 |
* | | | Whitespace fixes from #18349 | Sean Griffin | 2015-01-05 | 1 | -2/+1 |
* | | | Merge pull request #18349 from jdelStrother/primarykeyless | Sean Griffin | 2015-01-05 | 1 | -0/+22 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fix rollback of primarykey-less tables | Jonathan del Strother | 2015-01-05 | 1 | -0/+22 |
* | | | Add firebird support to test suite | Ray Zane | 2015-01-05 | 4 | -21/+26 |
* | | | Clean up secure_token_test | Jon Atack | 2015-01-05 | 1 | -5/+5 |
* | | | remove deprecated support to preload instance-dependent associaitons. | Yves Senn | 2015-01-05 | 1 | -22/+9 |
* | | | remove deprecated support for PG ranges with exclusive lower bounds. | Yves Senn | 2015-01-05 | 1 | -27/+5 |
* | | | can't kill thread with in-memory db. fixes `rake test:sqlite3_mem`. | Yves Senn | 2015-01-05 | 1 | -0/+2 |
* | | | remove deprecation warning when modifying a Relation with cached arel. | Yves Senn | 2015-01-05 | 1 | -0/+8 |
| |/
|/| |
|
* | | Remove version conditional for calling GC.disable | Rafael Mendonça França | 2015-01-04 | 1 | -1/+1 |
* | | Remove Thread hack for Ruby 1.9 | claudiob | 2015-01-04 | 1 | -23/+18 |
* | | Add has_secure_token to Active Record | robertomiranda | 2015-01-04 | 1 | -0/+39 |
* | | Change the behavior of boolean columns to be closer to Ruby's semantics. | Rafael Mendonça França | 2015-01-04 | 1 | -6/+4 |
* | | Change transaction callbacks to not swallowing errors. | Rafael Mendonça França | 2015-01-04 | 2 | -44/+0 |
* | | Remove deprecated `sanitize_sql_hash_for_conditions` | Rafael Mendonça França | 2015-01-04 | 1 | -11/+0 |
* | | Remove deprecated `ActiveRecord::Base.disable_implicit_join_references=` | Rafael Mendonça França | 2015-01-04 | 1 | -6/+0 |