HI Ashley I've found this note on Heroku: "Heroku does not specify any groups during bundle installation, so all gems from all groups will be bundled with your application." http://docs.heroku.com/bundler
And the RUBY_PLATFORM really worked? regards, Fritzek On 8 Apr., 17:48, Ashley Moran <[email protected]> wrote: > On Apr 08, 2010, at 4:14 pm, Mooktakim Ahmed wrote: > > > if defined? Heroku > > gem 'blah' > > end > > Thanks for the suggestion - it doesn't appear to work in my Gemfile though. > I've had to resort to > > gem "autotest-fsevent" if RUBY_PLATFORM =~ /darwin/ > > To install it only on my workstation. > > Cheers > Ashley > > --http://www.patchspace.co.uk/http://www.linkedin.com/in/ashleymoran -- 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.
