aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge pull request #10532 from prathamesh-sonpatki/RailsXavier Noria2013-05-095-5/+5
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | rails -> Rails [ci skip]Prathamesh Sonpatki2013-05-095-5/+5
|/ / / / / /
* / / / / / "rails" -> "Rails" [ci skip]Xavier Noria2013-05-092-4/+4
|/ / / / /
* | | | | Fix that JSON and XML exception responses should give the HTTP error message ...Jeremy Kemper2013-05-082-4/+4
* | | | | Merge pull request #10523 from neerajdotname/last-where-clause-winsJeremy Kemper2013-05-081-13/+12
|\ \ \ \ \
| * | | | | extracted piece of code into a methodNeeraj Singh2013-05-081-13/+12
* | | | | | use public send on the scope parametersAaron Patterson2013-05-081-1/+1
* | | | | | add test for object conditional with scopeAaron Patterson2013-05-081-0/+19
* | | | | | using strings as scopes is not used anywhere, so remove itAaron Patterson2013-05-081-1/+1
* | | | | | adding a class conditional testAaron Patterson2013-05-081-0/+12
* | | | | | adding tests for lambdas as conditionsAaron Patterson2013-05-082-1/+41
| |_|_|/ / |/| | | |
* | | | | Merge branch 'polycb'Aaron Patterson2013-05-081-22/+48
|\ \ \ \ \
| * | | | | separate identification computationAaron Patterson2013-05-081-24/+18
| * | | | | separate filters from source codeAaron Patterson2013-05-081-20/+31
| * | | | | if the callbacks are not the same class, they cannot be duplicatesAaron Patterson2013-05-081-2/+6
| * | | | | fix object comparison caseAaron Patterson2013-05-081-1/+5
| * | | | | polymorphic comparison operatorAaron Patterson2013-05-081-11/+24
* | | | | | Merge pull request #10524 from wangjohn/define_method_for_callbacksRafael Mendonça França2013-05-081-18/+12
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Using define method instead of class eval when defining model callbacks.wangjohn2013-05-081-18/+12
|/ / / / /
* / / / / we need to indicate the type of callbackAaron Patterson2013-05-081-2/+2
|/ / / /
* | | | Merge pull request #10355 from burke/masterJeremy Kemper2013-05-081-39/+19
|\ \ \ \
| * | | | Use ruby's Encoding support for tidy_bytesBurke Libbey2013-05-081-39/+19
* | | | | Merge pull request #10521 from yahonda/sanitize_oracleRafael Mendonça França2013-05-081-5/+4
|\ \ \ \ \
| * | | | | Remove current_adapter? from test_sanitize_sql_hash_handles_associationsYasuo Honda2013-05-081-5/+4
* | | | | | adding more tests around callback inconsistenciesAaron Patterson2013-05-081-5/+47
* | | | | | refactor tests for more pointsAaron Patterson2013-05-081-4/+5
* | | | | | adding test to demonstrate inconsistencies in the AS::Callbacks apiAaron Patterson2013-05-081-0/+41
| |/ / / / |/| | | |
* | | | | Merge pull request #10519 from eiel/dependency-core_ext-hash-diffRafael Mendonça França2013-05-081-0/+2
|\ \ \ \ \
| * | | | | dependency ActiveSupport::DeprecationTomohiko Himura2013-05-091-0/+2
|/ / / / /
* | | | | Merge pull request #10511 from prathamesh-sonpatki/existentJosé Valim2013-05-073-4/+4
|\ \ \ \ \
| * | | | | Fix Typo existant -> existent [ci skip]Prathamesh Sonpatki2013-05-083-4/+4
|/ / / / /
* | | | | Merge pull request #9522 from wangjohn/automatic_search_for_association_inversesJeremy Kemper2013-05-0711-10/+194
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Created a method to automatically find inverse associations and cachewangjohn2013-05-0711-10/+194
|/ / / /
* | | | Merge pull request #10506 from seanwalbran/fix-10502-skip-object-filterAaron Patterson2013-05-073-1/+28
|\ \ \ \
| * | | | add changelog entry for fix-10502-skip-object-filterSean Walbran2013-05-071-0/+5
| * | | | fix issue #10502, do not recompute method name for already-stringified object...Sean Walbran2013-05-072-1/+23
* | | | | Revert "Merge pull request #10455 from patricksrobertson/bigserial_id_not_ide...Aaron Patterson2013-05-072-35/+2
|/ / / /
* | | | Merge pull request #10455 from patricksrobertson/bigserial_id_not_identifying_pkAaron Patterson2013-05-072-2/+35
|\ \ \ \ | |/ / / |/| | |
| * | | Handle other pk types in PostgreSQL gracefully.Patrick Robertson2013-05-072-2/+35
* | | | Test that #fresh_when accepts an arrayBrandon Keepers2013-05-071-2/+19
|/ / /
* | | Merge pull request #10234 from dasch/dasch/fetch-multiRafael Mendonça França2013-05-063-1/+61
|\ \ \
| * | | Allow fetching multiple values from the cache at onceDaniel Schierbeck2013-05-063-1/+61
* | | | Merge pull request #10377 from bricker/template_digest_ending_with_numberRafael Mendonça França2013-05-064-3/+12
|\ \ \ \
| * | | | Allow numbers in partial name for digestingBryan Ricker2013-05-064-3/+12
* | | | | Merge pull request #10446 from dasch/instrument-template-compilationRafael Mendonça França2013-05-061-2/+9
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Instrument template compilationDaniel Schierbeck2013-05-061-2/+9
| |/ / /
* | | | Improve CHANGELOG entry [ci skip]Rafael Mendonça França2013-05-061-4/+4
* | | | Merge pull request #10489 from greenriver/ar_counter_cache_multiple_destroyRafael Mendonça França2013-05-063-2/+28
|\ \ \ \
| * | | | Confirm a record has not already been destroyed before decrementingBen Tucker2013-05-063-1/+27
* | | | | Merge pull request #10478 from cainlevy/patch-1Rafael Mendonça França2013-05-061-1/+1
|\ \ \ \ \