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...