quattro_4 scribble

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

Ruby5 #617

Ruby5 - Episode #617 - February 9th, 2016

  • Rails 5 Beta 2
    • all the new dependencies introduced in Beta 1 for ActionCable have been removed
  • Deploying ActionCable
    • GoRails 18 min video
    • sudo apt-get install redis-server
  • good_migrations
    • Disable models in migrations to prevent bad times
    • autoloading paths inside 'app/' while running any of the db:migrate Rake tasks will raise an error, explaining the dangers inherent
  • I am a puts debuggerer
    • PDD - puts driven development
    • puts "#" * 90
    • puts caller
  • CLI for the Current Weather of a City