Ruby on Rails 0.13.1?
Posted by: jchoe
Posted on: 2005-07-16 02:20:00
In the announcements, it said that ruby on Rails has been upgraded to 0.13.1. But when I do 'gem list' it says the version of rails is still 0.12.0. Is it really upgraded?
Posted by: jchoe
Posted on: 2005-07-16 02:20:00
In the announcements, it said that ruby on Rails has been upgraded to 0.13.1. But when I do 'gem list' it says the version of rails is still 0.12.0. Is it really upgraded?
Posted by: kchrist
Posted on: 2005-07-16 07:04:00
Your specific server probably hasn't been updated yet. They have begun the process though:
$ hostname
gap
$ gem list rails
*** LOCAL GEMS ***
rails (0.13.1)
Web-application framework with template engine, control-flow layer,
and ORM.
--
If you want useful replies, ask smart questions.