aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/base64_ext_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* test base64 encode and decodeVijay Dev2012-01-231-0/+9
|
* deprecate ActiveSupport::Base64Sergey Nartimov2012-01-031-2/+4
| | | | extend and define ::Base64 if needed
* ActiveSupport::Base64.encode64s since Base64 is deprecatedJeremy Kemper2008-02-071-2/+2
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8817 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Added Base64.encode64s to encode values in base64 without the newlines. This ↵David Heinemeier Hansson2008-02-071-0/+8
makes the values immediately usable as URL parameters or memcache keys without further processing [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8816 5ecf4fe2-1ee6-0310-87b1-e25e094e27de