急遽、勉強しなくちゃいけなくなった Ruby on Rails の個人的なまとめ。今回はモデルに関して。 http://railstutorial.jp/chapters/modeling-users?version=4.0#top
Ruby on Rails チュートリアル 6 章 ( 1 ) | モデル
Ruby on Rails チュートリアル 5 章 | アセットパイプライン
急遽、勉強しなくちゃいけなくなった Ruby on Rails の個人的なまとめ。今回はアセットパイプライン関係。 http://railstutorial.jp/chapters/filling-in-the-layout#top
Ruby on Rails チュートリアル 4 章 | Ruby
急遽、勉強しなくちゃいけなくなった Ruby on Rails の個人的なまとめ。今回は初めて触るRubyに関して。 http://railstutorial.jp/chapters/rails-flavored-ruby?version=4.0#top
Ruby on Rails チュートリアル 3 章 | テスト
急遽、勉強しなくちゃいけなくなった Ruby on Rails の個人的なまとめ。今回はテストと周り。 http://railstutorial.jp/chapters/static-pages?version=4.0#top
Change Dynamically Text and Color in iOS
I think we often encounter the situation we want to change the text color based on the length of the message in iOS programming. The famous example is twitter. When we type tweet and the tweet is over 140, the counter become red. like there :