aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
Commit message (Expand)AuthorAgeFilesLines
* Added Array#second through Array#tenth as aliases for Array#[1] through Array...David Heinemeier Hansson2008-06-171-0/+45
* Change Enumberal#several? to Enumberal#many?David Heinemeier Hansson2008-06-131-1/+1
* Added Object#present? which is equivalent to !Object#blank? [DHH]David Heinemeier Hansson2008-06-121-0/+5
* Merge branch 'master' of git@github.com:rails/railsDavid Heinemeier Hansson2008-06-127-31/+67
|\
| * Performance: speed up Hash#except. [#382 state:resolved]Grant Hollingworth2008-06-111-3/+4
| * Rubinious: work around h[k] ||= v returning []= result instead of vJeremy Kemper2008-06-101-3/+14
| * Performance: faster Object.subclasses_ofJeremy Kemper2008-06-081-8/+9
| * No need to build a Set since we're iterating instead of checking for inclusio...Jeremy Kemper2008-06-071-4/+2
| * Remove 1.9's String#chars alsoJeremy Kemper2008-06-061-13/+11
| * Move Class::ModelName to Active Support module core_extJeremy Kemper2008-06-062-0/+27
* | Added Enumberable#several? to encapsulate collection.size > 1 [DHH]David Heinemeier Hansson2008-06-121-0/+5
|/
* Fixed Date#end_of_quarter to not blow up on May 31st [#289 state:resolved] (D...David Heinemeier Hansson2008-06-021-1/+1
* Fixed the brokeness from 952ec79bec313e0001adfc8c86f7970448d32db9David Heinemeier Hansson2008-06-021-1/+1
* Faster Hash#slice that doesn't use Enumerable#include?.Cheah Chu Yeow2008-06-021-1/+3
* Merge docrails.Pratik Naik2008-05-256-24/+28
* Adding documentation for time zone featuresgbuesing2008-05-181-8/+19
* Hash.from_xml: datetime xml types overflow to Ruby DateTime class when out of...gbuesing2008-05-181-1/+1
* Merge documentation changes from docrails.Pratik Naik2008-05-162-6/+5
* Use #duplicable? instead of anonymous rescueJeremy Kemper2008-05-121-1/+1
* Merge docrails:Pratik Naik2008-05-091-22/+21
* Adding Date.current, which returns Time.zone.today if config.time_zone is set...gbuesing2008-05-081-0/+5
* Added Ruby 1.8 implementation of Process.daemonJoshua Peek2008-05-053-10/+28
* Improve documentation coverage and markupXavier Noria2008-05-0211-31/+100
* Alias Object#instance_variable_names to Object#instance_variables for Ruby 1.8.xPratik Naik2008-04-211-2/+6
* Merge branch 'master' of git@github.com:rails/railsgbuesing2008-04-205-19/+32
|\
| * Ruby 1.8.7 compat: detect and alias non-superclass DateTime#to_sJeremy Kemper2008-04-201-4/+9
| * Ruby 1.8.7 compat: override unordered Enumerable#group_byJeremy Kemper2008-04-201-1/+4
| * Ruby 1.8.7 compat: String#start_with? and #end_with?Jeremy Kemper2008-04-203-14/+19
* | Duration #since and #ago with no argument (e.g., 5.days.ago) return TimeWithZ...gbuesing2008-04-201-0/+5
|/
* Use append_features instead of included to get the inclusion order rightJeremy Kemper2008-04-201-1/+2
* Merge commit 'rails/master'Jeremy Kemper2008-04-202-5/+9
|\
| * Time#since behaves correctly when passed a Duration. Closes #11527 [kemiller]gbuesing2008-04-121-5/+8
| * Add #getutc alias for DateTime#utcgbuesing2008-04-121-0/+1
* | Incompatible Symbol#to_proc was reverted upstreamJeremy Kemper2008-04-201-7/+0
* | Override incompatible 1.8.7p1 String#charsJeremy Kemper2008-04-191-0/+6
* | Feature check :force_encoding instead of RUBY_VERSIONJeremy Kemper2008-04-192-2/+2
* | Override Ruby 1.8.7's incompatible Symbol#to_proc.Jeremy Kemper2008-04-181-1/+8
|/
* Improve documentation.Pratik Naik2008-04-0515-72/+62
* Time #yesterday and #tomorrow behave correctly crossing DST boundary. Closes ...Geoff Buesing2008-04-041-2/+2
* Revert [9209] Use Hash#exceptPratik Naik2008-04-021-16/+0
* Adding Hash#without Closes #7369 [eventualbuddha]Pratik Naik2008-04-021-0/+16
* Fine, warn. Just don't recurse to death in cc.rbJeremy Kemper2008-03-311-1/+1
* Add query methods for superclass_delegating_readerJeremy Kemper2008-03-311-1/+7
* Always alias DateTime#to_s to #to_default_sJeremy Kemper2008-03-311-1/+1
* Ruby 1.9 compat: Suppress Benchmark.realtime method redefined warning.Josh Peek2008-03-301-3/+3
* Play nice with 1.9's DateTime#to_sJeremy Kemper2008-03-291-1/+2
* Time.zone= accepts TZInfo::Timezone instances and Olson identifiers; wraps re...Geoff Buesing2008-03-281-2/+9
* Improve documentation.Pratik Naik2008-03-2621-100/+314
* Standardise the implementation of the extensions to BigDecimal. Closes #1060...Michael Koziarski2008-03-262-23/+39
* Time, DateTime and TimeWithZone #in_time_zone defaults to Time.zone. Removing...Geoff Buesing2008-03-171-19/+16