aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
Commit message (Expand)AuthorAgeFilesLines
* Allow delegating to nil, because the method might actually exist on itBryan Helmkamp2009-08-101-4/+9
* Support deep-merging HashWithIndifferentAccess.Andrew Moreland2009-08-091-4/+5
* Fix that Hash#to_xml and Array#to_xml shouldn't modify their options hashes [...David Burger2009-08-092-0/+2
* Remove unnecessary &block from Range#sum and add tests for (num..float).sumPratik Naik2009-08-091-1/+1
* Optimize Range#sum only for integers [#2489]José Valim2009-08-091-2/+3
* Setting usec (and nsec for Ruby 1.9) on Time#end_of_* methods [#1255 status:r...Hugo Peixoto2009-08-091-8/+8
* Optimize Range#sum to use arithmetic progression when a block is not given [#...José Valim2009-08-091-0/+9
* Temporary fix to get our LoadError monkey-patch working with newer JRuby. We ...Yehuda Katz2009-08-091-1/+2
* Enumerable#sum now works will all enumerables, even if they don't respond to ...Marc-Andre Lafortune2009-08-081-4/+2
* Extract String#bytesize shimJeremy Kemper2009-08-012-3/+7
* Merge docrailsPratik Naik2009-07-254-4/+4
* * don't include String#% for Ruby 1.9Sven Fuchs2009-07-181-73/+79
* ActiveSupport Hash optimizations [#2902 state:resolved]Lourens Naude2009-07-153-3/+3
* Ruby 1.9 style String interpolation support for lower ruby versions. Thanks t...Lawrence Pit2009-07-072-0/+88
* Friendlier runtime exception if delegatee is nilJeremy Kemper2009-06-181-3/+9
* Delegated methods report the expected file/line in backtracesJeremy Kemper2009-06-181-2/+3
* Move model naming into ActiveModelJoshua Peek2009-06-172-26/+0
* Require missing file in ASYehuda Katz + Carl Lerche2009-06-151-0/+2
* moves reopening of core classes to add generic stuff from Action Pack to AS/c...Xavier Noria2009-06-135-0/+43
* Bytes calculation speed upLuca Guidi2009-06-131-8/+15
* uses Object#metaclass and Object#class_eval in a few spotsXavier Noria2009-06-121-1/+1
* Add #element and #collection to ModelNameJeremy Kemper2009-06-081-3/+5
* Don't rely on Rails.loggerJeremy Kemper2009-06-081-2/+4
* String #to_time and #to_datetime: handle fractional seconds [#864 state:resol...Jason Frey (Fryguy)2009-06-071-2/+6
* Simplify callbacks to use less metaprogrammingYehuda Katz2009-06-021-2/+4
* Remove 'core' fluff. Hookable ActiveSupport.load_all!Jeremy Kemper2009-05-201-2/+1
* Break out Symbol#to_proc as a future-ruby extensionJeremy Kemper2009-05-202-14/+15
* Break up misc Object extensionsJeremy Kemper2009-05-204-80/+85
* Cherry-pick core extensionsJeremy Kemper2009-05-131-0/+3
* Check for date/time methods that moved upstream in 1.9Jeremy Kemper2009-05-073-6/+6
* Make module dependency DSL opt inJoshua Peek2009-05-072-27/+0
* Fixed Hash#from_xml with keys that are all caps.codebrulee2009-05-041-1/+1
* Prefer behavior check to RUBY_VERSION to catch 1.8 backportsJeremy Kemper2009-04-293-5/+5
* Refactor ActionView::TemplateYehuda Katz + Carl Lerche2009-04-271-1/+3
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-2217-15/+43
* Fix tests on 1.9Jeremy Kemper2009-04-222-1/+3
* Opt in to DependenciesJeremy Kemper2009-04-221-0/+2
* No more free lunchJeremy Kemper2009-04-221-1/+3
* stdlib autoloads were hanging on 1.9.1Jeremy Kemper2009-04-221-3/+2
* Convert string extension modules to class reopensJeremy Kemper2009-04-225-288/+247
* ActiveSupport.core_ext bridge util no longer usedJeremy Kemper2009-04-221-10/+0
* Switch last module core extension to class reopenJeremy Kemper2009-04-222-21/+6
* Merge branch 'master' into cherryJeremy Kemper2009-04-2010-41/+162
|\
| * Clearer String#first and #last edge cases. Fix that 'foo'.first(0) == 'foo' i...Jeremy Kemper2009-04-201-2/+14
| * Clearer String#first and #last edge cases. Fix that foo.first(0) == instead ...Jeremy Kemper2009-04-171-3/+15
| * Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-1312-29/+88
| |\
| | * Hash::XML_TYPE_NAMES: no longer a need for a TimeWithZone entry; this class w...Geoff Buesing2009-04-051-2/+1
| | * Time.local instances: Adding 24.hours across the DST boundary adds 24 hours i...Michael Curtis2009-03-291-11/+3
| * | Add depends_on, use, and setup to abstract up ideas about module inheritance.Yehuda Katz and Carl Lerche2009-04-072-0/+27
| * | Helpers with an initial testYehuda Katz2009-03-031-3/+3