Posts Tagged ‘Ruby On Rails’

How to build a website with Locomotive CMS from scratch

A few weeks ago I’ve found Locomotive CMS, an open source CMS for Ruby on Rails written by the french guys from NoCoffee. The project is still in beta but after some nights spent on it seemed to me a good piece of code and I decided to use it to serve my portfolio site [...]

More »

Linux Day 2010 Arezzo

Oggi ho partecipato al Linux Day ad Arezzo con il talk “Sviluppo di applicazioni web con Ruby On Rails 3″. Distribuisco qui le slides proiettate durante il talk: download

More »

Utilizzare più versioni di Ruby con RVM

Con Ruby Version Manager è possibile avere più versioni (o addirittura patchlevel) di Ruby installate ed effettuare velocemente lo switch tra una e l’altra. Supponendo che abbiate già installato Rubygems, installare RVM è praticamente immediato: ~# gem install rvm ~# rvm-install A questo punto si può installare una qualsiasi versione di Ruby con: ~# rvm [...]

More »