Re: [Rails] Deploying Rails Engine to Heroku

2018-01-27 Thread fugee ohu
On Sunday, August 30, 2015 at 8:55:17 AM UTC-4, Sadaf Noor wrote: > > Are you facing any problem deploying your app with engine? I had blogit > engine in my rails app and there was nothing special about it. I just did > following and it worked: > > $ git push heroku master > $ heroku run bundle

Re: [Rails] Deploying Rails Engine to Heroku

2015-08-30 Thread Sadaf Noor
Are you facing any problem deploying your app with engine? I had blogit engine in my rails app and there was nothing special about it. I just did following and it worked: $ git push heroku master $ heroku run bundler install 2015-08-30 16:26 GMT+06:00 L. Johan Nissen : > Hi guys, > > I've got a

[Rails] Deploying Rails Engine to Heroku

2015-08-30 Thread L. Johan Nissen
Hi guys, I've got a Rails app that is dependent on a Rails Engine to function. I would like know how to deploy such an app to Heroku and especially if there's somebody who has made a tutorial. Thank you in advance. -- You received this message because you are subscribed to the Google Groups