From whereis_chris at hotmail.com Sun Jun 3 03:19:37 2007 From: whereis_chris at hotmail.com (chris johnson) Date: Sun, 03 Jun 2007 00:19:37 -0700 Subject: [Instantrails-users] SSL with InstantRails - possible? -sorry if this is a double-post- Message-ID: Has anyone been able to get SSL with InstantRails working? Paypal requires a secure connection, and using my dev machine, I cannot connect due to lack of SSL in InstantRails. Any suggestions are appreciated! -Chris From bill.walton at charter.net Tue Jun 5 21:50:47 2007 From: bill.walton at charter.net (Bill Walton) Date: Tue, 5 Jun 2007 20:50:47 -0500 Subject: [Instantrails-users] Does Typo work? Message-ID: <000a01c7a7dd$1ae0ce60$6401a8c0@Presario> I started a new engagement last week and have already got my new CIO interested in Rails. He's downloaded Instant Rails and called me in this afternoon wanting to know what he'd done wrong when the Typo demo crashed on him. I haven't even tried Typo since taking a look at it over a year ago and just tried it myself. It crashed on me too. Has anybody verified that Typo works on IR 1.7? There's a real chance at getting Rails in use here but, inasmuch as this is packaged as a demo, this is hurting our credibility with him. Thanks, Bill -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20070605/c55a8d57/attachment-0001.html From seni at cc.nih.gov Mon Jun 11 10:26:29 2007 From: seni at cc.nih.gov (Sen, Ina (NIH/CC/DCRI) [E]) Date: Mon, 11 Jun 2007 10:26:29 -0400 Subject: [Instantrails-users] Fxruby problem in Instant Rails Message-ID: <89B943672EB3D743BFB5935B54C8D5B80FE12A@nihcesmlbx12.nih.gov> Hi, I am a newbie to everything about Ruby, but my project requires interactive graphics. I downloaded Instant Rails and am able to work in it but am hitting a wall when trying to run fxruby code. Do I need to install FOX packages or anything extra to make it to run? My output is coming something like this: C:\InstantRails>irb irb(main):001:0> require 'fox16' LoadError: no such file to load -- fox16 from (irb):1:in `require' from (irb):1 irb(main):002:0> Where or how can I check the FOX version (if any), as scouting through messages I understand that FOX and fxruby versions have to be of compatible form to run. Any help would be appreciated! -Ina -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20070611/ed459571/attachment.html From curt.hibbs at gmail.com Mon Jun 11 14:14:00 2007 From: curt.hibbs at gmail.com (Curt Hibbs) Date: Mon, 11 Jun 2007 13:14:00 -0500 Subject: [Instantrails-users] Fxruby problem in Instant Rails In-Reply-To: <89B943672EB3D743BFB5935B54C8D5B80FE12A@nihcesmlbx12.nih.gov> References: <89B943672EB3D743BFB5935B54C8D5B80FE12A@nihcesmlbx12.nih.gov> Message-ID: <31d15f490706111114t68edd069ked7e22e3f3b7c4dd@mail.gmail.com> FOX is included in FXRuby on Windows. Try asking your question of the FXRuby mailing list. Curt On 6/11/07, Sen, Ina (NIH/CC/DCRI) [E] wrote: > > Hi, > > I am a newbie to everything about Ruby, but my project requires > interactive graphics. I downloaded Instant Rails and am able to work in it > but am hitting a wall when trying to run fxruby code. Do I need to install > FOX packages or anything extra to make it to run? My output is coming > something like this: > > > > C:\InstantRails>irb > > irb(main):001:0> require 'fox16' > > LoadError: no such file to load -- fox16 > > from (irb):1:in `require' > > from (irb):1 > > irb(main):002:0> > > > > Where or how can I check the FOX version (if any), as scouting through > messages I understand that FOX and fxruby versions have to be of compatible > form to run. > > Any help would be appreciated! > > -Ina > > _______________________________________________ > 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/20070611/3830488d/attachment.html From yuri.mlists at gmail.com Sun Jun 17 15:19:24 2007 From: yuri.mlists at gmail.com (Yuri Klubakov) Date: Sun, 17 Jun 2007 15:19:24 -0400 Subject: [Instantrails-users] Does Typo work? Message-ID: <5a7001740706171219k2bf12113q985f590e6c881a0e@mail.gmail.com> I am faking a reply as I don't have an original message. > I started a new engagement last week and have already got my new CIO > interested in Rails. He's downloaded Instant Rails and called me in > this afternoon wanting to know what he'd done wrong when the Typo demo > crashed on him. I haven't even tried Typo since taking a look at it > over a year ago and just tried it myself. It crashed on me too. Has > anybody verified that Typo works on IR 1.7? There's a real chance at > getting Rails in use here but, inasmuch as this is packaged as a demo, > this is hurting our credibility with him. > > Thanks, > Bill I just came to this mailing list to report the same problem and I saw your email. This version compatibility issue can be easily fixed by changing line 89 of InstantRails\rails_apps\typo-2.6.0\app\models\article.rb. Delete 'Digest::', so that it starts with: self.guid = MD5.new... yura. From curt.hibbs at gmail.com Mon Jun 18 09:48:50 2007 From: curt.hibbs at gmail.com (Curt Hibbs) Date: Mon, 18 Jun 2007 08:48:50 -0500 Subject: [Instantrails-users] Does Typo work? In-Reply-To: <5a7001740706171219k2bf12113q985f590e6c881a0e@mail.gmail.com> References: <5a7001740706171219k2bf12113q985f590e6c881a0e@mail.gmail.com> Message-ID: <31d15f490706180648q2085e967qef255916ba89d457@mail.gmail.com> Can you add this to the FAQ page? http://instantrails.rubyforge.org/wiki/wiki.pl?FAQ Thanks, Curt On 6/17/07, Yuri Klubakov wrote: > > I am faking a reply as I don't have an original message. > > > I started a new engagement last week and have already got my new CIO > > interested in Rails. He's downloaded Instant Rails and called me in > > this afternoon wanting to know what he'd done wrong when the Typo demo > > crashed on him. I haven't even tried Typo since taking a look at it > > over a year ago and just tried it myself. It crashed on me too. Has > > anybody verified that Typo works on IR 1.7? There's a real chance at > > getting Rails in use here but, inasmuch as this is packaged as a demo, > > this is hurting our credibility with him. > > > > Thanks, > > Bill > > I just came to this mailing list to report the same problem and I saw > your email. This version compatibility issue can be easily fixed by > changing line 89 of InstantRails\rails_apps\typo- > 2.6.0\app\models\article.rb. > Delete 'Digest::', so that it starts with: > > self.guid = MD5.new... > > yura. > _______________________________________________ > 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/20070618/626da3bb/attachment.html From tarscher at gmail.com Tue Jun 19 04:02:27 2007 From: tarscher at gmail.com (=?ISO-8859-1?Q?Gecke_R=FCn?=) Date: Tue, 19 Jun 2007 10:02:27 +0200 Subject: [Instantrails-users] use virtual host with wildcard Message-ID: Hi all, I want to use a virtual host server on my local pc (Windows XP). Something like *.myserver.local . I can easily configure www.myserver.local but the wildcard *.myserver.local doesn't seem to work. I thus want to be able to go to test.myserver.local as random.myserver.local, hello.myserver.local (and so on) In my Windows HOSTS file: 127.0.0.1 localhost 127.0.0.1 *.clubman.local In my Apache conf file: ServerName www.clubman.local ServerAlias *.clubman.local ProxyPass / http://localhost:3002/ ProxyPassReverse / http://localhost:3002 Someone has an idea on how to solve this? Many thanks Stijn -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20070619/4cb0ea68/attachment.html From tanner.burson at gmail.com Tue Jun 19 09:17:30 2007 From: tanner.burson at gmail.com (Tanner Burson) Date: Tue, 19 Jun 2007 08:17:30 -0500 Subject: [Instantrails-users] use virtual host with wildcard In-Reply-To: References: Message-ID: On 6/19/07, Gecke R?n wrote: > > Hi all, > > I want to use a virtual host server on my local pc (Windows XP). Something > like *.myserver.local . I can easily configure www.myserver.local but the > wildcard *.myserver.local doesn't seem to work. I thus want to be able to go > to test.myserver.local as random.myserver.local, hello.myserver.local (and > so on) > > In my Windows HOSTS file: > 127.0.0.1 localhost > 127.0.0.1 *.clubman.local > > In my Apache conf file: > > ServerName www.clubman.local > ServerAlias *.clubman.local > ProxyPass / http://localhost:3002/ > ProxyPassReverse / http://localhost:3002 > > > Someone has an idea on how to solve this? I believe (I can't test this at the moment) that you'll need a host entry like 127.0.0.1 .clubman.local (notice the leading . ) Again, I can't swear to this, but I believe this has worked for me in the past. Many thanks > Stijn > > > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users > -- ===Tanner Burson=== tanner.burson at gmail.com http://www.tannerburson.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20070619/d763dcfa/attachment-0001.html From jim at biacreations.com Tue Jun 19 09:28:45 2007 From: jim at biacreations.com (Jim Geurts) Date: Tue, 19 Jun 2007 08:28:45 -0500 Subject: [Instantrails-users] use virtual host with wildcard In-Reply-To: References: Message-ID: <24bf11950706190628l50db90b9s394d67b2fb1ac030@mail.gmail.com> I'm about 95% sure that you'll need to setup a dns server to do wildcards. I don't think the hosts file supports wildcards. You can probably work around that by just entering in a few entries that you know you'll be testing/developing with. On 6/19/07, Gecke R?n wrote: > > Hi all, > > I want to use a virtual host server on my local pc (Windows XP). Something > like *.myserver.local . I can easily configure www.myserver.local but the > wildcard *.myserver.local doesn't seem to work. I thus want to be able to go > to test.myserver.local as random.myserver.local, hello.myserver.local (and > so on) > > In my Windows HOSTS file: > 127.0.0.1 localhost > 127.0.0.1 *.clubman.local > > In my Apache conf file: > > ServerName www.clubman.local > ServerAlias *.clubman.local > ProxyPass / http://localhost:3002/ > ProxyPassReverse / http://localhost:3002 > > > Someone has an idea on how to solve this? > > Many thanks > Stijn > > > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users > -- Jim Geurts CEO/Founder, Bia Creations http://biacreations.com Phone: 414.213.1903 Fax: 414.294.3702 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20070619/5311e8a2/attachment.html From swp at mho.com Mon Jun 18 22:15:00 2007 From: swp at mho.com (Scott Peterson) Date: Mon, 18 Jun 2007 20:15:00 -0600 Subject: [Instantrails-users] Setting up existing code in InstantRails Message-ID: <002001c7b217$a4b6bde0$0700a8c0@laptop> I hope I'm not using this wrong; I was looking for a forum or something where I could get some help getting started. I've downloaded InstantRails, can see and use the example applications just fine. A friend has built a Rails application we're both going to develop one. I've hooked into his repository and downloaded the code to my machine (win XP), and have a bunch of instructions on running rake db:migrate to create the database and other things. I'd like to get started, but can't figure out how to connect that code to InstantRails. I figure if I can get it started, I can start playing around on my box getting used to the syntax and whatnot. Thanks to anyone who has ideas. Scott -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20070618/e6222bec/attachment.html From curt.hibbs at gmail.com Tue Jun 19 15:14:20 2007 From: curt.hibbs at gmail.com (Curt Hibbs) Date: Tue, 19 Jun 2007 14:14:20 -0500 Subject: [Instantrails-users] Setting up existing code in InstantRails In-Reply-To: <002001c7b217$a4b6bde0$0700a8c0@laptop> References: <002001c7b217$a4b6bde0$0700a8c0@laptop> Message-ID: <31d15f490706191214l2e9358dbq9b1c9696c62fe6a7@mail.gmail.com> On 6/18/07, Scott Peterson wrote: > > I hope I'm not using this wrong; I was looking for a forum or something > where I could get some help getting started. > > I've downloaded InstantRails, can see and use the example applications > just fine. > > A friend has built a Rails application we're both going to develop one. > I've hooked into his repository and downloaded the code to my machine (win > XP), and have a bunch of instructions on running rake db:migrate to create > the database and other things. > > I'd like to get started, but can't figure out how to connect that code to > InstantRails. I figure if I can get it started, I can start playing around > on my box getting used to the syntax and whatnot. > > Thanks to anyone who has ideas. > > Scott > 1) Put your existing Rails application in the "rails_apps" subdirectory of Instant Rails, just as you see the the current sample apps "cookbook" and "typo". 2) Start up InstantRails.exe and use the menus to open a Ruby console window (this ensures that ruby\bin is on the system path for that console session and drops you into the "rails_apps" directory. 3) CD into the base directory for your Rails app. 4) You can now use the "rake" command to do things (like "rake db::migrate"). Curt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20070619/7998ffaf/attachment.html From tarscher at gmail.com Wed Jun 20 10:04:23 2007 From: tarscher at gmail.com (=?ISO-8859-1?Q?Gecke_R=FCn?=) Date: Wed, 20 Jun 2007 16:04:23 +0200 Subject: [Instantrails-users] use virtual host with wildcard In-Reply-To: <24bf11950706190628l50db90b9s394d67b2fb1ac030@mail.gmail.com> References: <24bf11950706190628l50db90b9s394d67b2fb1ac030@mail.gmail.com> Message-ID: I indeed got it confirmed by a microsoft newsgroup that I can't use wildcards. I indeed need a DNS. Stijn On 6/19/07, Jim Geurts wrote: > > I'm about 95% sure that you'll need to setup a dns server to do > wildcards. I don't think the hosts file supports wildcards. You can > probably work around that by just entering in a few entries that you know > you'll be testing/developing with. > > On 6/19/07, Gecke R?n wrote: > > > > Hi all, > > > > I want to use a virtual host server on my local pc (Windows XP). > > Something like *.myserver.local . I can easily configure > > www.myserver.local but the wildcard *.myserver.local doesn't seem to > > work. I thus want to be able to go to test.myserver.local as > > random.myserver.local, hello.myserver.local (and so on) > > > > In my Windows HOSTS file: > > 127.0.0.1 localhost > > 127.0.0.1 *.clubman.local > > > > In my Apache conf file: > > > > ServerName www.clubman.local > > ServerAlias *.clubman.local > > ProxyPass / http://localhost:3002/ > > ProxyPassReverse / http://localhost:3002 > > > > > > Someone has an idea on how to solve this? > > > > Many thanks > > Stijn > > > > > > _______________________________________________ > > Instantrails-users mailing list > > Instantrails-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instantrails-users > > > > > > -- > Jim Geurts > CEO/Founder, Bia Creations > http://biacreations.com > Phone: 414.213.1903 > Fax: 414.294.3702 > _______________________________________________ > 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/20070620/b940c157/attachment.html