aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Xavier Noria2010-07-282-4/+29
| | | | for how it differs from Kernel#Array
* 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
|
* 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 resolves issues for libraries which use '_' prefixed keys in their attributes hash, such as Mongoid. A key like "_id" or "_type" will no longer be converted to "<-id>" and "<-type>". Signed-off-by: wycats <wycats@gmail.com>
* 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
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* strengthening the rescue_from test suitesNeeraj Singh2010-07-261-0/+14
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Fix a bug where requires inside of autoloads were being added to the ↵wycats2010-07-265-5/+73
| | | | autoloaded_constants list, causing mayhem. [#5165 state:resolved]
* 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
| | | | | | | | | | | | | | - don't reference ancient gem versions - don't link to old API doc subdomains - point to GitHub instead of RubyForge - point to Lighthouse account for support
* | APIs for individual components are no longer publishedXavier Noria2010-07-261-6/+0
| |
* | CHANGELOG updated Object#returning removedSantiago Pastorino2010-07-251-0/+2
| | | | | | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* | Object#returning removedSantiago Pastorino2010-07-254-47/+1
| | | | | | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* | Revert the previous three commits.José Valim2010-07-253-29/+7
| | | | | | | | | | | | * AS::Notifications#instrument should not measure anything, it is not its responsibility; * Adding another argument to AS::Notifications#instrument API needs to be properly discussed;
* | use a hash to collect optional statistics about the instrumentationAaron Patterson2010-07-253-7/+29
| |
* | Change returning with tapSantiago Pastorino2010-07-251-1/+0
| | | | | | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* | 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
| | | | | | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* | Make this test, test againSantiago Pastorino2010-07-241-2/+1
| | | | | | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* | Removes unused varsSantiago Pastorino2010-07-2413-20/+16
| | | | | | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* | Makes restore previosly saved warnings_on_first_load value and avoid warningSantiago Pastorino2010-07-241-0/+1
| | | | | | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* | update Rakefiles for RDoc 2.5Aaron Patterson2010-07-231-4/+4
| |
* | Makes Rakefile activate rdoc >= 2.5.9Santiago Pastorino2010-07-231-1/+1
| | | | | | | | Signed-off-by: Xavier Noria <fxn@hashref.com>
* | Don't shadow outer local variablesSantiago Pastorino2010-07-221-4/+4
| |
* | Performance optimizations to handle cases of instrumentors that are not ↵Carlhuda2010-07-223-6/+31
| | | | | | | | listened to. Also, fix a possible concurrency issue.
* | These tests are trusting in the order of the elements so use OrderedHash ↵Santiago Pastorino2010-07-211-2/+3
|/ | | | instead of Hash
* camelize and underscore are sort of inverse of each other, but not in a ↵Xavier Noria2010-07-221-1/+11
| | | | mathematical sense [#5174 state:resolved]
* Test Hash#to_param escapes keys and valuesSantiago Pastorino2010-07-221-0/+4
| | | | [#5175]
* Hash#to_param is doesn't use sort anymore, some tests added for Hash#to_paramSantiago Pastorino2010-07-222-1/+26
|
* Change some missing README -> README.rdocSantiago Pastorino2010-07-221-1/+1
|
* Add .rdoc extension to README files.José Valim2010-07-212-1/+1
|
* Remove old install.rb files.José Valim2010-07-212-42/+3
|
* Fix a failing test in Railtie and properly define all severity levels in ↵José Valim2010-07-201-4/+14
| | | | MockLogger for LogSubscriber.
* Add a test for elapsed and require missing benchmark file.José Valim2010-07-202-19/+15
|
* fix mixed encoding logs can't be logged.Kouhei Sutou2010-07-193-2/+24
| | | | | | | [#4807 state:committed] Signed-off-by: Kouhei Sutou <kou@cozmixng.org> Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* reusing the time instrumentation from the instrumenter rather than ↵Aaron Patterson2010-07-191-2/+9
| | | | Benchmark. [#5098 state:open]