Hi Sean, this is Paul Pajo - I'm actually the teacher of Jay3 and he was able to deploy Spree over Heroku after we did some brainstorming (and with a lot of help from you!)
- you might need to do everything locally (if you have Rails 2.2 you have to downgrade to 2.1.0 to match Heroku, same with Spree where we had to use your version before you upgraded to Rails 2.1.2 on November 3 2008). - you then have to install the needed gems ONE by ONE - highline (version 1.4.0 since 1.5.0 is AFTER November 3), has_many_polymorphs, mini_magick, activemerchant and tlsmail on your local machine - then you import it via a tarball that's the "gist" of what I discussed with Jay3 but couldn't make it work at school because the firewall was blocking some of the ports. would love to see some Heroku love via some screencast - hard to install via "vendor/gems" - the hard way is to upload the files one by one by exploding the gem by renaming it to .zip - maybe you can do this via the heroku gem and do a git push/pull but there's something wrong with my ssh public key - I can push/pul to github but not to heroku yet (there's a heroku gem here http://github.com/adamwiggins/heroku-client/tree ) rgds, Paul. On Nov 19, 10:43 pm, Sean Schofield <[EMAIL PROTECTED]> wrote: > I figured I could unpack the gems. Its just weird that there are the > consoles that list the gems and claim they are installed. What is all > of that for if you need to install them anyways? Also strange that > there is no obvious documentation on the heroku site regarding what I > imagine is a very common question for Rails developers. > > Thanks for the info. I'll try the unpack approach. > > Sean --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
