aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-02-051-4/+8
|\
| * Change Time.zone= docs.Brian Morearty2011-02-041-4/+8
* | Ruby 1.8.7+ provides to_date/to_datetime, AS just makes them public.John Firebaugh2011-02-031-22/+0
* | Preserve fractional seconds in DateTime#to_timeJohn Firebaugh2011-02-031-1/+1
|/
* make sure we play nicely when syck is activatedAaron Patterson2011-01-281-5/+8
* Psych correctly gets visitor for SafeBuffer from superclassbrainopia2011-01-281-2/+5
* Remove unneeded yaml_as declarationbrainopia2011-01-281-2/+0
* prefering psych as the yaml parser if possible, fixing assertions for YAML 1....Aaron Patterson2011-01-211-0/+6
* fixing psych support in big decimal, fixing tests to support YAML 1.1Aaron Patterson2011-01-211-0/+7
* Class.__subclasses__ was removed from Rubinius.John Firebaugh2011-01-181-34/+20
* In AS, only inflector/methods is need in proxy_wrappers.rb, as well as date, ...Josh Kalderimis2011-01-123-3/+3
* adding to_d to BigDecimalAaron Patterson2011-01-101-0/+4
* corrected docs for Hash#to_xml and added examples.Nick Sutterer2011-01-061-2/+14
* :method: is not needed when RDoc can detect itSantiago Pastorino2010-12-021-5/+0
* Don't depend on rubygems loading thread (for Mutex)raggi2010-11-251-0/+1
* class inheritable attributes is used no more! all internal use of class inher...Josh Kalderimis2010-11-201-0/+9
* applies API conventions to the RDoc of json_encodeXavier Noria2010-11-201-10/+12
* Revert "Quick fix for not escaping []s (not ideal)"Santiago Pastorino2010-11-182-5/+3
* bye bye extlib_inheritable_*, AS callbacks now using class_attributeJosh Kalderimis2010-11-181-83/+0
* Add support for try to just yield the object to a block if no method is to be...raggi2010-11-141-1/+13
* Merge remote branch 'drogus/plugin_new'José Valim2010-11-112-0/+12
|\
| * Added Hash#deep_dup function which performs deep duplication on given hashPiotr Sarnacki2010-11-022-0/+12
* | Remove unused methodSantiago Pastorino2010-11-101-31/+0
* | Remove useless cgiDenis Odorcic2010-11-102-20/+0
* | Make safe_append= live on AV::OutputBuffer not AS::SafeBufferMichael Koziarski2010-11-081-1/+0
* | Added support for Erubis <%== tagJan Maurits Faber2010-11-081-0/+1
|/
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2010-10-191-0/+6
|\
| * json_escape makes json invalid doc change [#1485 state:resolved]Neeraj Singh2010-10-161-0/+6
* | explains why ERB::Util#h is removed before being re-aliasedXavier Noria2010-10-181-0/+1
* | implements weeks_ago and prev_week for Date/DateTime/Time [#5122 state:commit...Rob Zolkos & Xavier Noria2010-10-162-3/+25
|/
* fix time.to_formatted_time(:time) exampleAditya Sanghi2010-10-131-2/+2
* Cleanup logger a bit.José Valim2010-10-081-38/+11
* PERF: more Hash + map changesSantiago Pastorino2010-10-031-3/+3
* speed up index_by by removing a lolinjectAaron Patterson2010-10-011-4/+1
* Move uri parser to AS as URI.parser method to reuse it in AP and ARes.Emilio Tagua2010-09-281-0/+8
* revises RDoc of Hash#to_param to be more precise about orderingXavier Noria2010-09-281-2/+2
* let Hash#to_param and Hash#to_query sort againXavier Noria2010-09-281-2/+3
* Merge remote branch 'miloops/warnings'José Valim2010-09-271-0/+1
|\
| * Remove method if already exists to avoid warnings.Emilio Tagua2010-09-271-0/+1
* | Make assert_valid_keys slightly faster.thedarkone2010-09-271-4/+6
* | No need for an extra wrapper array.thedarkone2010-09-271-1/+1
* | Use native attr_* macros for performance reasons.thedarkone2010-09-271-6/+13
* | Creating singleton class for every object whenever the instance-level accesso...thedarkone2010-09-271-1/+21
|/
* Fix 'warning: method redefined' [#5551 state:resolved]Krekoten' Marjan2010-09-251-4/+4
* attr_accessor_with_default should raise an ArgumentError not a RuntimeErrorAaron Patterson2010-09-241-3/+2
* Use map, no need to use inject here.Emilio Tagua2010-09-221-4/+1
* Refactor inject use in hash conversions.Emilio Tagua2010-09-221-8/+2
* Use `Time.current` to maintain consistency with AS::DurationPrem Sichanugrist2010-09-191-2/+2
* Move capture to Kernel. [#5641 state:resolved]Krekoten' Marjan2010-09-181-0/+19
* Remove dummy method definition in favor of RDoc hints:Aaron Patterson2010-09-111-7/+5