aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3151 from zenprogrammer/pluralize_without_countJosé Valim2011-10-171-3/+14
|\
| * Modified String#pluralize to take an optional count parameter.Ryan Oblak2011-09-281-3/+14
* | Revert "don't raise NoMethodError the tried method doesn't exists"José Valim2011-10-061-2/+0
* | ruby193: String#prepend is also unsafeAkira Matsuda2011-10-051-1/+1
* | override unsafe methods only if defined on StringAkira Matsuda2011-10-051-10/+12
* | to_formatted_s is an instance method for a Range not an ArrayAyrton De Craene2011-10-041-1/+1
* | Merge pull request #2801 from jeremyevans/patch-1Jeremy Kemper2011-10-031-1/+1
|\ \
| * | Edited activesupport/lib/active_support/core_ext/time/calculations.rb via GitHubJeremy Evans2011-09-011-1/+1
* | | Set the default options value for as_json in the encoder object.José Valim2011-09-301-1/+1
* | | Fixing `as_json` method for ActiveRecord models.Nicolás Hock Isaza2011-09-291-1/+1
| |/ |/|
* | remove superfluous to_s in ERB::Util.html_escapeAlexey Vakhov2011-09-241-1/+1
* | Minor doc fix to String#constantizeRyan Oblak2011-09-231-3/+3
* | Use safe_constantize where possible.José Valim2011-09-231-3/+1
* | Added ActiveSupport::Inflector.safe_constantize and String#safe_constantize; ...Ryan Oblak2011-09-231-3/+16
* | fix incorrect commentVijay Dev2011-09-221-1/+1
* | Merge pull request #3049 from brainopia/fix_to_query_edge_caseSantiago Pastorino2011-09-171-1/+1
|\ \
| * | Fix Hash#to_query edge case with html_safe string on 1.8 rubybrainopia2011-09-161-1/+1
* | | Proper lines numbers for stack trace infoSantiago Pastorino2011-09-161-1/+1
|/ /
* | revert the changes from c60995f3 - related to marking sub,gsub as unavailable...Vijay Dev2011-09-091-20/+1
* | Revert removing gsub and sub from safe buffer.José Valim2011-09-081-3/+3
* | this should have gone with the previous commitXavier Noria2011-09-081-4/+4
* | copy-edits a couple of exception messagesXavier Noria2011-09-081-4/+4
* | better method documentation on disable safe string methodsDamien Mathieu2011-09-081-6/+12
* | make gsub and sub unavailable in SafeBuffers - Closes #1555Damien Mathieu2011-09-081-3/+16
* | docs formatting changesVijay Dev2011-09-012-3/+3
|/
* Revert "Ruby 1.8.7+ provides to_date/to_datetime, AS just makes them public."...Chris Griego2011-08-311-0/+22
* Revert all the stuff to do with disallowing non-public methods for Module#del...Jon Leighton2011-08-253-32/+2
* only backport the to_d method if it does not existAaron Patterson2011-08-241-2/+5
* properly escape html to avoid invalid utf8 causing XSS attacksAaron Patterson2011-08-161-1/+1
* Merge branch 'master' of github.com:lifo/docrailsXavier Noria2011-08-161-0/+2
|\
| * Document Hash#extract!.Sebastian Martinez2011-08-151-0/+2
| * Remove unnecessary require (happened after fcbde454f6)Dmitriy Kiriyenko2011-08-131-2/+0
| * remove_possible_method: test if method existsBrad Ediger2011-08-131-2/+7
| * Reset @dirty to false when slicing an instance of SafeBufferBrian Cardarella2011-08-131-0/+6
* | prefer ends_with? over slicingXavier Noria2011-08-161-1/+2
* | Added Array#prepend as an alias for Array#unshift and Array#append as an alia...David Heinemeier Hansson2011-08-152-0/+8
* | Document Object#public_sendJon Leighton2011-08-151-1/+1
* | Add a test for delegating a method ending in '=' as this is a special case.Jon Leighton2011-08-151-0/+1
* | Need to include public_sendArun Agrawal2011-08-151-0/+1
* | Split up the definitions in Module#delegate depending on :allow_nil, and don'...Jon Leighton2011-08-151-17/+22
* | Fix the line number in the backtrace when Module#delegate raisesJon Leighton2011-08-151-1/+1
* | Just do the method call directly in Module#delegate, if we can (we cannot for...Jon Leighton2011-08-151-1/+4
* | Backport Object#public_send to 1.8 so that we can implement Module#delegate s...Jon Leighton2011-08-152-0/+26
* | backporting IO#binread for 1.8 usersAaron Patterson2011-08-081-0/+15
* | Refactored to more closely resemble idiom applied for on_nilEvan Light2011-08-051-5/+11
* | Fix AR test suite error under Rubinius 2.0Guillermo Iguaran2011-08-051-0/+1
* | Remove unnecessary require (happened after fcbde454f6)Dmitriy Kiriyenko2011-08-011-2/+0
* | remove_possible_method: test if method existsBrad Ediger2011-07-311-2/+7
* | Reset @dirty to false when slicing an instance of SafeBufferBrian Cardarella2011-07-291-0/+6
|/
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-07-241-1/+1
|\