Browsing articles from "July, 2010"
Jul
15
2010

How to replace Prototype with jQuery in Rails

How to replace Prototype with jQuery as the default Javascript framework in Rails 3.

Jul
13
2010

Creating a Rails 3 app without the ‘rails’ command

This post will show you how to create a Rails 3 application without having the rails gem pre-installed, using only Bundler and the Gemfile

Jul
5
2010

Getting started with Rails 3 using RVM

Ruby on Rails

‘Getting started with Rails 3 using RVM’ shows how to install rails and use rvm to create an isolated gemset for the application with a .rvmrc file.