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

Sesion II - Taller RoR LCC

Sesion II - Taller RoR LCC

2nd session of the USACH's Computer Science degree workshop on RoR

More Decks by A. Felipe Cabargas Madrid

Other Decks in Programming

Transcript

  1. SOBRE MI @juanpintoduran cabargas.com gitlab.com/cabargas •Desarrollador de Software (2009*-) •Usuario

    de RoR (2010-) •Estudiante LCC (2015**-) *empece profesionalmente el 2009 - **tristemente, no empece academicamente el 2015
  2. TALLER ROR LCC ’17 - V1.0 REQUERIMIENTOS ▸ Rails >=

    5.0 ▸ Ruby >= 2.2 ▸ Git ▸ Cuenta en github.com / gitlab.com ▸ Ganas (?)
  3. bin/rails generate rails g bin/rails server rails s bin/rails console

    rails c bin/rake db:create db:migrate rails db:create db:migrate