Skip to content

avispatech/ruby-getting-started

 
 

Repository files navigation

Test AvispaTech Stage II

Esta es una aplicación de Rails sacada de ruby-getting-started.

Debes clonar esta aplicación y echarla a andar. Dentro están las instrucciones, son 3 partes. No debería tomarte más de 1.5 horas por ítem. Lee la documentación.

Mediremos aquí tu conocimiento de git, de ruby y de rails.

Te recomendamos que busques RVM.io

Hay una parte que requiere enviar un PDF

Running Locally

Make sure you have Ruby installed. Also, install the Heroku CLI (formerly known as the Heroku Toolbelt).

$ git clone git@github.com:heroku/ruby-getting-started.git
$ cd ruby-getting-started
$ bundle install
$ bundle exec rake db:create db:migrate
$ heroku local

Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku run rake db:migrate
$ heroku open

Documentation

For more information about using Ruby on Heroku, see these Dev Center articles:

About

Getting Started with Ruby on Heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 65.1%
  • HTML 32.6%
  • JavaScript 1.4%
  • Other 0.9%