Rails has made many changes from 1.1.6 to 1.2. Update your working copy to the latest version by going to your command prompt and entering:
gem install rails --source http://gems.rubyonrails.org -y
Ensure that you are connected to the net and then your working copy would get updated. You should see something like this on your command prompt:
Bulk updating Gem source index for: http://gems.rubyonrails.org Successfully installed rails-1.2.0 Successfully installed activesupport-1.4.0 Successfully installed activerecord-1.15.0 Successfully installed actionpack-1.13.0 Successfully installed actionmailer-1.3.0 Successfully installed actionwebservice-1.2.0 Installing ri documentation for activesupport-1.4.0... Installing ri documentation for activerecord-1.15.0... Installing ri documentation for actionpack-1.13.0... Installing ri documentation for actionmailer-1.3.0... Installing ri documentation for actionwebservice-1.2.0... Installing RDoc documentation for activesupport-1.4.0... Installing RDoc documentation for activerecord-1.15.0... Installing RDoc documentation for actionpack-1.13.0... Installing RDoc documentation for actionmailer-1.3.0... Installing RDoc documentation for actionwebservice-1.2.0...Posted by Satish Talim




{ 0 comments… add one now }