RailsCasts Pro episodes are now free!

Learn more or hide this

Wolfgang Ihloff's Profile

GitHub User: wolfgangihloff

Site: http://wolfgang.ihloff.de

Comments by Wolfgang Ihloff

Avatar

Working with the code from github I learned:
* copy the folder best to a new path
* had to upgrade my rvm with iconv - http://beginrescueend.com/packages/iconv/
* run migrations
* realize there is no new for plans, thus open interactive console like this: rails console
* insert new plan p = Plan.new
* assign to p values, p.kisses =10 etc
* p.save!
* rails s

Avatar

Nice, I am satisfied, but yes I would like to see more on this topic, especially on error handlings like insufficient funds as well as tests and what is needed to be set in place in rails 3.2