RSS Feed

‘Gems’ Category

  1. Sinatra has taken the stage

    November 29, 2012 by szabcsee

    Well guys if you feel the confusion and despair than welcome to the middle of the learning process. Don't worry the moment is just closer when you get it. But until than if you want to try something small, lightweight and easy yet powerful as a beast than I highly recommend you Sinatra. (more...)


  2. Develop for existing database in Ruby

    June 4, 2012 by szabcsee

    A short story and a problem, how you develop an application if it needs to use an already existing database structure? Rails generates models,controllers and does scaffolding with close to no effort but what if you have your on ideas about database structure? And without Rails you need something to make Ruby work on the web. Let's find answers. (more...)