aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | fix exception translationAaron Patterson2014-01-172-3/+4
| * | | translate exceptions on prepared statement failureAaron Patterson2014-01-172-6/+13
* | | | fix the method signatureAaron Patterson2014-01-171-1/+1
* | | | run the damn tests @tenderloveAaron Patterson2014-01-172-2/+2
* | | | Merge branch 'adequaterecord' of github.com:rails/rails into adequaterecordAaron Patterson2014-01-171-1/+0
|\ \ \ \
| * | | | Remove outdated comment.Rafael Mendonça França2014-01-171-1/+0
* | | | | oops!Aaron Patterson2014-01-171-1/+1
|/ / / /
* | | | don't cache the connection (because we don't need to)Aaron Patterson2014-01-171-8/+7
* | | | Revert "adding set_binds"Aaron Patterson2014-01-171-8/+0
* | | | remove dead codeAaron Patterson2014-01-172-8/+1
* | | | Merge branch 'master' into adequaterecordAaron Patterson2014-01-171-2/+2
|\| | |
| * | | Update deprecation warning to give more information about callerT.J. Schuck2014-01-161-2/+2
* | | | change query strategy based on adapterAaron Patterson2014-01-163-4/+51
* | | | Merge branch 'master' into adequaterecordAaron Patterson2014-01-161-6/+6
|\| | |
| * | | Make AR::Base#touch fire the after_commit and after_rollback callbacksHarry Brundage2014-01-161-0/+4
| * | | Get rid of unused TransactionError constantCarlos Antonio da Silva2014-01-151-3/+0
| * | | Avoid converting :on option to array twice when defining commit/rollback call...Carlos Antonio da Silva2014-01-151-3/+2
* | | | use a params hash so we know what bind parameters are usedAaron Patterson2014-01-152-10/+49
* | | | fix exception translationAaron Patterson2014-01-142-3/+4
* | | | translate exceptions on prepared statement failureAaron Patterson2014-01-142-6/+13
* | | | reorder bind indexes if joins produced bind valuesAaron Patterson2014-01-141-0/+9
* | | | expliticly make STI column a bind valueAaron Patterson2014-01-141-4/+9
* | | | Merge branch 'master' into set_bindsAaron Patterson2014-01-142-8/+7
|\| | |
| * | | directly create the ARel ASTAaron Patterson2014-01-141-6/+4
| * | | Updated comment to mention the enum mapping class method [ci skip]Godfrey Chan2014-01-141-2/+3
* | | | take in to account existing bind parameters when building the bind listAaron Patterson2014-01-141-21/+20
* | | | comment out the sqlite3 debug code (for now)Aaron Patterson2014-01-141-0/+7
* | | | fix cache class interfaceAaron Patterson2014-01-141-5/+17
* | | | unscoping a where should remove bind valuesAaron Patterson2014-01-141-0/+2
* | | | remove dead codeAaron Patterson2014-01-141-2/+0
* | | | where needs to bring the bind params when creating a new relationAaron Patterson2014-01-141-0/+3
* | | | we should not be copying these. fixes test_find_all_using_where_with_relation...Aaron Patterson2014-01-141-4/+0
* | | | Merge branch 'master' into set_bindsAaron Patterson2014-01-143-16/+43
|\| | |
| * | | sqlite >= 3.8.0 supports partial indexesCody Cutrer2014-01-141-1/+17
| * | | Don't try to get the subclass if the inheritance column doesn't existUjjwal Thaakar2014-01-141-7/+15
| * | | Enum mappings are now exposed via class methods instead of constants.Godfrey Chan2014-01-141-7/+10
| * | | Merge pull request #13669 from chulkilee/name-error-nameYves Senn2014-01-141-1/+1
| |\ \ \
| | * | | Set NameError#nameChulki Lee2014-01-131-1/+1
* | | | | explains for prepared statements should never have binds in SQLite3Aaron Patterson2014-01-131-1/+1
* | | | | fixing column alias resolutionAaron Patterson2014-01-131-1/+1
* | | | | replace bind values on calls to to_sqlAaron Patterson2014-01-132-4/+8
* | | | | do not clear out bind parameters on unscopeAaron Patterson2014-01-131-3/+0
* | | | | Merge branch 'master' into set_bindsAaron Patterson2014-01-133-5/+14
|\| | | |
| * | | | unscope should remove bind values associated with the whereAaron Patterson2014-01-131-0/+2
| * | | | reverse_order_value= is not private, so no need to sendAaron Patterson2014-01-131-1/+1
| * | | | avoid more dynamic symbolsAaron Patterson2014-01-131-1/+1
| * | | | no need to to_symAaron Patterson2014-01-131-2/+2
| |/ / /
| * | | fix bug in becomes! when changing from base to subclass. Closes #13272.Yves Senn2014-01-131-1/+5
| * | | use enum labels as form values. Achieved by `_before_type_cast`.Yves Senn2014-01-111-0/+3
| | |/ | |/|
* | | adding bind values to the manager objectAaron Patterson2014-01-135-9/+11