aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'rails/master'Xavier Noria2010-07-3017-78/+147
|\
| * edit pass to apply API guideline wrt the use of "# =>" in example codeXavier Noria2010-07-307-63/+65
| * Add a missing require in 'active_support/core_ext/string/inflections'Carl Lerche2010-07-291-0/+1
| * adding test for respond_to cache_key and cleaning up the ENV settingsNeeraj Singh2010-07-281-14/+33
| * test cases for rails_app_version in AS cache.rbNeeraj Singh2010-07-281-0/+14
| * adding more test cases for expand_cache_keyNeeraj Singh2010-07-281-0/+10
| * removing unused variableNeeraj Singh2010-07-281-2/+0
| * adds test coverage for edge-cases of Array.wrap, and better documentation for...Xavier Noria2010-07-282-4/+29
| * This is a hash in 1.9.2Santiago Pastorino2010-07-261-1/+1
| * Prep for RCDavid Heinemeier Hansson2010-07-262-2/+2
| * fixing space errorsAaron Patterson2010-07-262-6/+6
* | Adding documentation regarding lazy_load_hooksNeeraj Singh2010-07-291-1/+20
* | itsy bitsy changes to documentationNeeraj Singh2010-07-281-13/+13
* | More documentation to class_attribute.José Valim2010-07-281-11/+24
* | editing the documentation regarding :race_condition_ttl and :expires_in optio...Neeraj Singh2010-07-281-22/+23
* | editing a sentenceNeeraj Singh2010-07-281-1/+1
* | adding comment specifying that cattr_accessor also supports instance_write an...Neeraj Singh2010-07-281-0/+10
* | clarifying the instance_write option with an exampleNeeraj Singh2010-07-281-1/+5
* | adding some comments to cattr_accessor methodNeeraj Singh2010-07-281-0/+6
* | updating description of how class_attribute worksNeeraj Singh2010-07-281-0/+5
* | clarifying description for class_attribute methodNeeraj Singh2010-07-271-2/+2
* | polishing commentsNeeraj Singh2010-07-262-8/+8
* | making comments meaningful by correcting, adding and pruningNeeraj Singh2010-07-263-14/+13
* | making comments have a consistent theme of narrativeNeeraj Singh2010-07-261-26/+22
|/
* Test to ensure that falsy objects aren't wrapped by deprecation proxiesLeigh Caplan2010-07-261-0/+22
* Override new on proxy objects so that they never wrap nil or false.Leigh Caplan2010-07-261-0/+7
* XmlMini.rename_key emits valid xml with dasherizeBernerd Schaefer2010-07-262-1/+54
* This is for making sure const_missing is triggered without warningsSantiago Pastorino2010-07-262-5/+8
* strengthening the test suite for rescue_fromNeeraj Singh2010-07-261-0/+23
* strengthening the rescue_from test suitesNeeraj Singh2010-07-261-0/+14
* Fix a bug where requires inside of autoloads were being added to the autoload...wycats2010-07-265-5/+73
* fisting warningAaron Patterson2010-07-251-1/+1
* Merge remote branch 'docrails/master'Xavier Noria2010-07-265-25/+25
|\
| * making comments sentence more conciseNeeraj Singh2010-07-231-2/+2
| * fixing typoNeeraj Singh2010-07-231-1/+1
| * adding proper markup in commentsNeeraj Singh2010-07-231-2/+2
| * shortening the sentences and removing fluffNeeraj Singh2010-07-231-4/+5
| * reformatting sentenceNeeraj Singh2010-07-231-1/+1
| * revise download/installation/support sections in READMEsMislav Marohnić2010-07-221-15/+14
* | APIs for individual components are no longer publishedXavier Noria2010-07-261-6/+0
* | CHANGELOG updated Object#returning removedSantiago Pastorino2010-07-251-0/+2
* | Object#returning removedSantiago Pastorino2010-07-254-47/+1
* | Revert the previous three commits.José Valim2010-07-253-29/+7
* | use a hash to collect optional statistics about the instrumentationAaron Patterson2010-07-253-7/+29
* | Change returning with tapSantiago Pastorino2010-07-251-1/+0
* | Removing one AS/lib ruby and rake adds to $LOAD_PATHSantiago Pastorino2010-07-251-0/+1
* | Get rid of instrumenter.elapsed.José Valim2010-07-242-18/+3
* | make a throwaway value equals to _ to avoid warningsSantiago Pastorino2010-07-241-1/+1
* | Make this test, test againSantiago Pastorino2010-07-241-2/+1
* | Removes unused varsSantiago Pastorino2010-07-2413-20/+16