aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/bin
Commit message (Expand)AuthorAgeFilesLines
* Remove `AS::Multibyte`'s unicode tableFumiaki MATSUSHIMA2018-02-201-141/+0
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-092-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-022-2/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-012-0/+2
* Use `require_relative` instead of `require` with full pathbogdanvlviv2017-06-141-1/+1
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
* Update Unicode Version to 9.0.0Fumiaki MATSUSHIMA2017-01-281-1/+3
* update bin/test scripts to prevent double runs.Yves Senn2016-11-211-2/+0
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-5/+5
* fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-011-1/+1
* prefer __dir__ over __FILE__ in File.expand_pathXavier Noria2016-08-111-1/+3
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* modernizes hash syntax in activesupportXavier Noria2016-08-061-4/+4
* applies new string literal convention to the rest of the projectXavier Noria2016-08-061-15/+15
* deletes commented code introduced in f238d495Tony Ta2015-12-151-5/+0
* select the AR adapter through `bin/test`.Yves Senn2015-06-111-0/+1
* use our runner (`bin/test`) for framework components.Yves Senn2015-06-111-0/+3
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* Initializing Codepoint object with default valuesHitendra Singh2013-09-201-6/+0
* Update Unicode database to recently-released 6.1.Norman Clarke2012-02-031-0/+0
* Fix failing test case on masterPrem Sichanugrist2011-04-101-1/+1
* Using Object#in? and Object#either? in various placesPrem Sichanugrist2011-04-111-1/+1
* Active Support typos.R.T. Lechow2011-03-051-1/+1
* in regexps, the dot in a character class is not a metacharacterXavier Noria2010-10-151-1/+1
* remove executable permission from files that don't need it. [#4802 state:reso...rohit2010-06-201-0/+0
* Use multibyte proxy class on 1.9, refactor Unicode.Norman Clarke2010-05-211-101/+104
* Simplify ActiveSupport::Multibyte and make it run on Ruby 1.9.Manfred Stienstra2008-09-211-0/+147