quattro_4 scribble

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

Code School - videos (Storyboard for iOS)

Videos

  • Storyboard for iOS - Part 2 ★★★★

    • UITabBarController
      • Relationship segue - view controllers
      • change root view controller
    • UINavigationController
      • Action seque - push
      • prepareForSegue
    • viewWillAppear
    • Storyboard使う使わないに関わらず、ViewControllerの部品、関連、構成が理解できた
  • Storyboard for iOS - Part 3 ★★★

    • UITableViewController
      • Relationship segue - view controllers
    • dequeueReusableCellWithIdentifier
    • メガネを外している
  • Integration Testing with Capybara

    • paths.rb (Cucumber)
    • Intuitive DSL
    • rails 3.0時代で少し古い (ruby 1.9)
  • Feature Branches & Pull Requests

  • Knockout.js - Part 1 ★★

    • Installation
      • knockoutjs-rails
      • require knockout (js)
    • Dependency Tracking
      • ko.oveservable
      • ko.oveservableArray
      • ko.applyBindings
    • data-bind
      • text
      • click
      • visible
  • Knockout.js - Part 1 ★★

    • data-bind
      • foreach
      • attr "attr: {'class': className)"
      • checked
      • value
      • event - change
    • ko.computed

Knockout.jsはすごい良さそう。唯一の不安はあまり使っているという話を聞かないこと。

Code School screencastsがすぐ途中で止まって、1動画あたり4,5回リロードが必要だった

流し見した Jeremy Ashkenas - CoffeeScript for the Well-Rounded Rubyist