Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | minor grammatical fix in documentation | Jade McGough | 2015-01-12 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #18436 from deepj/fork-detection | Carlos Antonio da Silva | 2015-01-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Better fork detection in ActiveSupport::Testing::Isolation | deepj | 2015-01-10 | 1 | -3/+1 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #18456 from claudiob/remove-unused-fixtures-to-render | Carlos Antonio da Silva | 2015-01-11 | 1 | -65/+0 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Remove unused AV fixtures from AP tests | claudiob | 2015-01-11 | 1 | -65/+0 | |
* | | | | | | | Merge pull request #18454 from claudiob/test-on-option-for-amv-callbacks | Carlos Antonio da Silva | 2015-01-11 | 1 | -0/+26 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add test for AM::Validation::Callbacks with :on | claudiob | 2015-01-11 | 1 | -0/+26 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #18455 from claudiob/remove-unused-deprecated_reload-method | Carlos Antonio da Silva | 2015-01-11 | 1 | -4/+0 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Remove unused "deprecated_reload" method | claudiob | 2015-01-11 | 1 | -4/+0 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #18448 from robertomiranda/has_secure_token_generator | Guillermo Iguaran | 2015-01-11 | 6 | -1/+51 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add Secure Token Generator | robertomiranda | 2015-01-11 | 6 | -1/+51 | |
* | | | | | | | Merge pull request #18451 from jlduran/guides-sql-caching | Rafael Mendonça França | 2015-01-11 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Re-add section in SQL Caching | Jose Luis Duran | 2015-01-11 | 1 | -0/+4 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #18452 from claudiob/fix-broken-assertion | Rafael Mendonça França | 2015-01-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Fix assertion that was never run | claudiob | 2015-01-11 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #18435 from kuldeepaggarwal/f-remove-unnecessary-require | Rafael Mendonça França | 2015-01-11 | 7 | -8/+0 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | No need of requiring `rbconfig`, it is by-default loaded | Kuldeep Aggarwal | 2015-01-10 | 7 | -8/+0 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #18445 from y-yagi/remove_hide_actions | Rafael Mendonça França | 2015-01-11 | 1 | -1/+0 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | remove autoload HideActions, no longer exist | yuuji.yaginuma | 2015-01-11 | 1 | -1/+0 | |
|/ / / / / / | ||||||
* | | | | | | 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 | |
* | | | | | | Merge pull request #18440 from robertomiranda/patch-3 | Guillermo Iguaran | 2015-01-10 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | 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 | |
|/ / / / | ||||||
* | | | | Merge branch 'Prefer-IO_NULL'. Closes #18381. | Yves Senn | 2015-01-10 | 4 | -4/+4 | |
|\ \ \ \ | ||||||
| * | | | | Use IO::NULL always | Nobuyoshi Nakada | 2015-01-10 | 4 | -4/+4 | |
|/ / / / | ||||||
* | | | | Merge pull request #18433 from koraktor/patch-1 | Yves Senn | 2015-01-10 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | Fix typo in PostresSQLAdapter's documentation | Sebastian Staudt | 2015-01-10 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | formatting pass over CHANGELOGs. [ci skip] | Yves Senn | 2015-01-10 | 4 | -6/+12 | |
* | | | | Remove note about supported plugins from the releasing docs | Carlos Antonio da Silva | 2015-01-09 | 1 | -11/+0 | |
* | | | | Remove support for the protected attributes gem | Carlos Antonio da Silva | 2015-01-09 | 2 | -10/+6 | |
* | | | | Merge pull request #18347 from robertomiranda/has_secure_token_base62 | Guillermo Iguaran | 2015-01-09 | 2 | -32/+8 | |
|\ \ \ \ | ||||||
| * | | | | Switch Secure Token generation to Base58 | robertomiranda | 2015-01-09 | 2 | -32/+8 | |
* | | | | | Merge pull request #10690 from robertomiranda/remove_mass_assignment_security | Guillermo Iguaran | 2015-01-09 | 1 | -7/+0 | |
|\ \ \ \ \ | ||||||
| * | | | | | Remove attributes_protected_by_default reference, since MassAssignmentSecurit... | robertomiranda | 2015-01-09 | 1 | -7/+0 | |
* | | | | | | Add missing require | Guillermo Iguaran | 2015-01-09 | 1 | -0/+2 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Add SecureRandom.base58 | Guillermo Iguaran | 2015-01-09 | 3 | -0/+45 | |
|/ / / / | ||||||
* | | | | Merge pull request #18426 from arthurnn/txn_ref | Godfrey Chan | 2015-01-09 | 1 | -3/+3 | |
|\ \ \ \ | ||||||
| * | | | | Copy records to parent transaction should happen on TransactionManager | Arthur Neves | 2015-01-09 | 1 | -3/+3 | |
* | | | | | Merge pull request #18425 from arthurnn/kargs_transaction | Rafael Mendonça França | 2015-01-09 | 2 | -5/+5 | |
|\| | | | | ||||||
| * | | | | 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 | 2 | -12/+22 | |
* | | | | Properly persist `lock_version` as 0 if the DB has no default | Sean Griffin | 2015-01-09 | 2 | -7/+13 | |
* | | | | Merge pull request #18390 from tgxworld/parallel_bundle_install | Rafael Mendonça França | 2015-01-09 | 1 | -1/+1 | |
|\ \ \ \ |