Anyone had success at this? Even if I manually download the 1.1 gem file, the "gem install rails" command gives me "ERROR: Error installing gem rails[.gem]: rails requires activesupport = 1.3.0" -- Posted via http://www.ruby-forum.com/.
John, To update an Instant Rails app to 1.1 - select your app in ''manage rails apps'' and then click ''Create New Rails App (open console window)'' button. This launches the console and sets the paths to point to instant rails version of ruby, rake etc. - update rake to version 7: gem update rake - update rails to 1.1: rake rails:free:edge REVISION=4091 Hammed On 3/29/06, John Lester <johnlester@gmail.com> wrote:> > Anyone had success at this? Even if I manually download the 1.1 gem > file, the "gem install rails" command gives me "ERROR: Error installing > gem rails[.gem]: rails requires activesupport = 1.3.0" > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- ----- Fight back spam! Download the Blue Frog. http://www.bluesecurity.com/register/s?user=c2FobWVkMTQ%3D -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060329/1783329f/attachment.html
I successfully did this yesterday, too. I also had to update some other gems I am using and I also used the "--include-dependencies" (if I remember the option correctly...) for "gem update", so I didn''t have to answer lots of prompts. dean On 3/29/06, Hammed Malik <hammed@gmail.com> wrote:> John, > > To update an Instant Rails app to 1.1 > > select your app in ''manage rails apps'' and then click ''Create New Rails App > (open console window)'' button. This launches the console and sets the paths > to point to instant rails version of ruby, rake etc. > update rake to version 7: gem update rake > update rails to 1.1: rake rails:free:edge REVISION=4091 > Hammed > > > > On 3/29/06, John Lester <johnlester@gmail.com> wrote: > > Anyone had success at this? Even if I manually download the 1.1 gem > > file, the "gem install rails" command gives me "ERROR: Error installing > > gem rails[.gem]: rails requires activesupport = 1.3.0" > > > > -- > > Posted via http://www.ruby-forum.com/. > > _______________________________________________ > > Rails mailing list > > Rails@lists.rubyonrails.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > -- > > ----- > Fight back spam! Download the Blue Frog. > http://www.bluesecurity.com/register/s?user=c2FobWVkMTQ%3D > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >-- Dean Wampler http://www.aspectprogramming.com http://www.newaspects.com http://www.contract4j.org
On 3/29/06, Dean Wampler <deanwampler@gmail.com> wrote:> I successfully did this yesterday, too. I also had to update some > other gems I am using and I also used the "--include-dependencies" (if > I remember the option correctly...) for "gem update", so I didn''t have > to answer lots of prompts. > > dean > > On 3/29/06, Hammed Malik <hammed@gmail.com> wrote: > > John, > > > > To update an Instant Rails app to 1.1 > > > > select your app in ''manage rails apps'' and then click ''Create New Rails App > > (open console window)'' button. This launches the console and sets the paths > > to point to instant rails version of ruby, rake etc. > > update rake to version 7: gem update rake > > update rails to 1.1: rake rails:free:edge REVISION=4091 > > HammedAlso, be aware the Typo will not run under Rails 1.1. Sometime in the next week or so we will be releasing Instant Rails 1.1 which will include Rails 1.1. Curt