aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
Commit message (Expand)AuthorAgeFilesLines
* removed default Formatter in logger, not needed with 1.8.7 upwardsJosh Kalderimis2010-06-221-38/+0
* removed 'unless const_defined?' code smellJosh Kalderimis2010-06-211-1/+1
* Merge remote branch 'rails/master'Xavier Noria2010-06-204-5/+9
|\
| * remove executable permission from files that don't need it. [#4802 state:reso...rohit2010-06-201-0/+0
| * Change callbacks to automatically include DescendantsTracker and rename desce...José Valim2010-06-191-5/+5
| * when the timezone is nil, a TimeWithZone object should not be constructed. [#...Aaron Patterson2010-06-172-0/+4
* | Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-152-2/+2
|\ \ | |/ |/|
| * Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-112-2/+2
* | No need to call convert_key before except.José Valim2010-06-121-1/+0
* | Date#since, #ago, #beginning_of_day, #end_of_day, #xmlschema return TimeWithZ...Geoff Buesing2010-06-122-5/+15
|/
* Missing require restoredwycats2010-06-081-0/+1
* Require encoding.rbwycats2010-06-081-0/+1
* Merge remote branch 'rsim/oracle_enhanced_rails3'wycats2010-06-071-3/+3
|\
| * fix conditions when DateTime#to_date and DateTime#xmlschema methods are definedRaimonds Simanovskis2010-06-041-3/+3
* | Fixed Load Error failures in 1.9.2-headRizwan Reza2010-06-071-0/+1
* | ActiveSupport::Dependencies.constantize shortcut for caching named constant l...Jeremy Kemper2010-06-052-11/+11
* | Small optimization of 1.9 unescape. We should make sure that inbound ASCII al...wycats2010-06-041-2/+6
* | removes Array#random_element and backports Array#sample from Ruby 1.9, thanks...Xavier Noria2010-06-051-4/+18
|/
* Merge branch 'master' of github.com:rails/railsDavid Heinemeier Hansson2010-06-021-13/+9
|\
| * revises the documentation of String#truncate and the truncate helperXavier Noria2010-06-021-13/+9
* | You need the ruby-debug available in your Gemfile for debugger to workDavid Heinemeier Hansson2010-06-021-1/+1
|/
* Merge branch 'master' of github.com:rails/railsDavid Heinemeier Hansson2010-06-012-2/+2
|\
| * Unforce builder from ASSantiago Pastorino2010-06-012-2/+2
* | Extracted String#truncate from TextHelper#truncate [DHH]David Heinemeier Hansson2010-06-011-0/+33
|/
* 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