Hello,
I installed a gem to make a new function in system, the gem is: Vimeo.
(http://github.com/matthooks/vimeo)
I’m using bundler to install gem s and make them up to date.
When I run bundle check, it says that everything is OK.
When I run: gem install vimeo, it goes all fine too.
The problem is that when I run the console and type “Vimeo” it gives me
this:
NameError: uninitialized constant Vimeo
For the sake of information, I have many other gems installed and I can
run them in console. Example:
I have the Twitter gem installed and when I run “Twitter” in console, it
returns Twitter, as expected.
I am runnin Ruby on Rails on Ubuntui 10.04. Everything is up to date.
I can’t figure out why it doesn’t run.
If you guys need more details, please let me know!
Thanks in advance buddies!