aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #18460 from mechanicles/a-to-an-for-xmlXavier Noria2015-01-121-2/+2
|\ \ \ \ \
| * | | | | Change 'a' to 'an' for 'XML' word [ci skip]Santosh Wadghule2015-01-121-2/+2
* | | | | | Merge pull request #18461 from zetsubo/patch-1Matthew Draper2015-01-121-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | minor grammatical fix in documentationJade McGough2015-01-121-1/+1
|/ / / / /
* | | | | Merge pull request #18436 from deepj/fork-detectionCarlos Antonio da Silva2015-01-111-1/+1
|\ \ \ \ \
| * | | | | Better fork detection in ActiveSupport::Testing::Isolationdeepj2015-01-101-3/+1
| |/ / / /
* | | | | Merge pull request #18456 from claudiob/remove-unused-fixtures-to-renderCarlos Antonio da Silva2015-01-111-65/+0
|\ \ \ \ \
| * | | | | Remove unused AV fixtures from AP testsclaudiob2015-01-111-65/+0
* | | | | | Merge pull request #18454 from claudiob/test-on-option-for-amv-callbacksCarlos Antonio da Silva2015-01-111-0/+26
|\ \ \ \ \ \
| * | | | | | Add test for AM::Validation::Callbacks with :onclaudiob2015-01-111-0/+26
| |/ / / / /
* | | | | | Merge pull request #18455 from claudiob/remove-unused-deprecated_reload-methodCarlos Antonio da Silva2015-01-111-4/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Remove unused "deprecated_reload" methodclaudiob2015-01-111-4/+0
|/ / / / /
* | | | | Merge pull request #18448 from robertomiranda/has_secure_token_generatorGuillermo Iguaran2015-01-116-1/+51
|\ \ \ \ \
| * | | | | Add Secure Token Generatorrobertomiranda2015-01-116-1/+51
* | | | | | Merge pull request #18451 from jlduran/guides-sql-cachingRafael Mendonça França2015-01-111-0/+4
|\ \ \ \ \ \
| * | | | | | Re-add section in SQL CachingJose Luis Duran2015-01-111-0/+4
| |/ / / / /
* | | | | | Merge pull request #18452 from claudiob/fix-broken-assertionRafael Mendonça França2015-01-111-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix assertion that was never runclaudiob2015-01-111-1/+1
|/ / / / /
* | | | | Merge pull request #18435 from kuldeepaggarwal/f-remove-unnecessary-requireRafael Mendonça França2015-01-117-8/+0
|\ \ \ \ \
| * | | | | No need of requiring `rbconfig`, it is by-default loadedKuldeep Aggarwal2015-01-107-8/+0
| |/ / / /
* | | | | Merge pull request #18445 from y-yagi/remove_hide_actionsRafael Mendonça França2015-01-111-1/+0
|\ \ \ \ \
| * | | | | remove autoload HideActions, no longer existyuuji.yaginuma2015-01-111-1/+0
|/ / / / /
* | | | | Deprecate passing a column to `quote`Sean Griffin2015-01-101-0/+6
* | | | | Stop passing a column to `quote` in testsSean Griffin2015-01-102-6/+7
* | | | | Stop passing a column to `quote` when finding by AR modelsSean Griffin2015-01-101-5/+2
* | | | | Stop passing a column to `quote` when executing from a statement cacheSean Griffin2015-01-101-2/+2
* | | | | Stop passing a column to `quote` in `Relation#to_sql`Sean Griffin2015-01-101-2/+3
* | | | | Stop passing a column to `quote` when prepared statements are turned offSean Griffin2015-01-102-4/+5
* | | | | Merge pull request #18440 from robertomiranda/patch-3Guillermo Iguaran2015-01-101-1/+1
|\ \ \ \ \
| * | | | | Fix Typo SecureToken [ci skip]Roberto Miranda2015-01-101-1/+1
|/ / / / /
* | | | | Stop passing a column to `quote` in `insert_fixture`Sean Griffin2015-01-102-4/+14
* | | | | Stop special casing null binary data in loggingSean Griffin2015-01-103-9/+7
| |_|/ / |/| | |
* | | | Don't attempt to save dirty attributes which are not persistableSean Griffin2015-01-104-1/+28
|/ / /
* | | Merge branch 'Prefer-IO_NULL'. Closes #18381.Yves Senn2015-01-104-4/+4
|\ \ \
| * | | Use IO::NULL alwaysNobuyoshi Nakada2015-01-104-4/+4
|/ / /
* | | Merge pull request #18433 from koraktor/patch-1Yves Senn2015-01-101-1/+1
|\ \ \
| * | | Fix typo in PostresSQLAdapter's documentationSebastian Staudt2015-01-101-1/+1
|/ / /
* | | formatting pass over CHANGELOGs. [ci skip]Yves Senn2015-01-104-6/+12
* | | Remove note about supported plugins from the releasing docsCarlos Antonio da Silva2015-01-091-11/+0
* | | Remove support for the protected attributes gemCarlos Antonio da Silva2015-01-092-10/+6
* | | Merge pull request #18347 from robertomiranda/has_secure_token_base62Guillermo Iguaran2015-01-092-32/+8
|\ \ \
| * | | Switch Secure Token generation to Base58robertomiranda2015-01-092-32/+8
* | | | Merge pull request #10690 from robertomiranda/remove_mass_assignment_securityGuillermo Iguaran2015-01-091-7/+0
|\ \ \ \
| * | | | Remove attributes_protected_by_default reference, since MassAssignmentSecurit...robertomiranda2015-01-091-7/+0
* | | | | Add missing requireGuillermo Iguaran2015-01-091-0/+2
| |/ / / |/| | |
* | | | Add SecureRandom.base58Guillermo Iguaran2015-01-093-0/+45
|/ / /
* | | Merge pull request #18426 from arthurnn/txn_refGodfrey Chan2015-01-091-3/+3
|\ \ \
| * | | Copy records to parent transaction should happen on TransactionManagerArthur Neves2015-01-091-3/+3
* | | | Merge pull request #18425 from arthurnn/kargs_transactionRafael Mendonça França2015-01-092-5/+5
|\| | |
| * | | Use keyword args on committed! and rolledback!Arthur Neves2015-01-092-5/+5
|/ / /