> Iam not sure what is the problem? Is it because I moved the gems to the
> vendor folder? Generally how can we conver the gem as plugin?

If you are using the latest Rails 2.1.x then you want to look into gem 
dependencies. Rails 2.1 has support for managing and freezing gem 
dependencies. No need to roll your own solutions anymore.

Start by looking for the config.gem examples in your 
config/environments.rb file.

Example:
config.gem "aws-s3", :lib => "aws/s3"

Then to "unpack" the configured gem into the vendors folder use:

rake gems:unpack GEM=aws-s3

Also take a look at all the other gems options you have by running:

rake -T gems

Ayyanar Aswathaman wrote:

> Iam not sure what is the problem? Is it because I moved the gems to the
> vendor folder? Generally how can we conver the gem as plugin?

-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to