ruby-science
ruby-science copied to clipboard
The reference for writing fantastic Rails applications
This chapter centers around creating a simple parameter object `recipient` to hold on to `first_name`, `last_name` and `email` but doesn't actually show the implementation for this parameter object. I found...
The chapter on long parameters list doesn't mention Ruby 2 keyword arguments. While it doesn't solve the long list problem, unlike the mentioned alternative with hashes, Ruby will show the...
### To reproduce: - clone repo - `cd ruby-science/example_app` - `bundle && bundle exec rake db:migrate && bundle exec rails server` - navigate to main page, create account, sign in,...
At first I really liked all the inter-linking, but then I became confused as to how I should read the book. I think it's more of a reference, or maybe...
On the [Introduce Parameter Object](https://thoughtbot.com/ruby-science/introduce-parameter-object.html) solution page, the code snippet for `app/models/recipient.rb` is missing. link to page: https://thoughtbot.com/ruby-science/introduce-parameter-object.html
This PR was automatically generated to update the dynamic section in the README file. Whenever the README is updated, this workflow is triggered to dynamically render the snippet used in...