aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/string
Commit message (Expand)AuthorAgeFilesLines
* minor fixesVijay Dev2011-05-073-4/+3
* Add String#inquiry as a convenience method for turning a string into a String...David Heinemeier Hansson2011-04-181-0/+13
* s/ERb/ERB/gAkira Matsuda2011-04-031-1/+1
* Active Support typos.R.T. Lechow2011-03-052-2/+2
* Example descriptions and their examples were flipped. Fix.Ben Orenstein2011-03-051-3/+3
* Correct bad wording in description.Ben Orenstein2011-02-141-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
* applies API conventions to the RDoc of json_encodeXavier Noria2010-11-201-10/+12
* 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
|/
* let String#strip_heredoc handle blank lines even if they are not indentedXavier Noria2010-08-301-3/+5
* implements String#strip_heredocXavier Noria2010-08-291-0/+24
* adds missing require for #parameterizeXavier Noria2010-08-261-0/+2
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-142-13/+13
* Add another missing require in 'active_support/inflector/inflections'Carl Lerche2010-07-291-0/+1
* edit pass to apply API guideline wrt the use of "# =>" in example codeXavier Noria2010-07-301-5/+5
* Add a missing require in 'active_support/core_ext/string/inflections'Carl Lerche2010-07-291-0/+1
* Improve bang method defs, make slice! operate in-place. [#5028 state:resolved]Norman Clarke2010-07-081-1/+1
* Implemented getbyte as an aliased method and RDoc addedSantiago Pastorino2010-06-281-3/+2
* Makes more sense to ask about method_defined?Santiago Pastorino2010-06-281-1/+1
* Added getbyte as a core_ext to Ruby < 1.9Santiago Pastorino2010-06-271-0/+4
* Move constantize from conversions to inflections.Santiago Pastorino2010-06-262-11/+11
* ActiveSupport::Dependencies.constantize shortcut for caching named constant l...Jeremy Kemper2010-06-052-11/+11
* revises the documentation of String#truncate and the truncate helperXavier Noria2010-06-021-13/+9
* Extracted String#truncate from TextHelper#truncate [DHH]David Heinemeier Hansson2010-06-011-0/+33
* Unforce i18n from ASSantiago Pastorino2010-05-311-0/+1
* Use multibyte proxy class on 1.9, refactor Unicode.Norman Clarke2010-05-211-13/+17
* Revert "Moved encoding work in progress to a feature branch."wycats2010-05-171-0/+11
* Moved encoding work in progress to a feature branch.Jeremy Kemper2010-05-161-11/+0
* Initial work to improve the state of encodings for templateswycats2010-05-161-0/+11
* updates String#to_(date|date_time|time) to return nil for blank stringsDaniel Neighman2010-04-211-0/+3
* much complete rdoc for String#ordXavier Noria2010-04-191-3/+19
* revises the rdoc of String#ordXavier Noria2010-04-191-1/+5
* removes code written for Ruby < 1.8.7Xavier Noria2010-04-171-7/+0
* moves Object#singleton_class to Kernel#singleton_class to match Ruby also the...Xavier Noria2010-04-051-1/+1
* Require AS singleton_class code in AS output_safetysnusnu2010-03-171-1/+2
* Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM warning...wycats2010-03-172-4/+4
* to_str works hereJeremy Kemper2010-03-151-5/+1
* Be sure to pass through args to to_yamlJeremy Kemper2010-03-111-2/+2
* Write strings to fragment cache, not outputbuffersJeremy Kemper2010-03-111-1/+5
* OutputBuffer#to_yaml should return string yaml, not some custom class dumpJeremy Kemper2010-03-111-0/+4
* Make many parts of Rails lazy. In order to facilitate this,wycats2010-03-071-91/+1
* Inflection dependency, [#4067 status:resolved]Jason King2010-03-031-1/+3
* require publicize_conversion_method to ensure to_date and to_datetime became ...Santiago Pastorino2010-02-191-0/+1
* Fix doc typo and update fast_xs URL. Thanks to Dmitrii Golub.Jeremy Kemper2010-02-071-1/+1
* Making SafeBuffer << an alias for concat methodSantiago Pastorino2010-02-051-5/+2