Posts Tagged ‘development’

Setting up your first Rails application in Windows 7 and more

Posted in ruby on September 25th, 2010 by Aditya – 10 Comments

Most, if not all, Rails applications start through the same way: rails command. The command essentially creates a skeleton Rails application in a directory of your choice. To get started, make a directory for your Rails projects and then run the rails command to make the first application. read more »

Set Up SQLite3 for Ruby on Rails Development in Windows

Posted in ruby on September 24th, 2010 by Aditya – 4 Comments

The SQLite3 installation on Windows was really straight forward and easy although it may be documented rather obscurely. The main thing is to download the pre-compiled version of SQLite3 (at this moment 3.7.2) from the SQLite web site. read more »

Installing Ruby on Rails development environment from scratch in Windows 7

Posted in ruby on September 22nd, 2010 by Aditya – 4 Comments

In this tutorial, I will show you how I install RoR development environment in Windows 7. I will be using Ruby 1.9.2. , Pik 0.2.8 and Rails 3.0.0. While Pik’s usage might be not clearly explained in this post, its kinda useful. read more »