quattro_4 scribble

scribble 落書き (調べた事をただ落書きする)

Ruby5 #610

Ruby5 - Episode #610 - January 8th, 2016

  • Passages
  • Useful RSpec Matchers
    • expect(assigns(:catalog_courses)).to all( be_a(Course) )
      • assigns(:catalog_courses).each do
    • expect(assigns(:courses)).to contain_exactly(a, b, c)
  • Ruby Gem APIs
    • Sucker Punch 2.0
      • need for background processing without a separate worker
  • Exception Monitoring
    • exception_notification gem for free
  • Refactoring Controllers
    • the process of refactoring code from bloated models into specialized workflow models