Sha256: 230f5dee1e01ce98bb1ff7b85cfa60e678bbe3632f0a2ab2080b68eacf8ec1c7

Contents?: true

Size: 546 Bytes

Versions: 164

Compression:

Stored size: 546 Bytes

Contents

module ActiveSupport #:nodoc:
  module CoreExtensions #:nodoc:
    module Base64 #:nodoc:
      module Encoding
        # Encodes the value as base64 without the newline breaks. This makes the base64 encoding readily usable as URL parameters 
        # or memcache keys without further processing.
        #
        #  ActiveSupport::Base64.encode64s("Original unencoded string") 
        #  # => "T3JpZ2luYWwgdW5lbmNvZGVkIHN0cmluZw=="
        def encode64s(value)
          encode64(value).gsub(/\n/, '')
        end
      end
    end
  end
end

Version data entries

164 entries across 131 versions & 20 rubygems

Version Path
p8-castronaut-0.6.1.1 vendor/activesupport/lib/active_support/core_ext/base64/encoding.rb
relevance-castronaut-0.6.0 vendor/activesupport/lib/active_support/core_ext/base64/encoding.rb
relevance-castronaut-0.6.1 vendor/activesupport/lib/active_support/core_ext/base64/encoding.rb
relevance-castronaut-0.7.4 vendor/activesupport/lib/active_support/core_ext/base64/encoding.rb
relevance-castronaut-0.7.5 vendor/activesupport/lib/active_support/core_ext/base64/encoding.rb
depengine-0.0.31 etc/isolate/ruby-1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/base64/encoding.rb
depengine-0.0.31 etc/isolate/jruby-1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/base64/encoding.rb
depengine-0.0.30 etc/isolate/ruby-1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/base64/encoding.rb
depengine-0.0.30 etc/isolate/jruby-1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/base64/encoding.rb
depengine-0.0.29 etc/isolate/jruby-1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/base64/encoding.rb
depengine-0.0.29 etc/isolate/ruby-1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/base64/encoding.rb
depengine-0.0.28 etc/isolate/jruby-1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/base64/encoding.rb
depengine-0.0.28 etc/isolate/ruby-1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/base64/encoding.rb
depengine-0.0.27 etc/isolate/jruby-1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/base64/encoding.rb
depengine-0.0.27 etc/isolate/ruby-1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/base64/encoding.rb
depengine-0.0.26 etc/isolate/jruby-1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/base64/encoding.rb
depengine-0.0.26 etc/isolate/ruby-1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/base64/encoding.rb
depengine-0.0.25 etc/isolate/ruby-1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/base64/encoding.rb
depengine-0.0.25 etc/isolate/jruby-1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/base64/encoding.rb
depengine-0.0.24 etc/isolate/jruby-1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/base64/encoding.rb