Table of Content
Ruby on Rails 101 – Chapter 7
In the chapter, we are going to take a look on the JSON output and also introducing the Behavior-driven development, BDD, approach.
- Introducing jbuilder
- Using jbuilder
- Extracting view code to helpers
- Partial json views
- Introducing behavior-driven development
- Installing cucumber for rails
- Writing our first feature
- Writing the user authentication component
- Writing the photo upload component
- What’s Next
What’s next? We’re going to take a look at “Introducing jbuilder”.