Menu

Close
  • Home
  • About
  • 7 Days of Ruby
  • Rails in 7 Days
  • Books
Subscribe
Blog Logo Menu

7-days-of-rails

A 9-post collection

Page 1 of 2 Older Posts »

What’s next

We covered a lot of stuff. We set up the computer for local development. We created a web application and deployed it to a server. Great... »

Author image Alex Tamoykin on 7-days-of-rails 14 Mar 2014

Day 7: Deployment

What is deployment? Deployment makes our application available for use. For a web application it means putting it on the Internet in most cases. This is... »

Author image Alex Tamoykin on 7-days-of-rails 12 Mar 2014

Day 6: Task Views – Show a completed task

Showing a completed task Let’s add our status to show view. In order to do it, we need to add a new paragraph tag. If a... »

Author image Alex Tamoykin on 7-days-of-rails 12 Mar 2014

Day 5: Task Views – Adding the ability to complete a task

Task Views Yes, there are many task views. One for each controller action. This is what edit view looks like. Views are simply HTML templates with... »

Author image Alex Tamoykin on 7-days-of-rails 11 Mar 2014

Day 4: Models, Controllers and Routing

Task model Rails has a particular file structure. Models are located under app/models folder. Controllers are under app/controllers. Views are under app/views. We need to edit... »

Author image Alex Tamoykin on 7-days-of-rails 11 Mar 2014
Page 1 of 2 Older Posts »
Alex Tamoykin © 2020
Proudly published with Jekyll using Jasper