You can set the DATABASE_URL in your config variables on Heroku to point at your hyper table database hosted anywhere else in the world.
-- Richard Schneeman http://heroku.com @schneems Sent from the road On Wednesday, August 8, 2012 at 6:16 AM, Ravindra Kanchikare wrote: > I have built a rails3 application which uses hyper_table gem > http://code.google.com/p/hypertable/wiki/HyperRecord. This gem needs a entry > in database.yml as shown bellow > Host is currently hosted in rackspace. since heroku deployment over writes > our configuration we are not able to connect to rackspace from heroku > application. > And We use pdfkit for pdf generation it needs wkhtmltopdf to be in path (ex: > /usr/local/bin/wkhtmltopdf). How can we come over these problems > Hypertable configuration: > hypertable: > adapter: hypertable > host: xx.xx.xxx.xx > port: 38080 > > -- > You received this message because you are subscribed to the Google > Groups "Heroku" group. > > 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_US?hl=en -- You received this message because you are subscribed to the Google Groups "Heroku" group. 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_US?hl=en
