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
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
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
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