aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
Commit message (Expand)AuthorAgeFilesLines
...
| * | | use destructive sort on array in Hash#to_param for performance gains.Vipul A M2013-05-051-1/+1
* | | | Squashed commit of the following:Aaron Patterson2013-05-0310-63/+7
|/ / /
* | | Merge pull request #10413 from vipulnsward/change_groupingCarlos Antonio da Silva2013-05-031-1/+1
|\ \ \
| * | | Use faster Array.new instead of []*paddingVipul A M2013-05-021-1/+1
| |/ /
* | | Fixes Dependency bug in Active SupportTomohiko Himura2013-05-023-0/+3
* | | Revert "Object#in? also accepts multiple parameters"Brian Morearty2013-05-011-19/+9
|/ /
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-05-011-6/+6
|\ \
| * | documentation fixes for Array.wrap and AR::Validations::AssociatedValidatorHrvoje Šimić2013-04-171-6/+6
* | | Merge pull request #10339 from eiel/unused-requireRafael Mendonça França2013-04-301-1/+0
|\ \ \
| * | | remove unused requireTomohiko Himura2013-04-251-1/+0
* | | | Use new hash syntax in module delegation docs [ci skip]Carlos Antonio da Silva2013-04-281-1/+1
* | | | Module#delegate checks nilness rather that falsehood if :allow_nil is true, a...Xavier Noria2013-04-261-30/+42
* | | | Merge pull request #10351 from JonRowe/update_as_date_next_week_to_document_i...Xavier Noria2013-04-261-5/+5
|\ \ \ \
| * | | | formattingJon Rowe2013-04-261-1/+1
| * | | | better document `next_week` functionaility closes #9568Jon Rowe2013-04-261-5/+5
| |/ / /
* / / / Delegation method bugLi Ellis Gallardo2013-04-251-0/+14
|/ / /
* | | Adjust for daylight savings in String#to_timeAndrew White2013-04-231-8/+6
* | | more descriptive NameError's messages for class attributesHrvoje Šimić2013-04-171-2/+2
* | | The third argument of deprecation_warning is always optionalRafael Mendonça França2013-04-161-1/+1
* | | Fix documentation to the custom DeprecatorRafael Mendonça França2013-04-161-1/+1
* | | interpolate instead of string concatVipul A M2013-04-151-1/+1
|/ /
* | Corrected paramter to parameterCarson McDonald2013-04-131-1/+1
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-04-113-5/+14
|\ \
| * | fix Array#uniq_by! docs [ci skip]Francesco Rodriguez2013-04-041-2/+2
| * | add documentation to Benchmark#ms [ci skip]Francesco Rodriguez2013-04-041-0/+7
| * | fix broken format in Array#to_sentence [ci skip]Francesco Rodriguez2013-04-041-3/+5
| |/
* | Revert "Merge pull request #10158 from steveklabnik/issue_10125"Rafael Mendonça França2013-04-101-2/+2
* | Fix inflector to respect default locale.Nick Cox2013-04-101-2/+2
* | Add option to Class#class_attribute for skipping the query methodAgis-2013-04-061-3/+5
* | `fast_xs` support has been removed. Use 'String#encode(xml: :attr)`.Aaron Patterson2013-04-052-19/+0
* | Merge pull request #10080 from vipulnsward/railties_warning_fix_v2Steve Klabnik2013-04-031-0/+1
|\ \
| * | add require to suppress warning; remove variableVipul A M2013-04-041-0/+1
* | | Fixed TypoPrathamesh Sonpatki2013-04-041-1/+1
|/ /
* / fix some typos in ASVipul A M2013-03-301-1/+1
|/
* removing out of date comment. :heart::heart::heart::heart::heart::heart::hea...Aaron Patterson2013-03-121-3/+0
* drop memory consumption and startup speed by switching to define_methodAaron Patterson2013-03-121-23/+28
* Call String#gsub with Hash directlyAman Gupta2013-03-041-2/+2
* Keep second fraction when DateTime#change is called.Chris Baynes2013-02-251-1/+1
* Correct comment for (beginning|end)_of_minuteGert Goet2013-02-222-4/+4
* Added beginning_of_minute support to core_ext calculations for Time and DateTimeGagan Awhad2013-02-212-0/+27
* Change Class#subclasses doc exampleDalibor Nasevic2013-02-061-2/+2
* revamps the RDoc of Object#tryXavier Noria2013-01-281-22/+30
* no need for \Z, \z is more conciseXavier Noria2013-01-281-1/+1
* Merge pull request #8830 from antoinelyset/masterXavier Noria2013-01-281-2/+5
|\
| * Improve String#squish whitespaces matchingAntoine Lyset2013-01-221-2/+5
* | Merge remote-tracking branch 'docrails/master'Xavier Noria2013-01-261-1/+1
|\ \ | |/ |/|
| * Clarified the minute option on DateTime#changeJakob Waller2013-01-101-1/+1
* | Use `DateTime.parse` inside `String#to_datetime`Andrew White2013-01-211-8/+1
* | Standardise the return value of `to_time`Andrew White2013-01-211-17/+27
* | remove_possible_method -> remove_methodNihad Abbasov2013-01-111-2/+2