rake db:seed | Don’t know how to b...
So I ran into a little issue today, I wasn’t able to get my rake db:seed task to work. This is the error I was getting; rake db:seed don't know how to build task The solution? Update rails to 2.3.5 How? gem update rails
Will_paginate with multiple models...
If you need to implement paging in your Ruby on Rails application, a quick and easy way is to use the fantastic “Will_Paginate” plugin (available here). However I came across a need to paginate multiple models on the same page, for example; a list of users and a list of groups. Luckily Google...
Installing Postgres gem on Windows...
So you’re trying to install the postgres gem for ruby on rails, but you’re getting the following message; Could not find PostgreSQL build environment (libraries & headers): Makefile not created This is most likely due to the fact that you’re not using the mswin32 gem for Ruby. Give...