| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 4 | -5/+47 |
|/ |
|
* | Only use the `_before_type_cast` in the form when from user input | Sean Griffin | 2015-01-14 | 2 | -0/+13 |
* | 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 | 2 | -3/+8 |
* | 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` 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 | 1 | -2/+2 |
* | | Don't attempt to save dirty attributes which are not persistable | Sean Griffin | 2015-01-10 | 2 | -1/+8 |
* | | Fix typo in PostresSQLAdapter's documentation | Sebastian Staudt | 2015-01-10 | 1 | -1/+1 |
* | | Remove support for the protected attributes gem | Carlos Antonio da Silva | 2015-01-09 | 1 | -10/+2 |
* | | Switch Secure Token generation to Base58 | robertomiranda | 2015-01-09 | 1 | -18/+8 |
* | | Copy records to parent transaction should happen on TransactionManager | Arthur Neves | 2015-01-09 | 1 | -3/+3 |
* | | Use keyword args on committed! and rolledback! | Arthur Neves | 2015-01-09 | 2 | -5/+5 |
* | | Properly copy nested bind values from subqueried relations | Sean Griffin | 2015-01-09 | 1 | -3/+1 |
* | | Properly persist `lock_version` as 0 if the DB has no default | Sean Griffin | 2015-01-09 | 1 | -5/+9 |
|/ |
|
* | ActiveRecord: release connection on reconnect failure. | Yoshioka Tsuneo | 2015-01-09 | 1 | -0/+3 |
* | Document has_many :extend option | Caleb Thompson | 2015-01-08 | 1 | -0/+4 |
* | Merge pull request #16640 from mfazekas/fix_loop_in_changed_for_autosave | Godfrey Chan | 2015-01-07 | 1 | -4/+11 |
|\ |
|
| * | Fix potenital stack level too deep with autosave or validation | Miklos Fazkeas | 2015-01-04 | 1 | -4/+11 |
* | | Fix count on a separate connection (fixes #18359) | brainopia | 2015-01-08 | 1 | -1/+1 |
* | | fix `attribute` method scoping(i.e. private) | Kuldeep Aggarwal | 2015-01-06 | 1 | -3/+1 |
* | | Merge pull request #18362 from georgemillo/attribute | Rafael Mendonça França | 2015-01-06 | 1 | -3/+2 |
|\ \ |
|
| * | | replacing 'attribute' method with an alias | George Millo | 2015-01-06 | 1 | -3/+2 |
* | | | Fix lookup of fixtures with non-string label | Prathamesh Sonpatki | 2015-01-06 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #18350 from brainopia/fix_build_from_bind_values | Sean Griffin | 2015-01-05 | 1 | -1/+3 |
|\ \ |
|
| * | | Correctly fetch bind_values from join in subquery | brainopia | 2015-01-06 | 1 | -1/+3 |
* | | | Define attribute methods before attempting to populate records | Sean Griffin | 2015-01-05 | 1 | -1/+1 |
* | | | Merge pull request #18349 from jdelStrother/primarykeyless | Sean Griffin | 2015-01-05 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fix rollback of primarykey-less tables | Jonathan del Strother | 2015-01-05 | 1 | -1/+1 |
* | | | Fix TypeError in Fixture creation | Matt Hogan | 2015-01-05 | 1 | -1/+1 |
* | | | remove deprecated support to preload instance-dependent associaitons. | Yves Senn | 2015-01-05 | 1 | -6/+3 |
* | | | remove deprecated support for PG ranges with exclusive lower bounds. | Yves Senn | 2015-01-05 | 1 | -10/+1 |
* | | | remove deprecation warning when modifying a Relation with cached arel. | Yves Senn | 2015-01-05 | 1 | -21/+14 |
| |/
|/| |
|
* | | remove files which is dependent on ruby1.9 as we do not support Ruby1.9 | Kuldeep Aggarwal | 2015-01-04 | 2 | -44/+24 |
* | | Merge pull request #18217 from robertomiranda/has_secure_token | David Heinemeier Hansson | 2015-01-04 | 3 | -0/+51 |
|\ \ |
|