attractive, usable web applications


Richard's Blog - Design, coding and life in Japan

Richard

Ruby

Django vs Rails

 Yes it is another one of those comparison blog posts! I apologize but I had to write something about this.

Tags:

Ruby Hash is not ordered

Just to let you know, I had a hash like below in a test

options_hash = {"把手タイプ"=>"バー把手(E)", "扉カラー"=>"ナディマスカット(NM)", "シンクの位置"=>"左シンクタイプ", "ガス種"=>"プロパンガス(LPG)"}

Tags:

Awesome ruby tricks..

Found this link yesterday... Awesome
21 Ruby Tricks You Should Be Using In Your Own Code

Tags:

Little request for Ruby on Rails

One thing that drives me mad about rails since I am not using it everyday is forms.
Although I love it to pieces why do you need 2 types of form helper (one for forms wrapped around an object and one for not). Although after a little time you find yourself remembering which is which.
But Why?
Rails is supposed to save pain which it usually does, but I find form helpers in other frameworks far easier to use as I don't have to think about these different helpers. Lets hope they fix it in Rails 3.

Tags:

Recent Blog Posts

Syndicate content