[Locomotive-users] Re: Requiring Gems
Ryan Raaum
ryan.raaum at gmail.com
Tue Aug 28 01:17:14 GMT 2007
Requiring rubygems is part of the rails startup - so you don't need to
do it yourself for anything that will be run in a rails app.
For non-rails ruby scripts, you will need to require rubygems yourself
to use gems.
-Ryan
On 8/27/07, Rick Shafer <ras_kcir at mac.com> wrote:
> It worked thanks. Am I right in presuming that within the rails app
> source code that the require rubygems is effectively already done
> automatically? Do I have require rubygems in every .rb file that
> uses gem installed code?
> _______________________________________________
> Locomotive-users mailing list
> Locomotive-users at lists.raaum.org
> http://lists.raaum.org/mailman/listinfo/locomotive-users
>
More information about the Locomotive-users
mailing list