aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
|/ /
* | Properly copy nested bind values from subqueried relationsSean Griffin2015-01-092-12/+22
* | Properly persist `lock_version` as 0 if the DB has no defaultSean Griffin2015-01-092-7/+13
* | Merge pull request #18390 from tgxworld/parallel_bundle_installRafael Mendonça França2015-01-091-1/+1
|\ \
| * | Use parallel bundler install.Guo Xiang Tan2015-01-101-1/+1
* | | Merge pull request #18413 from brainopia/automatic_inverse_of_for_belongs_toDavid Heinemeier Hansson2015-01-095-31/+70
|\ \ \
| * | | Drop old test locations from `rake stats`brainopia2015-01-093-6/+8
| * | | Update `rake counts` to count declarative tests in minitestbrainopia2015-01-093-25/+62
* | | | Merge pull request #18423 from jone/remove-default-headerYves Senn2015-01-093-0/+35
|\ \ \ \
| * | | | Default headers, removed in controller actions, will not be reapplied to the ...Jonas Baumann2015-01-093-0/+35
|/ / / /
* | | | Merge pull request #18416 from caike/masterRafael Mendonça França2015-01-093-6/+6
|\ \ \ \
| * | | | Add _mailer suffix to i18n pathCarlos Souza2015-01-083-6/+6
* | | | | Merge pull request #18417 from yoshiokatsuneo/active_record_connection_pool_e...Sean Griffin2015-01-091-0/+3
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | ActiveRecord: release connection on reconnect failure.Yoshioka Tsuneo2015-01-091-0/+3
|/ / /
* | | Merge pull request #18410 from seuros/ripfilterRafael Mendonça França2015-01-083-9/+37
|\ \ \
| * | | Deprecate all *_filter callbacks in favor of *_action callbacksAbdelkader Boudih2015-01-083-9/+37
|/ / /
* | | Merge pull request #18404 from claudiob/rebase-14549Rafael Mendonça França2015-01-082-0/+44
|\ \ \
| * | | Add test/doc for :if/:except in skip_before_actionclaudiob2015-01-082-2/+24
| * | | Add test case and documentation for skip_before_filter.Lauro Caetano2015-01-082-0/+22
* | | | Fix the example (for realz)David Heinemeier Hansson2015-01-081-1/+1
* | | | Fix the exampleDavid Heinemeier Hansson2015-01-081-1/+1
* | | | Merge pull request #18334 from simi/prepend-false-for-protect-from-forgeryDavid Heinemeier Hansson2015-01-083-1/+91
|\ \ \ \
| * | | | Add prepend option to protect_from_forgery.Josef Šimánek2015-01-083-1/+91
|/ / / /