Menu

Category

Archive

logo


Ruby on Rails チュートリアル 6 章 ( 1 ) | モデル

2013-11-17 23:56:00 +0900

急遽、勉強しなくちゃいけなくなった Ruby on Rails の個人的なまとめ。今回はモデルに関して。 http://railstutorial.jp/chapters/modeling-users?version=4.0#top

...More


Ruby on Rails チュートリアル 5 章 | アセットパイプライン

2013-11-17 18:44:00 +0900

急遽、勉強しなくちゃいけなくなった Ruby on Rails の個人的なまとめ。今回はアセットパイプライン関係。 http://railstutorial.jp/chapters/filling-in-the-layout#top

...More


Ruby on Rails チュートリアル 4 章 | Ruby

2013-11-15 22:21:00 +0900

急遽、勉強しなくちゃいけなくなった Ruby on Rails の個人的なまとめ。今回は初めて触るRubyに関して。 http://railstutorial.jp/chapters/rails-flavored-ruby?version=4.0#top

...More


Ruby on Rails チュートリアル 3 章 | テスト

2013-11-15 20:15:00 +0900

急遽、勉強しなくちゃいけなくなった Ruby on Rails の個人的なまとめ。今回はテストと周り。 http://railstutorial.jp/chapters/static-pages?version=4.0#top

...More


Change Dynamically Text and Color in iOS

2013-09-23 02:11:00 +0900

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 :

...More