aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | simplify rescueJon Leighton2012-09-151-3/+3
|/ / /
* | | Fix testJon Leighton2012-09-152-15/+21
* | | Ensure disconnecting or reconnecting resets the transaction stateJon Leighton2012-09-157-9/+55
* | | Remove our use of #outside_transaction?Jon Leighton2012-09-153-61/+17
* | | Remove the transaction_open variableJon Leighton2012-09-152-21/+33
* | | Move transaction joinability into the transaction objectJon Leighton2012-09-155-20/+36
* | | Alter the naming structure a bitJon Leighton2012-09-153-108/+111
* | | Split Open into Real and SavepointJon Leighton2012-09-151-25/+38
* | | DRYJon Leighton2012-09-151-4/+8
* | | Don't do the rollback in #commitJon Leighton2012-09-152-18/+7
* | | Store the transaction number in the transaction objectJon Leighton2012-09-155-13/+30
* | | Start to tease out transaction handling into a state machineJon Leighton2012-09-156-87/+158
* | | Revert "create a transaction object and point AR objects at that object durin...Jon Leighton2012-09-154-55/+12
* | | Move queue classes to ActiveSupportSantiago Pastorino2012-09-1417-182/+180
* | | Merge pull request #7642 from lest/patch-1José Valim2012-09-141-0/+16
|\ \ \ | |_|/ |/| |
| * | update CHANGELOGSergey Nartimov2012-09-141-0/+16
|/ /
* | Merge pull request #7635 from arunagw/warning_removed_shadowing_variableJosé Valim2012-09-141-2/+2
|\ \
| * | warning removed: shadowing outer local variable - messageArun Agrawal2012-09-141-2/+2
| |/
* | Merge pull request #7634 from arunagw/build_fix_actionmailerJosé Valim2012-09-141-0/+1
|\ \
| * | Build fix for ActionMailerArun Agrawal2012-09-141-0/+1
| |/
* | Merge pull request #7637 from NARKOZ/patch-3Jeremy Kemper2012-09-131-1/+1
|\ \ | |/ |/|
| * use presence method instead of checking for blankNihad Abbasov2012-09-141-1/+1
|/
* Merge pull request #7616 from lest/null-session-forgery-protectionMichael Koziarski2012-09-134-33/+159
|\
| * Implement :null_session CSRF protection methodSergey Nartimov2012-09-134-33/+159
* | Merge pull request #7628 from Pranas/deep_merge_with_blockRafael Mendonça França2012-09-133-4/+23
|\ \
| * | Allow passing block to deep_merge and deep_merge!Pranas Kiziela2012-09-133-4/+23
|/ /
* | Copy-edit deprecation relared documentation [ci skip]Rafael Mendonça França2012-09-135-74/+51
* | Merge pull request #7524 from al2o3cr/store_booleanRafael Mendonça França2012-09-134-9/+67
|\ \
| * | refactor store_accessorMatt Jones2012-09-134-9/+67
|/ /
* | Merge pull request #6348 from LTe/no_global_depreactationsCarlos Antonio da Silva2012-09-139-98/+412
|\ \
| * | Change ActiveSupport::Deprecation to class.Piotr Niełacny2012-09-139-221/+405
| * | extend ActiveSupport::Deprecation with self, allow other objects to extend/in...Robert Pankowecki2012-09-136-102/+232
|/ /
* | Merge pull request #7623 from tchandy/masterRafael Mendonça França2012-09-121-1/+1
|\ \
| * | update ConnectionAdaptar::Column#type_cast_code to be compatible with 3.2 branchThiago Pradi2012-09-131-1/+1
|/ /
* | Merge pull request #7614 from frodsan/scm_agnosticRafael Mendonça França2012-09-126-65/+90
|\ \
| * | change app/plugin generators to be more SCM agnosticDerek Prior2012-09-126-65/+90
|/ /
* | Pass in the model class rather than engineJon Leighton2012-09-133-8/+8
* | Refactor to remove some duplicationJon Leighton2012-09-122-37/+24
* | Fix nested association referencesJon Leighton2012-09-123-41/+36
* | Merge pull request #7273 from beerlington/foreign_key_model_queriesJon Leighton2012-09-127-5/+158
|\ \
| * | Accept belongs_to assoc. keys in ActiveRecord queriesbeerlington2012-09-117-5/+158
* | | Merge pull request #7622 from marcandre/docCarlos Antonio da Silva2012-09-121-8/+2
|\ \ \
| * | | Update documentation for CollectionProxyMarc-Andre Lafortune2012-09-121-8/+2
* | | | Remove the queue configuration from the environments templates since theRafael Mendonça França2012-09-122-4/+1
* | | | Updating the documentation to ActionMailer::Base.queueRafael Mendonça França2012-09-123-4/+16
* | | | Define a SynchronousQueue for test in Action Pack.Rafael Mendonça França2012-09-122-6/+10
* | | | Allow users to configure the queue for the mailersRafael Mendonça França2012-09-124-13/+22
* | | | Use the SynchronousQueue as default in production and development.Rafael Mendonça França2012-09-123-9/+10
|/ / /
* | | Merge pull request #7605 from revans/masterCarlos Antonio da Silva2012-09-121-1/+11
|\ \ \
| * | | Added additional comments on how to use the "type" column withoutRobert Evans2012-09-121-1/+11