Report this

What is the reason for this report?

How to change the default page in Ruby on rails application?

Posted on February 26, 2014

I’m using the DigitalOcean Rails pre-configured image After uploading the files (app, db etc. Replaced the files in default rails with the ones from my application) to ‘Rails’ Application folder to the server using Filezilla, I am still getting the same default home page even after making the changes as suggested in earlier questions.

As my application is in rails folder, everything should work as there is no need to change the configuration.

Thanks



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi! <br> <br>Did you follow the tutorial here: <br> <br>https://www.digitalocean.com/community/articles/how-to-1-click-install-ruby-on-rails-on-ubuntu-12-10-with-digitalocean <br> <br>With the one click image, Unicorn is used to serve Ruby on Rails applications and looks for files in /home/rails. If you install new gems or change configuration, be sure to restart Unicorn: <br> <br>service unicorn restart

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.