This is a website that I am putting together for a buddy of mine for his pool service. Been trying to brush up some front end skills so here is my go at front end development. It uses twitter bootstrap with modified parallax fluid css.
Demo at diamond brite poolservice.
curl -L https://get.rvm.io | bash -s stable --ruby
Look at RVM for more details.
rvm gem install padrino
Look at Padrino for more documentaion on Padrino.
git clone git@github.com:lkkadiri/pad-db.git
cd pad-db/
======
bundle install
padrino rake ar:create
padrino rake ar:migrate
padrino rake seed
padrino start
Point your browser to
http://localhost:3000/
I'm Leela Krishna Kadiri.