ruby on rails - Where to start with my web app? -
as learning exercise want create simple webapp - familiar html/css want delve more backend .
my learning objectives app relatively simple:
- create app using ruby (as i'm learning @ moment)
- learn how store data database
- how display stored data
- have app available online - thinking either sinatra or ror?
i've uploaded image of want app like , do. able make various input fields , buttons using html , style css don't know go there create database , link buttons etc.
i'm not after completed code, rather should research , into. appreciate , :)
looking @ desired app, , given it's learning purposes, i'd suggest pick sinatra + erb/haml + mysql/postgresql since it's lighter, extremely easy , quick learn. once comfortable it, you'll able move more complex framework ror.
some resources start off: http://www.sinatrarb.com/intro.html
http://testerstories.com/building-simple-web-apps-with-ruby-part-1/
http://matt.weppler.me/2013/07/19/lets-build-a-sinatra-app.html
if don't want complexity of database, away storing details in yaml file(s). hope gets started.
Comments
Post a Comment