Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix use of Deprecation without requiring active_support/deprecation in ↵ | Marten Veldthuis | 2012-01-31 | 1 | -0/+2 |
| | | | | ActiveSupport::Concern in Base64 | ||||
* | fix typo [ci skip] | Vijay Dev | 2012-01-30 | 1 | -1/+1 |
| | |||||
* | The deprecated ActiveSupport::Base64.decode64 method should call ↵ | Jonathan Viney | 2012-01-23 | 1 | -1/+1 |
| | | | | ::Base64.decode64 not ::Base64.encode64 | ||||
* | deprecate AS::Base64 methods without DeprecatedConstantProxy | Sergey Nartimov | 2012-01-03 | 1 | -13/+18 |
| | |||||
* | deprecate ActiveSupport::Base64 | Sergey Nartimov | 2012-01-03 | 1 | -26/+31 |
| | | | | extend and define ::Base64 if needed | ||||
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵ | Santiago Pastorino | 2010-08-14 | 1 | -3/+3 |
| | | | | 's/[ \t]*$//' -i {} \;) | ||||
* | * Introduce ActiveSupport.core_ext Integer, %w(conversions time etc) | Jeremy Kemper | 2009-03-21 | 1 | -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 docrails | Pratik Naik | 2008-10-05 | 1 | -2/+13 |
| | |||||
* | ActiveSupport::Base64.encode64s since Base64 is deprecated | Jeremy Kemper | 2008-02-07 | 1 | -0/+5 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8817 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Missed commit. References #10554. | Jeremy Kemper | 2007-12-18 | 1 | -0/+17 |
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8434 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |