aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/string/access.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove tough to grasp -1 + 1 = 0 from String#toKasper Timm Hansen2019-07-261-2/+2
* Avoid extra allocation in String#from and #toJonathan Hefner2019-05-051-2/+3
* Add deprecation warning when String#first and String#last receive negative in...Gannon McGibbon2018-09-281-0/+8
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Add missing `+` around a some literals.bogdanvlviv2016-10-271-2/+2
* code gardening: removes redundant selfsXavier Noria2016-08-081-2/+2
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-2/+2
* Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-181-1/+1
* Fix inconsistent behavior from String#first/#lastErnie Miller2014-04-181-4/+4
* Revert "Speedup String#to"Yves Senn2014-01-081-1/+1
* Change syntax format for example returned valuesPrem Sichanugrist2013-11-111-30/+30
* Speedup String#toAkira Matsuda2013-07-101-1/+1
* remove unnecessary requireSergey Nartimov2012-05-281-2/+0
* Revert "Merge pull request #6354 from lest/patch-1"Carlos Galdino + Rafael Mendonça França2012-05-161-0/+2
* remove unnecessary requireSergey Nartimov2012-05-161-2/+0
* fix String#last exampleFrancesco Rodriguez2012-05-111-1/+1
* fix String#last exampleFrancesco Rodriguez2012-05-111-1/+1
* added docs to String#lastFrancesco Rodriguez2012-05-111-0/+10
* improve String#first docsFrancesco Rodriguez2012-05-111-4/+3
* fix typo in String#firstFrancesco Rodriguez2012-05-111-1/+1
* added docs to String#firstFrancesco Rodriguez2012-05-111-0/+11
* added docs to String#fromFrancesco Rodriguez2012-05-111-0/+13
* improve String#to docsFrancesco Rodriguez2012-05-111-2/+2
* added docs to String#toFrancesco Rodriguez2012-05-111-0/+13
* added docs to String#atFrancesco Rodriguez2012-05-111-0/+25
* AS core_ext refactoring pt.2Alexey Gaziev2012-04-291-1/+1
* remove checks for encodings availabilitySergey Nartimov2011-12-251-88/+24
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-7/+7
* Merge remote branch 'mainstream/master'Pratik Naik2009-11-171-0/+2
|\
| * Break up inflector to reduce the dependency burden on dependency-les methods ...Yehuda Katz2009-11-071-0/+2
* | details how a corner case behaves in different Ruby versionsXavier Noria2009-09-221-2/+2
|/
* Convert string extension modules to class reopensJeremy Kemper2009-04-221-95/+86
* Clearer String#first and #last edge cases. Fix that 'foo'.first(0) == 'foo' i...Jeremy Kemper2009-04-201-2/+14
* Clearer String#first and #last edge cases. Fix that foo.first(0) == instead ...Jeremy Kemper2009-04-171-3/+15
* Change all calls to String#chars to String#mb_chars.Manfred Stienstra2008-09-211-5/+5
* Feature check :force_encoding instead of RUBY_VERSIONJeremy Kemper2008-04-191-1/+1
* Ruby 1.9 compat: special-case String access methods to not depend on #charsJeremy Kemper2008-01-031-48/+72
* make sure the String::Access methods return strings, and not multibyte Char i...Jamis Buck2006-10-131-5/+5
* Make core_ext/string/access.rb multibyte safe. Closes #6388 [Manfred Stienstra]Michael Koziarski2006-10-121-5/+5
* A more aesthetically pleasing implementation and changelog entryScott Barron2006-02-081-3/+2
* Make String#last behave more like Array#last, i.e.Scott Barron2006-02-081-0/+1
* Added String#at, String#from, String#to, String#first, String#last in ActiveS...David Heinemeier Hansson2005-09-031-0/+58