Building Your First Rails Application: Views and Controllers(Part 2)

Welcome to the second part of our two-part tutorial. Last time, we installed Ruby on Rails, generated an application for shortening URLs and created the Model for it. Now we’re going to create the Controller for our application, write the View and see if we can get the application to work. You might want to … More Building Your First Rails Application: Views and Controllers(Part 2)