August 2015
Intermediate to advanced
576 pages
18h 13m
English
This chapter covers
Chapter 1 presented an extremely basic layout of a Rails application and an example of using the scaffold generator. One question remains, though: how do you make your Rails applications maintainable?
We won’t use the scaffold generator for the rest of the book because people tend to use it as a crutch, and it generates extraneous code. There’s a thread on the rubyonrails-core mailing list where people have discussed the scaffold generator’s downsides: http://mng.bz/g33u.
The answer is that you write automated tests for the ...
Read now
Unlock full access