A shopping list app full of awesomeness!
Sat Feb 4 01:57:06 WET 2012
- Created an empty repository
- Used this official rhodes tutorial as a guide
- Generated project structure with --
rhogen app ShopLi
- Generated a model for items with --
rhodes model shop_item name,category
- Changed
rhoconfig.txt
withstart_path = '/app/ShopItem'
to start the app in the index action of the ShopItem controller