Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@karmi
Created September 21, 2010 16:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karmi/590027 to your computer and use it in GitHub Desktop.
Save karmi/590027 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'active_support/inflector'
gem "activesupport", "~> 3.0.0"
"Comment ça va?".parameterize
# =>
# NameError: uninitialized constant ActiveSupport::Inflector::I18n
#
# method transliterate in transliterate.rb at line 61
# method parameterize in transliterate.rb at line 83
# method parameterize in inflections.rb at line 117
# at top level in untitled at line 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment