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.
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.
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 N. [email protected]:
–
–
Md. Sadaf N. (@sadaf2605 https://twitter.com/sadaf2605)
www.sadafnoor.com
On Sunday, August 30, 2015 at 1:08:04 PM UTC+1, L. Johan N. wrote:
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.It shouldn’t be different to an application that doesn’t use a rails
engine. Is there a specific problem you have encountered?
Fred
You can place your engine into the vendor directory and then reference
it
in the Gemfile with the vendor path.
Am Sonntag, 30. August 2015 14:08:04 UTC+2 schrieb L. Johan N.:
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs