aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
Commit message (Expand)AuthorAgeFilesLines
...
* move the conditional definition of Float#round downXavier Noria2011-03-092-2/+2
* Use Rubys own Float#round method in versions 1.9 and aboveAndrei Kulakov2011-03-101-1/+1
* fixing some tests on ruby 1.9.3Aaron Patterson2011-03-071-0/+23
* reorganizes the RDoc of Hash#to_paramXavier Noria2011-03-071-6/+14
* Improved docs for Hash#to_param methodDalibor Nasevic2011-03-061-3/+2
* more "SSL everywhere" for GitHub URLsAkira Matsuda2011-03-071-2/+2
* removes merge conflictsXavier Noria2011-03-062-15/+0
* merges railsXavier Noria2011-03-056-34/+29
|\
| * revises the RDoc of Hash#reverse_mergeXavier Noria2011-03-051-13/+7
| * copy-edits 108561fXavier Noria2011-03-051-1/+1
| * Active Support typos.R.T. Lechow2011-03-053-3/+3
| * Adds link to Object.blank? from Object.present?Jonathon D. Jones2011-03-051-1/+1
| * Clarify comment by removing french reference ('a la'). Should improve readabi...Ben Orenstein2011-03-051-1/+1
| * Example descriptions and their examples were flipped. Fix.Ben Orenstein2011-03-051-3/+3
| * Correct example that did not do what it claimed. Rework explanation.Ben Orenstein2011-03-051-5/+5
| * refactored Time#<=> and DateTime#<=> by removing unnecessary calls without lo...Diego Carrion2011-03-042-19/+4
| * updated Time, Date and DateTime current methods in AS to use Time.zone and no...Josh Kalderimis2011-02-284-8/+9
* | Active Support typos.R.T. Lechow2011-03-043-3/+3
* | Adds link to Object.blank? from Object.present?Jonathon D. Jones2011-03-031-1/+1
* | Clarify comment by removing french reference ('a la'). Should improve readabi...Ben Orenstein2011-02-261-1/+1
* | Example descriptions and their examples were flipped. Fix.Ben Orenstein2011-02-261-3/+3
* | Correct example that did not do what it claimed. Rework explanation.Ben Orenstein2011-02-261-5/+5
|/
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-02-212-10/+24
|\
| * Add a forgotten word.Ben Orenstein2011-02-191-1/+1
| * Improve clarity of example. Make it follow guidelines for output display.Ben Orenstein2011-02-191-5/+5
| * Add a clearer example for with_options (lifted from the Active Support guide).Ben Orenstein2011-02-191-5/+19
* | added Range#count? for Ruby 1.8Diego Carrion2011-02-192-0/+4
|/
* merges docrailsXavier Noria2011-02-181-1/+1
|\
| * Correct bad wording in description.Ben Orenstein2011-02-141-1/+1
* | Add Date#rfc3339 and Date#iso8601 to ASSantiago Pastorino2011-02-131-0/+6
* | Removed Array#safe_join in AS core_ext and moved it to a view helper with the...Josh Kalderimis2011-02-101-31/+0
* | Revert "Removed Array#safe_join in AS core_ext and moved it to a view helper ...José Valim2011-02-101-0/+31
* | Removed Array#safe_join in AS core_ext and moved it to a view helper with the...Josh Kalderimis2011-02-101-31/+0
* | Corrected the html_safe implementation for Array. Moved the html safe version...Josh Kalderimis2011-02-101-7/+22
* | Initial html_safe implemention for ArrayPaul Hieromnimon2011-02-101-0/+16
|/
* 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