aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/base64.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix use of Deprecation without requiring active_support/deprecation in ↵Marten Veldthuis2012-01-311-0/+2
| | | | ActiveSupport::Concern in Base64
* fix typo [ci skip]Vijay Dev2012-01-301-1/+1
|
* The deprecated ActiveSupport::Base64.decode64 method should call ↵Jonathan Viney2012-01-231-1/+1
| | | | ::Base64.decode64 not ::Base64.encode64
* deprecate AS::Base64 methods without DeprecatedConstantProxySergey Nartimov2012-01-031-13/+18
|
* deprecate ActiveSupport::Base64Sergey Nartimov2012-01-031-26/+31
| | | | extend and define ::Base64 if needed
* Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵Santiago Pastorino2010-08-141-3/+3
| | | | 's/[ \t]*$//' -i {} \;)
* * Introduce ActiveSupport.core_ext Integer, %w(conversions time etc)Jeremy Kemper2009-03-211-0/+9
| | | | | | * Convert some extension modules to simply reopening the class * Remove deprecated Float time extensions * Fold Base64 extension into ActiveSupport::Base64 since stdlib Base64 is gone
* Merge docrailsPratik Naik2008-10-051-2/+13
|
* ActiveSupport::Base64.encode64s since Base64 is deprecatedJeremy Kemper2008-02-071-0/+5
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8817 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Missed commit. References #10554.Jeremy Kemper2007-12-181-0/+17
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8434 5ecf4fe2-1ee6-0310-87b1-e25e094e27de