requiring gem acts_as_taggable rails
i'm perplexing tags operative rails concentration wish acts_as_taggable. firstly i followed instructions i found rails recipies (a giveaway illustration bit online) used acts_as_taggable plugin. however, i following found seems have gem acts_as_taggable some-more modernized (has options associated tags etc).
i've attempted follow instructions there exercise it, nonetheless i keep removing errors.
firstly i hallowed gem normal (gem exercise acts_as_taggable
) following i attempted several ways rails recognize bucket gem. require_gem
listed site didn't work (i assume an aged management removed) conjunction loyal require
(although worked bluecloth gem).
i've following attempted controlling config.gem 'acts_as_taggable'
nonetheless keeps explanation me i haven't got acts_as_taggable hallowed asks me run rake gems:install
. matter times i run still gives error!
the outcome gem query -l -n acts_as_taggable
lists acts_as_taggable an hallowed internal gem.
i've attempted controlling gem check
doesn't arrangement any problems.
the response i i try need console is:
missingsourcefile: such record bucket -- acts_as_taggable
c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `ge
m_original_require'
c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `re
quire'
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.1.1/lib/active_suppo
rt/dependencies.rb:510:in `require'
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.1.1/lib/active_suppo
rt/dependencies.rb:355:in `new_constants_in'
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.1.1/lib/active_suppo
rt/dependencies.rb:510:in `require'
(irb):1
it looks reason can't it. any ideas why?
Comments
Post a Comment