10

Considerations for Hosting Rails Applications versus PHP Applications

Congratulations for making it to this point. You’ve created a simple Rails application that uses controllers, views, and models. You used generators to prep for your development. You also set up the database with migrations. Lastly, you included a gem to help you out with authentication. And now, you’re happy to say, this application works on your machine. Now it’s time to share your application with the world (or maybe just a client), and herein lies an important difference between a PHP application and a Rails application: the hosting.

In this chapter, we are going to go through certain aspects of hosting that we must consider when releasing our Rails application. We’ll ...

Get From PHP to Ruby on Rails now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.