Como instalar o Ruby On Rails no Debian 8
por Pedro Resende em 06/02/2016 às 23:29:00
Hoje deixo-vos aqui um pequeno tutorial, de como instalar o ruby on rails no debian.
Para quem não sabe, o Ruby on Rails trata-se de uma framework "rails" da linguagem Ruby.
Podem pensar que este tutorial é uma tarefa fácil e que basta seguirem o que diz no site official, contudo não é bem assim.
Vamos então começar por instalar os pacotes necessários
apt-get install ruby sqlite3 libsqlite3-dev ruby-dev nodejs
Uma vez que já têm os pacotes para correr o ruby, vamos então criar um novo projecto
$ rails new blog
e para verificarmos se está tudo a funcionar basta correr
$ cd blog
$ bin/rails server
e acederem, através do browser, a http://localhost:3000.

Pedro Resende
With over two decades of experience as a Full Stack Developer, I have journeyed through diverse facets of software development. Commencing with the creation of compact institutional websites, I progressed to crafting portals for insurance brokers and contributed to substantial projects for renowned companies such as MS Amlin. My expertise expanded further by delving into product development for Advertiser Kwanko and collaborating with startups in their pivotal ramp-up stages. Notably, I've been involved in architecting extensive e-commerce solutions for global enterprises like Wayfair.
I currently serve as the Tech Lead at Emergn, contributing to the establishment and advancement of the Strategyzer client.