Skip to content

Instantly share code, notes, and snippets.

@esad
Created September 5, 2010 21:18
Show Gist options
  • Save esad/566335 to your computer and use it in GitHub Desktop.
Save esad/566335 to your computer and use it in GitHub Desktop.
esad@gagarin:~/Projects/appscape/vapor(master)$ irb
irb(main):001:0> gem 'actionpack', '3.0.0'
=> true
irb(main):002:0> require 'action_view/helpers/date_helper'
NameError: uninitialized constant ActionView::Helpers::TagHelper::ERB
from /Library/Ruby/Gems/1.8/gems/actionpack-3.0.0/lib/action_view/helpers/tag_helper.rb:10
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:32:in `gem_original_require'
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:32:in `require'
from /Library/Ruby/Gems/1.8/gems/actionpack-3.0.0/lib/action_view/helpers/date_helper.rb:2
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:32:in `gem_original_require'
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:32:in `require'
from (irb):2
irb(main):003:0>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment