How can I install Publify on an existing rails app in the subdirectory /blog? I am running rails 3.2. Can anyone help? Or at least point me in the right direction? Thanks!
A similar question was asked, but never answered here.
Before following below steps you should know there will be two applications: your main application and publify application. So both should run on different ports.
In your views just write this script which will rediret you from your main application to publify running at localhost:3000 by link_to method.
Now you can use publify.