BTW Friends
-
Recent Posts
Recent Comments
- Hugo on Installing Rails 3 on Ubuntu 10.10
- Mike Alleva on 2011 New Year’s Resolutions
- Arno Esterhuizen on Dynamic Database Connection with CakePHP
- Alex on Disable Pidgin Notifications in Ubuntu 9.04
- Beyond the Wheel » The Sprint AIRAVE on How I Learned to Love the AIRAVE
Archives
Categories
Category Archives: Ruby on Rails
Rails and MySQL on Ubuntu 10.10
Learning Ruby on Rails with MySQL on a Ubuntu machine is quick and easy with sqlite3 – the default for a Rails project. On a production project though you will probably need a database with a little bit more muscle. … Continue reading
Posted in Linux, Ruby on Rails
Leave a comment
Installing Rails 3 on Ubuntu 10.10
Installing Ruby on Rails using Ubuntu’s native package manager certainly has its advantages — namely keeping the packages up to date for you — but currently, this will get you older versions of Ruby and Rails. Ruby 1.8.7 and Rails … Continue reading
Posted in Linux, Ruby on Rails
1 Comment