RailsCasts Pro episodes are now free!

Learn more or hide this

Ryan Siddle's Profile

GitHub User: rsiddle

Site: http://roomcentral.co.uk

Comments by Ryan Siddle

Avatar

The performance gem has been moved outside of Rails 4. Did you remember to include these gems to include the benchmark functionality?

gem 'ruby-prof', group: :test
gem 'test-unit', group: :test

Avatar

Thank you for refactoring this code. The associated objects are especially useful rather than masking each attribute behind a method.

I was having the same thoughts as Travis!