aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
Commit message (Expand)AuthorAgeFilesLines
* Unforce i18n from ASSantiago Pastorino2010-05-312-3/+10
* Merge remote branch 'rails/master'Xavier Noria2010-05-273-19/+20
|\
| * Use multibyte proxy class on 1.9, refactor Unicode.Norman Clarke2010-05-211-13/+17
| * refactor evals and adds some __FILE__ and __LINE__Santiago Pastorino2010-05-202-6/+3
* | A small rdoc change made on lines 39 and 41 on activesupport/lib/active_suppo...jacortinas2010-05-251-2/+2
|/
* Merge remote branch 'rails/master'Xavier Noria2010-05-194-33/+12
|\
| * removes deprecations of last_(month|year) from master, they will be deprecate...Xavier Noria2010-05-192-22/+0
| * Renames Array#rand -> Array#random_elementRizwan Reza2010-05-171-11/+1
| * Revert "Moved encoding work in progress to a feature branch."wycats2010-05-171-0/+11
* | in Ruby things in general happen at runtime, no need to specify thatXavier Noria2010-05-191-2/+3
* | Updating the doc with the info that class_inheritable_accessorNeeraj Singh2010-05-191-0/+2
|/
* Moved encoding work in progress to a feature branch.Jeremy Kemper2010-05-161-11/+0
* Change on Array extension from rand => random_element [#4555 state:committed]Santiago Pastorino2010-05-161-1/+11
* Initial work to improve the state of encodings for templateswycats2010-05-161-0/+11
* Add missing require to with_options [#4601 state:resolved]Carlos Antonio da Silva2010-05-151-0/+2
* Better code formatting and proper line numbers for stack tracesNeeraj Singh2010-05-141-1/+1
* defines prev_(month|year) in Date and Time to ease transition to 1.9, and dep...Xavier Noria2010-05-122-7/+28
* aliases Date#sunday to Date#end_of_week, for symmetry with existing alias Dat...Xavier Noria2010-05-091-0/+1
* Backports Date#>> from 1.9 so that calculations do the right thing around the...Xavier Noria2010-05-091-0/+18
* let Time.time_with_datetime_fallback handle properly years in the range 0..138Xavier Noria2010-05-052-3/+11
* date/conversions needs time/calculations for (utc|local)_timeXavier Noria2010-05-031-0/+1
* 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