Designing URLs
Ruby on Rails includes powerful tools for customizing and routing URLs. We'll show you how to define which URL will point to which page in our app.
3 videos • 3 quizzes • 2 code challenges
-
Play
Preview
The Flash Message
6 minutes 57 seconds
-
ABC
Preview
Quiz: Flash Message Basics
8 questions
-
Play
Preview
Refactoring the Flash Code
4 minutes 55 seconds
-
ABC
Preview
Quiz: Writing Helpers for Flash Messages
8 questions
-
Play
Preview
Creating Custom Routes
15 minutes 5 seconds
-
ABC
Preview
Quiz: Rails Routing
8 questions
-
Code Challenge
Preview
Code Challenge: Routing
2 objectives
-
Code Challenge
Preview
Code Challenge: Route Helpers
1 objective
Extra Credit
Take a look at the resources documentation. Try updating the routes file so the statuses resources is served from /updates not /statuses . Configure it so the new action is available under /updates/create