quattro_4 scribble

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

Ruby5 #615

Ruby5 - Episode #615 - January 29th, 2016

  • Upgrading to Rails 5
    • Requiring that we use at least Ruby 2.2.2 or newer
    • The models inherit from ApplicationRecord (although not required)
    • The jobs inherit from ApplicationJob (although not required)
    • Using throw(:abort) instead of returning false for callback halting
    • devise, capybara
  • rails dev:cache
    • rails dev:cache
      • config.action_controller.perform_caching
  • Focusing on your side project
    • Guide to focusing on your side project
  • Isolating Complex Queries
    • Query Object design pattern