David, Thanks, I'll take a look at using Bundler.
For those of you wondering, I'm still trying to get migrations to work from Sequel. I've grabbed a bit of code from sequel for migrations, put it into my rakefile, but it's still not working. It looks like the require 'sequel' doesn't happen (or at least that's my impression from doing the same thing in the heroku console). Scott On Fri, Aug 27, 2010 at 1:58 PM, David Balatero <[email protected]> wrote: > 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]<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]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
