quattro_4 scribble

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

Ruby5 #619

Ruby5 - Episode #619 - February 19th, 2016

  • Faster DB Updates
    • Updating multiple items at a time update_all
    • Updating records based on stored IDs
  • Envforcer
    • environment variable requirements
    • .envforcer.yml
  • Remote Working
    • Spiralling Expenses
    • Libraries Are Your Best Friend
    • "Remote Work" Doesn't Have To Mean "Work From Home"
  • ActiveSupport 5
    • next_day, prev_day
    • next_week, prev_week
    • on_weekend?, on_weekday?
    • Time.days_in_year
    • Improvements in Enumerable
      • pluck
      • without
    • Array#second_to_last and Array#third_to_last
    • Integer#positive? and Integer#negative?
    • Array#inquiry