Julian Richard Wigley
Julian Richard Wigley
In Chapter 6 - section Serialize Products. We use a generator like so: `rails generate serializer Product title price published` This automatically adds the attributes. However, in the text you...
There are no chapter headings in the book. It makes it difficult to find where you are in the book. I'm using EPUB but checking PDF it looks missing as...
I've got a working example now. There are quite a few things that needed tweaking, and I've detailed it in the PR. I've also made the select as simple as...
## sudo gem install” considered harmful Update 2010/10/02: see here for a real-life example. If you habitually type sudo gem install on your development box, you are potentially exposing yourself...
I'm going through the book again... :-} In listing 88 you're testing for a sort order but in listing 89 it's a WHERE clause without any ordering. SQL makes no...
https://github.com/calebhearth/formulaic/issues/77 - Basically from this sample but changing the Rubyies https://github.com/ruby/setup-ruby#matrix-of-ruby-versions - Matrix over ubuntu-latest and macos-latest ruby version
### Motivation / Background [`form_for` has been soft-deprecated in favour of `form_with`.](https://guides.rubyonrails.org/form_helpers.html#using-form-tag-and-form-for) However, the documentation outside of the Rails Guide does not show this change and in the case of...