This project is archived and is in readonly mode.

Changeset [a4e3aac40a7545285e4d1ccd78adfc41ca3d5f83] by Jeremy Kemper

March 21st, 2009 @ 11:35 AM

  • Introduce ActiveSupport.core_ext Integer, %w(conversions time etc)
  • 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 http://github.com/rails/rails/co...

Committed by Jeremy Kemper

  • M activesupport/lib/active_support/base64.rb
  • M activesupport/lib/active_support/core_ext.rb
  • M activesupport/lib/active_support/core_ext/array.rb
  • M activesupport/lib/active_support/core_ext/array/wrap.rb
  • M activesupport/lib/active_support/core_ext/array/wrapper.rb
  • M activesupport/lib/active_support/core_ext/base64.rb
  • M activesupport/lib/active_support/core_ext/base64/encoding.rb
  • M activesupport/lib/active_support/core_ext/big_decimal.rb
  • M activesupport/lib/active_support/core_ext/big_decimal/conversions.rb
  • M activesupport/lib/active_support/core_ext/bigdecimal.rb
  • M activesupport/lib/active_support/core_ext/bigdecimal/conversions.rb
  • M activesupport/lib/active_support/core_ext/cgi.rb
  • M activesupport/lib/active_support/core_ext/cgi/escape_skipping_slashes.rb
  • M activesupport/lib/active_support/core_ext/date.rb
  • M activesupport/lib/active_support/core_ext/date_time.rb
  • M activesupport/lib/active_support/core_ext/exception.rb
  • M activesupport/lib/active_support/core_ext/file.rb
  • M activesupport/lib/active_support/core_ext/file/atomic.rb
  • M activesupport/lib/active_support/core_ext/float.rb
  • M activesupport/lib/active_support/core_ext/float/rounding.rb
  • M activesupport/lib/active_support/core_ext/float/time.rb
  • M activesupport/lib/active_support/core_ext/hash.rb
  • M activesupport/lib/active_support/core_ext/integer.rb
  • M activesupport/lib/active_support/core_ext/numeric.rb
  • M activesupport/lib/active_support/core_ext/pathname.rb
  • M activesupport/lib/active_support/core_ext/pathname/clean_within.rb
  • M activesupport/lib/active_support/core_ext/process/daemon.rb
  • M activesupport/lib/active_support/core_ext/range.rb
  • M activesupport/lib/active_support/core_ext/rexml.rb
  • M activesupport/lib/active_support/core_ext/symbol.rb
  • M activesupport/lib/active_support/core_ext/time.rb
  • M activesupport/lib/active_support/core_ext/util.rb
  • M activesupport/test/core_ext/duration_test.rb
  • M activesupport/test/core_ext/float_ext_test.rb

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>