Skip to content

Commit

Permalink
In AS, only inflector/methods is need in proxy_wrappers.rb, as well a…
Browse files Browse the repository at this point in the history
…s date, date_time, and time conversions.rb. This fixes an issue when requiring json and AS saying that i18n is also required.

Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
  • Loading branch information
joshk authored and spastorino committed Jan 12, 2011
1 parent 3f247cb commit c6d5414
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
@@ -1,5 +1,5 @@
require 'date'
require 'active_support/inflector'
require 'active_support/inflector/methods'
require 'active_support/core_ext/date/zones'

class Date
Expand Down
@@ -1,4 +1,4 @@
require 'active_support/inflector'
require 'active_support/inflector/methods'
require 'active_support/core_ext/time/conversions'
require 'active_support/core_ext/date_time/calculations'
require 'active_support/values/time_zone'
Expand Down
@@ -1,4 +1,4 @@
require 'active_support/inflector'
require 'active_support/inflector/methods'
require 'active_support/core_ext/time/publicize_conversion_methods'
require 'active_support/values/time_zone'

Expand Down
@@ -1,4 +1,4 @@
require 'active_support/inflector'
require 'active_support/inflector/methods'

module ActiveSupport
module Deprecation
Expand Down

0 comments on commit c6d5414

Please sign in to comment.