aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
Commit message (Expand)AuthorAgeFilesLines
* let Date.yesterday and Date.tomorrow be based on Date.current rather than Dat...Xavier Noria2010-05-021-2/+2
* Move several configuration values from Hash to ActiveSupport::XmlMini, which ...José Valim2010-04-295-168/+34
* array.to_xml should be able to handle all types of data elements [#4490 state...Neeraj Singh2010-04-295-65/+74
* Use explicit source encoding rather than forced UTF-8 from US-ASCII.Santiago Pastorino2010-04-261-1/+2
* Use Config::CONFIG['host_os'] instead of RUBY_PLATFORM [#4477 state:resolved]Anil Wadghule2010-04-261-1/+2
* updates String#to_(date|date_time|time) to return nil for blank stringsDaniel Neighman2010-04-211-0/+3
* much complete rdoc for String#ordXavier Noria2010-04-191-3/+19
* revises the rdoc of String#ordXavier Noria2010-04-191-1/+5
* remove code for Ruby < 1.8.7Santiago Pastorino2010-04-181-12/+0
* removes code written for Ruby < 1.8.7Xavier Noria2010-04-171-7/+0
* Added missing require and delete unused one on proc.rbSantiago Pastorino2010-04-131-1/+1
* Not using class_eval wasn't adding clarity herewycats2010-04-101-15/+24
* Made arrays of ActiveRecords, and any classes, with namespaces convert to val...mfoster2010-04-101-1/+1
* fix stack trace lines on class_evalSantiago Pastorino2010-04-093-3/+3
* fisting stack trace [#4349 state:resolved]Aaron Patterson2010-04-081-1/+1
* moves Object#singleton_class to Kernel#singleton_class to match Ruby also the...Xavier Noria2010-04-056-7/+7
* Fix class_attribute so that it works with singleton classes.Carl Lerche2010-04-011-1/+1
* Revert "Hash#symbolize_keys(!) optimizations"Jeremy Kemper2010-03-291-1/+1
* Ruby 1.9.2: marshaling round-trips Time#zoneJeremy Kemper2010-03-282-26/+56
* Actually check the value of the ivarwycats2010-03-271-4/+2
* LINE on class_eval need + 1, also removed comments [#4281 state:committed]Santiago Pastorino2010-03-272-44/+47
* flatten not needed hereSantiago Pastorino2010-03-271-2/+2
* Remove stray instance variable to resolve serialization problem [#3769 state:...wycats2010-03-271-3/+9
* Don't write to /dev/null on mingw. [#3921 state:resolved] (ht: Patrick Daryl...wycats2010-03-271-1/+1
* Limit Array#extract_options! to directl instances of Hash and HWIA. Add extra...wycats2010-03-271-1/+16
* fixing inconsistency with cattr_reader and matter_reader [#4172 state:resolved]Kabari Hendrick2010-03-272-10/+17
* Merge branch 'master' into docrailswycats2010-03-2611-8/+54
|\
| * Add support for a type=binary with an optional encoding=base64. If the encodi...Josh Franklin2010-03-261-0/+9
| * avoid active_support/core_ext/time/conversions.rb warningsSantiago Pastorino2010-03-211-0/+1
| * Singleton classes returns parent's methods with instance_methods(false) and t...José Valim2010-03-191-1/+3
| * AS datetime conversions now require AS time conversionssnusnu2010-03-181-0/+1
| * Require AS singleton_class code in AS output_safetysnusnu2010-03-171-1/+2
| * Move require closer to homeJeremy Kemper2010-03-171-0/+1
| * fixing activerecord tests [#4205 state:resolved]Aaron Patterson2010-03-171-2/+2
| * Fix some more warnings on 1.9wycats2010-03-171-0/+2
| * Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM warning...wycats2010-03-175-5/+23
| * Eliminate warnings for AM on 1.8wycats2010-03-163-2/+13
* | Merge remote branch 'mainstream/master'Pratik Naik2010-03-151-5/+1
|\|
| * to_str works hereJeremy Kemper2010-03-151-5/+1
* | Merge remote branch 'mainstream/master'Pratik Naik2010-03-1214-123/+71
|\|
| * Be sure to pass through args to to_yamlJeremy Kemper2010-03-111-2/+2
| * Write strings to fragment cache, not outputbuffersJeremy Kemper2010-03-111-1/+5
| * OutputBuffer#to_yaml should return string yaml, not some custom class dumpJeremy Kemper2010-03-111-0/+4
| * class_attribute gets instance methods which delegate to but may override thei...Jeremy Kemper2010-03-081-2/+23
| * Make many parts of Rails lazy. In order to facilitate this,wycats2010-03-072-92/+1
| * Inflection dependency, [#4067 status:resolved]Jason King2010-03-031-1/+3
| * Hash#symbolize_keys(!) optimizationsLourens Naudé2010-03-011-1/+1
| * metaclass deprecated in 2.3.6Jeremy Kemper2010-02-252-15/+0
| * Missed singleton_classJeremy Kemper2010-02-251-0/+13
| * Use Object#singleton_class instead of #metaclass. Prefer Ruby's choice.Jeremy Kemper2010-02-254-16/+19