Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove more dead code from AS. | José Valim | 2011-12-20 | 1 | -15/+5 |
| | |||||
* | Initial pass at removing dead 1.8.x code from Active Support. | José Valim | 2011-12-20 | 1 | -44/+10 |
| | | | | | | There are a bunch of other implicit branches that adds 1.8.x specific code that still needs to be removed. Pull requests for those cases are welcome. | ||||
* | Removing extra requires from the test. Already loaded in abstract_unit. | Arun Agrawal | 2011-07-31 | 1 | -1/+0 |
| | |||||
* | Ditto | Jeremy Kemper | 2009-11-09 | 1 | -0/+1 |
| | |||||
* | Silence warning for Encoding.default_external= | Jeremy Kemper | 2009-09-13 | 1 | -9/+5 |
| | |||||
* | Use Encoding.default_external, not _internal | Jeremy Kemper | 2009-09-13 | 1 | -8/+8 |
| | |||||
* | Add verify and clean methods to ActiveSupport::Multibyte. | Michael Koziarski | 2009-09-04 | 1 | -0/+141 |
When accepting character input from outside of your application you can't blindly trust that all strings are properly encoded. With these methods you can check incoming strings and clean them up if necessary. Signed-off-by: Michael Koziarski <michael@koziarski.com> Conflicts: activesupport/lib/active_support/multibyte.rb |