I believe so, as long as the Rakefile + your app loaded Bundler. On Fri, Aug 27, 2010 at 1:44 PM, Scott LaBounty <[email protected]> wrote:
> Hmm... I'm not using Rails. If I do make the switch to Bundler/Gems would > the gems be available via rake and the console? > > Scott > > > On Fri, Aug 27, 2010 at 1:37 PM, David Balatero <[email protected]>wrote: > >> Not necessarily. .gems is deprecated IIRC, and only tells Heroku what to >> install. >> >> Your Rails app has to define gems in config/environment.rb w/ config.gem >> directives. >> >> Alternatively, switch to Bundler + Gemfile, and manage gems in one place. >> >> On Fri, Aug 27, 2010 at 1:35 PM, Scott LaBounty <[email protected]>wrote: >> >>> Should the gems that are in my .gems file be available to me in the >>> Heroku console? Are they available from my rakefile? >>> >>> Thanks, >>> >>> -- >>> Scott >>> http://steamcode.blogspot.com/ >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Heroku" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]<heroku%[email protected]> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/heroku?hl=en. >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Heroku" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<heroku%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/heroku?hl=en. >> > > > > -- > Scott > http://steamcode.blogspot.com/ > > -- > You received this message because you are subscribed to the Google Groups > "Heroku" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<heroku%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/heroku?hl=en. > -- You received this message because you are subscribed to the Google Groups "Heroku" 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/heroku?hl=en.
