Backbone.js 公式サイト見ながら学んでる。 データがDOMにしかなかったりjQueryでデータ操作するのは辛いよね、的な話があって納得感がある。 Philosophically, Backbone is an attempt to discover the minimal set of data-structuring (models and collec…
Ruby on Rails codecademyのRail講座始めて65%ぐらいまで進めた。 基本的なコマンドから学んでる。 rails new bundle install rails generate model Message a model file in app/models/message.rb. The model represents a table in the database. a migra…
Ruby codecademy を100%まで達成した。 attr_accessor setter / getter 的な。 module You can think of modules as being very much like classes, only modules can't create instances and can't have subclasses. They're just used to store things! sc…