Hi i am new to ruby on rails I am from java platform
I want to deploy a rails application on thin server.
Que : what is the deployable output for rails app ? How to create a deployable in rails like [war in java]
Ruby does not have packed executable files. A ruby app consists of many *.rb files that are compiled by the ruby vm/interpreter at runtime. The easiest deployment is to just copy the project as is to the server. There are however some deployment gems, that make your life easier. Take a look at capistrano or vlad. Here is a simple tutorial for capistrano: http://guides.beanstalkapp.com/deployments/deploy-with-capistrano.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With