Browse Source

Explicitly require ActiveSupport 2.3.2.

Rails 3's ActiveSupport does not include Fixnum#ordinalize. Any system with this version of ActiveSupport installed will encounter a NoMethodError when running the 'generate' rake task.
unreleased_contents
Jerod Santo 15 years ago
committed by Brandon Mathis
parent
commit
80b276c21e
  1. 2
      source/_helpers.rb

2
source/_helpers.rb

@ -1,4 +1,4 @@
gem 'activesupport', ">= 2.3.2"
gem 'activesupport', "2.3.2"
require 'active_support'
require 'rubypants'

Loading…
Cancel
Save