kambei at mac.com
2006-Apr-10 23:58 UTC
[Instantrails-users] Sorry, my previous post should have been titled: Does Instant Rails 1.2 really include RoR 1.1.1?
Thanks again for assistance and insights.
Curt Hibbs
2006-Apr-11 03:05 UTC
[Instantrails-users] Sorry, my previous post should have been titled: Does Instant Rails 1.2 really include RoR 1.1.1?
On 4/10/06, kambei at mac.com <kambei at mac.com> wrote:> > Thanks again for assistance and insights. >Use Instant Rails to open a Ruby Console Window and then type "gem list". This will tell you all of the RubyGems that are installed and what their version numbers are (including Rails). Curt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20060410/b5152225/attachment.htm
William (Bill) Froelich
2006-Apr-11 05:33 UTC
[Instantrails-users] Sorry, my previous post should have been titled: Does Instant Rails 1.2really include RoR 1.1.1?
For what it''s worth, it looks like my copy of 1.2 includes RoR 1.1.0 --Bill C:\InstantRails-1.2\rails_apps>gem list *** LOCAL GEMS *** ... rails (1.1.0) Web-application framework with template engine, control-flow layer, and ORM. ... ________________________________ From: instantrails-users-bounces at rubyforge.org [mailto:instantrails-users-bounces at rubyforge.org] On Behalf Of Curt Hibbs Sent: Monday, April 10, 2006 10:06 PM To: instantrails-users at rubyforge.org Subject: Re: [Instantrails-users] Sorry,my previous post should have been titled: Does Instant Rails 1.2really include RoR 1.1.1? On 4/10/06, kambei at mac.com <kambei at mac.com> wrote: Thanks again for assistance and insights. Use Instant Rails to open a Ruby Console Window and then type "gem list". This will tell you all of the RubyGems that are installed and what their version numbers are (including Rails). Curt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20060411/73541d91/attachment.htm
Curt Hibbs
2006-Apr-11 11:06 UTC
[Instantrails-users] Sorry, my previous post should have been titled: Does Instant Rails 1.2really include RoR 1.1.1?
I messed up somewhere. :-( You can do a "gem install rails" to get the lastest. Plus there''s been another point release of Rails anyway, so I guess ots time for IR 1.3 (later today). Curt On 4/11/06, William (Bill) Froelich <wfroelich at dbsnow.com> wrote:> > For what it''s worth, it looks like my copy of 1.2 includes RoR 1.1.0 > > --Bill > > C:\InstantRails-1.2\rails_apps>gem list > > *** LOCAL GEMS *** > ... > > rails (1.1.0) > Web-application framework with template engine, control-flow layer, > and ORM. > ... > > ------------------------------ > *From:* instantrails-users-bounces at rubyforge.org [mailto: > instantrails-users-bounces at rubyforge.org] *On Behalf Of *Curt Hibbs > *Sent:* Monday, April 10, 2006 10:06 PM > *To:* instantrails-users at rubyforge.org > *Subject:* Re: [Instantrails-users] Sorry,my previous post should have > been titled: Does Instant Rails 1.2really include RoR 1.1.1? > > > On 4/10/06, kambei at mac.com <kambei at mac.com> wrote: > > > > Thanks again for assistance and insights. > > > > Use Instant Rails to open a Ruby Console Window and then type "gem list". > This will tell you all of the RubyGems that are installed and what their > version numbers are (including Rails). > > Curt > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20060411/9b8db612/attachment.htm
Paul Russell
2006-Apr-11 15:34 UTC
[Instantrails-users] Sorry, my previous post should have been titled: Does Instant Rails 1.2really include RoR 1.1.1?
Would this explain why I''m getting segmentation faults in that take down the web server (both apache and webrick) in 1.2 but not in 1.1? If not I''ll be happy to provide more info. Paul On 4/11/06, Curt Hibbs <curt.hibbs at gmail.com> wrote:> > I messed up somewhere. :-( > > You can do a "gem install rails" to get the lastest. Plus there''s been > another point release of Rails anyway, so I guess ots time for IR 1.3(later today). > > Curt > > > On 4/11/06, William (Bill) Froelich <wfroelich at dbsnow.com> wrote: > > > > For what it''s worth, it looks like my copy of 1.2 includes RoR 1.1.0 > > > > --Bill > > > > C:\InstantRails-1.2\rails_apps>gem list > > > > *** LOCAL GEMS *** > > ... > > > > rails (1.1.0) > > Web-application framework with template engine, control-flow layer, > > and ORM. > > ... > > > > ------------------------------ > > *From:* instantrails-users-bounces at rubyforge.org [mailto: > > instantrails-users-bounces at rubyforge.org] *On Behalf Of *Curt Hibbs > > *Sent:* Monday, April 10, 2006 10:06 PM > > *To:* instantrails-users at rubyforge.org > > *Subject:* Re: [Instantrails-users] Sorry,my previous post should have > > been titled: Does Instant Rails 1.2really include RoR 1.1.1? > > > > > > On 4/10/06, kambei at mac.com < kambei at mac.com> wrote: > > > > > > Thanks again for assistance and insights. > > > > > > > Use Instant Rails to open a Ruby Console Window and then type "gem > > list". This will tell you all of the RubyGems that are installed and what > > their version numbers are (including Rails). > > > > Curt > > > > > > > > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20060411/28bf0026/attachment.htm