quattro_4 scribble

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

Ruby5 #634

Ruby5 - Episode #634 - April 26th, 2016

  • Thredded
    • Rails 4.2+ forum/message board engine
  • The Road to Sinatra 2.0
    • Sinatra 2.0.0 will target Ruby 2.2+ and Rack 2.0+
    • We will bundle rack-protection and sinatra-contrib gems into one repo
    • The mustermann gem will replace Sinatra's existing router
  • How I Hunted the Most Odd Ruby Bug
    • Honeybadger
    • skips the sleep phase if the thread is aborting which is the state it has after being killed with Thread.kill
  • Build a JSON API With Rails
    • jsonapi-resources
    • class ContactResource < JSONAPI::Resource
    • $ rails generate jsonapi:resource contact