August 2015
Intermediate to advanced
576 pages
18h 13m
English
This chapter covers
This chapter will get you started on building a Ruby on Rails application from scratch using the techniques covered in the previous chapter, plus a couple of new ones. With the techniques you learned in chapter 2, you can write features describing the behavior of the specific actions in your application and then implement the code you need to get the features passing.
For the remainder of the book, this application will be the main focus. We’ll guide you through it ...