aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | replace apostrophe with backquote for matching [ci skip]Anton Kalyaev2013-05-031-2/+2
| | * | Capitalizing internet to Internet. [ci skip]Akshay Khole2013-05-032-2/+2
| | * | added to rdoc for unscope that default_scope winsNeeraj Singh2013-05-031-0/+3
| | * | Simple grammar updatesJonathan Roes2013-05-031-2/+2
| | * | fix typoVipul A M2013-05-021-1/+1
| | * | document String#to_time exceptionVipul A M2013-05-021-0/+1
| | * | Clean up the wording in a few placesJonathan Roes2013-05-011-4/+4
| | * | Add a few overview bullet pointsJonathan Roes2013-05-011-0/+4
| | * | Fix typo "can exploited" with "can be exploited"Leo Gallucci2013-05-011-1/+1
| | * | Rails 4 has deprecated :order in has_many to use a lambda instead, update the...Nick Quaranto2013-05-011-1/+1
| * | | Merge pull request #10576 from sferik/remove_multi_json_dependencyYehuda Katz2013-05-114-46/+19
| |\ \ \
| | * | | Replace multi_json with jsonErik Michaels-Ober2013-05-114-46/+19
| |/ / /
| * | | Merge pull request #10574 from wangjohn/automatic_inverse_of_documentationRafael Mendonça França2013-05-113-1/+33
| |\ \ \
| | * | | Adding documentation to the automatic inverse_of finder.wangjohn2013-05-113-1/+33
| |/ / /
| * | | Improve CHANGELOG entry [ci kip]Rafael Mendonça França2013-05-111-6/+10
| * | | Merge pull request #10503 from kstevens715/masterRafael Mendonça França2013-05-113-1/+32
| |\ \ \
| | * | | Call assume_migrated_upto_version on connectionKyle Stevens2013-05-113-1/+32
| |/ / /
| * | | Merge pull request #10567 from neerajdotname/read_attribute_before_type_cast_...Rafael Mendonça França2013-05-113-1/+7
| |\ \ \
| | * | | read_attribute_before_type_cast should accept symbolNeeraj Singh2013-05-113-1/+7
| * | | | Merge pull request #10572 from nertzy/dont-modify-options-hash-in-primary-keyRafael Mendonça França2013-05-111-2/+1
| * | | | Merge pull request #10568 from siong1987/minor-refactoringXavier Noria2013-05-111-5/+0
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Clean up unused method for `rake doc`.Teng Siong Ong2013-05-111-5/+0
| |/ / /
| * | | Merge branch 'fix-json-encoding'Rafael Mendonça França2013-05-103-5/+18
| |\ \ \
| | * | | Give credits to all the envolved people [ci skip]Rafael Mendonça França2013-05-101-1/+1
| | * | | Merge pull request #10534 from cmaruz/masterRafael Mendonça França2013-05-103-3/+12
| | |\ \ \
| | | * | | Added escaping of U+2028 and U+2029 inside the json encoder.Mario Caropreso2013-05-093-5/+14
| | * | | | Fix syntax error on Ruby 2.0Rafael Mendonça França2013-05-101-2/+4
| | * | | | Merge pull request #10057 from zackham/patch-1Rafael Mendonça França2013-05-101-2/+4
| |/| | | |
| | * | | | Escape multibyte line terminators in JSON encodingzackham2013-04-021-2/+4
* | | | | | do not keep a reference to the chain in the callback objectsAaron Patterson2013-05-101-12/+10
* | | | | | fix deprecation testAaron Patterson2013-05-101-0/+2
* | | | | | push merge code to the callback itselfAaron Patterson2013-05-101-18/+10
* | | | | | dup the callback and set the chainAaron Patterson2013-05-101-8/+8
* | | | | | remove klass because it is not usedAaron Patterson2013-05-101-9/+7
* | | | | | rename instance variablesAaron Patterson2013-05-101-12/+14
* | | | | | push duplicates? logic to the instanceAaron Patterson2013-05-101-16/+7
* | | | | | callback chain is in charge of the cache, so remove method based cacheAaron Patterson2013-05-101-21/+0
* | | | | | __define_callbacks method is not necessary anymoreAaron Patterson2013-05-101-8/+1
* | | | | | just run compiled callbacks since they are cachedAaron Patterson2013-05-101-14/+4
* | | | | | cache compiled callbacksAaron Patterson2013-05-101-7/+27
* | | | | | use delegation over inheritance so we can figure when to cache / bust cacheAaron Patterson2013-05-101-5/+22
* | | | | | fixing activemodel testsAaron Patterson2013-05-101-1/+2
* | | | | | use an environment object to hold state about the filter callsAaron Patterson2013-05-101-21/+41
* | | | | | object based callbacks cannot be duplicatedAaron Patterson2013-05-101-7/+4
* | | | | | pass the run block as a normal variable to the rest of the callbacksAaron Patterson2013-05-101-12/+12
* | | | | | fixing more variable namesAaron Patterson2013-05-101-10/+10
* | | | | | fix variable nameAaron Patterson2013-05-101-6/+6
* | | | | | reduce the number of lambasAaron Patterson2013-05-101-5/+2
* | | | | | callback sequence is no longer usedAaron Patterson2013-05-101-6/+0
* | | | | | no need for variable assignments, just pass the values inAaron Patterson2013-05-101-6/+2