Toggle navigation
×
Close menu
Customer stories
Pricing
Log in
ARCHIVED
Archived:
This project has been archived. Cards can no longer be completed.
Clone
Ruby on Rails To-do List
January 05, 2016 - January 10, 2016
The Ruby on Rails framework provides powerful options when creating and working with forms. In this course, I'll learn how to style forms in Rails, create custom form builders, and use those form builders in my application.
What will I learn?
Ruby on Rails Forms
Form Builders
Styling Rails Forms
Where will I learn this?
https://teamtreehouse.com/library/ruby-on-rails-forms
Milestones + Cards
comment
image/svg+xml
Message board
Milestones + cards
To-do List Scaffold
Lets start with the scaffold
App walkthrough
Setting up Git, Rspec, and Capybara
Generate a scaffold
Writing my first tests
Validating Length
Creating Methods in Tests
Editing To-do Lists
Deleting To-do Lists
Adding Items to the To-do list
Relationships
Viewing Todo Items: Part 1
Viewing Todo Items: Part 2
Due on Mar 04
Adding Todo Items
Adding validations to Todo Items
Editing and Deleting Todo Items
Editing Todo Items
Deleting Todo Items
Marking Todo Items Complete
Viewing Todo Lists
Forms
Add Style Overrides
Markup for Settings and Sign Up Pages
Markup for new Todo Lists form
Fixing Tests
Creating a Form Builder