aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Makes restore previosly saved warnings_on_first_load value and avoid warningSantiago Pastorino2010-07-241-0/+1
* | update Rakefiles for RDoc 2.5Aaron Patterson2010-07-231-4/+4
* | Makes Rakefile activate rdoc >= 2.5.9Santiago Pastorino2010-07-231-1/+1
* | Don't shadow outer local variablesSantiago Pastorino2010-07-221-4/+4
* | Performance optimizations to handle cases of instrumentors that are not liste...Carlhuda2010-07-223-6/+31
* | These tests are trusting in the order of the elements so use OrderedHash inst...Santiago Pastorino2010-07-211-2/+3
|/
* camelize and underscore are sort of inverse of each other, but not in a mathe...Xavier Noria2010-07-221-1/+11
* Test Hash#to_param escapes keys and valuesSantiago Pastorino2010-07-221-0/+4
* 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 Mock...José Valim2010-07-201-4/+14
* 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
* reusing the time instrumentation from the instrumenter rather than Benchmark....Aaron Patterson2010-07-191-2/+9
* mocking out debing? call in the MockLoggerAaron Patterson2010-07-191-0/+3
* Minor performance improvment in notifications/fanout and active_record/log_su...Daniel Guettler2010-07-191-7/+5
* avoid call to Array#firstAaron Patterson2010-07-191-3/+3
* Introduced redefine_methodŁukasz Strzałkowski2010-07-191-0/+5
* avoid proc activation every time a log message is madeAaron Patterson2010-07-181-9/+14
* subscriber does not need to be a block, but an object that responds to #callAaron Patterson2010-07-181-5/+5
* Notifier API == Fanout API, so replace Notifier with Fanout as they quack the...Aaron Patterson2010-07-182-29/+3
* tap the subscriber for easier return valueAaron Patterson2010-07-181-2/+3
* bind method is not needed, so goodbye! <3 <3 <3Aaron Patterson2010-07-182-8/+2
* Float comparison adjustmentSantiago Pastorino2010-07-181-1/+1
* convert duration to an attr_readerAaron Patterson2010-07-171-6/+3
* It's not needed to initialize the attr when calling mattr_writerSantiago Pastorino2010-07-181-7/+1
* drained? is never calledAaron Patterson2010-07-171-4/+0
* private method is not neededAaron Patterson2010-07-171-12/+2
* removing Binding classAaron Patterson2010-07-171-14/+4
* use === to avoid regular expression creation, and speed up string comparisonAaron Patterson2010-07-171-9/+3