Update to Rails 1.2

by Satish Talim on January 18, 2007 · 0 comments

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...

Technorati Tags: , ,

Posted by Satish Talim

Follow me on Twitter to communicate and stay connected

{ 0 comments… add one now }

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Previous post: Ruby declared TIOBE’s Programming Language of the Year 2006!

Next post: Best Ruby Guide