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

How Do I Really Use Rails

Amr Tamimi
October 09, 2013

How Do I Really Use Rails

Tel Aviv, Oct 9, 2013

Amr Tamimi

October 09, 2013
Tweet

More Decks by Amr Tamimi

Other Decks in Programming

Transcript

  1. Rails? Keep the good parts and move out the the

    heavy jobs ——————————— • ——————————— How do I really use Amr Tamimi • @amrnt RailsIsrael • Tel Aviv • October 09, 2013
  2. CONTROLLERS MODELS VIEWS CONCERNS LAYOUTS PRESENTERS PARTIALS MAILERS MIDDLEWARES RACK

    RAILTIE RAILS • • WORKERS ASSETS PIPELINE as we know it LIVE TEST
  3. and

  4. so

  5. API Client App JSON, XML, ... Controllers Database Presenters Assets

    Views Images, CSS, JS, ... Workers Layouts, partials, ... Let’s do some stuff in the background Models, logic, ... REST, Auth, ...
  6. API Client App RABL, jBuilder Rails - Workers ActiveRecord, DataMapper,

    ... Grape, Sinatra, E, ... Sidekiq, Resque, DelayedJob ...