Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Building Large Scale Ruby on Rails Applicatiions

Building Large Scale Ruby on Rails Applicatiions

My talk on Aprill 6th 2012 at Chennai.rb conference in System Insights, Chennai.

Avatar for Karthikeyan A K

Karthikeyan A K

April 06, 2013
Tweet

More Decks by Karthikeyan A K

Other Decks in Technology

Transcript

  1. rails new <app_name> • Tutorials just get you started •

    Apps grow • Scaling – Cost – Headhache – Stupids
  2. What App Has • Client Data • Business Logic •

    Security – Authentication • File store • Logging Stuff (for data-mining)
  3. JSON • Ruby's inbuilt support • Can be converted to

    hash → Native Objects • Can easily create API's out of it – It is a API