From bill.walton at charter.net Fri Feb 3 17:02:10 2006 From: bill.walton at charter.net (Bill Walton) Date: Fri, 3 Feb 2006 16:02:10 -0600 Subject: [Instantrails-users] [ANN] Rolling with Ruby on *Instant* Rails - "New" Tutorial Message-ID: <008601c6290d$7badf6f0$6501a8c0@dp2000> Greetings! The original version of this tutorial was written by Curt Hibbs and published on ONLamp.com. It served as my introduction to both Ruby and Rails. Unfortunately, I experienced some frustration working through it. This was due first to the fact that I was using Instant Rails, not Rails, and second, to the fact that Rails itself has grown since Curt wrote the article. Despite my frustration, the payoff was huge. Ruby on [Instant]Rails ROCKS!!! In an effort to help "fuel the fire" I decided, with his blessing, to update Curt's article to make it 100% keystroke-for-keystroke, window-for-window accurate for someone using this same tutorial for InstantRails Release 1.0 installed on Windows 2000, SP4. All feedback is welcome. It's at http://instantrails.rubyforge.org/wiki/wiki.pl?Rolling_With_Ruby_On_Instant_Rails_Tutorial Best regards, Bill -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20060203/2f81ffa7/attachment.htm From bill.walton at charter.net Tue Feb 7 11:09:08 2006 From: bill.walton at charter.net (Bill Walton) Date: Tue, 7 Feb 2006 10:09:08 -0600 Subject: [Instantrails-users] [Possible spam] New project - any volunteers? Message-ID: <033801c62c00$d55e0a50$6501a8c0@dp2000> Greetings! (and apologies upfront for any duplication as a result of my cross-posting) It's been five weeks now since I began working with RoR. My experience has been incredibly positive. So much so that I'm emboldened to undertake a project I'd previously concluded I no longer had the technical chops to even _start_. I've included a brief description of the project below in the hopes that some of you might be interested in participating. Best regards, Bill ---------------------- Project summary -------------------- The initial deliverable, to be released the first week of June, is a web site that allows healthcare consumers (you and me) to create a personal EMR (Electronic Medical Record; specifically, a record conforming to the new ASTM Continuity of Care Record standard) and save it to their local PC where it can be burned to CD or copied to a USB device to be carried on their person. Healthcare providers will be able to use the site to update it when patients visit to keep it current. The benefits to healthcare consumers include: 1) Saves time / eliminates hassle (hand the receptionist your disk instead of filling out all those forms) 2) Helps ensure personal safety (EMT / ER personnel have basic info that might save your life when seconds count) 3) Delivers these benefits without multiplying the risk to personal privacy (the way a 'central' database would) (NOTE: I'm not sure I can have it ready by June, but I plan to provide a fourth benefit to consumers WRT vastly improved automated search capabilities for Clinical Trials into which an individual might be accepted.) The benefits to healthcare providers include: 1) provides a potential market differentiator WRT attracting new patients 2) if they already have an electronic medical records (EMR) system, it will reduce the acquisition cost of new patients in that they will be able to fully utilize the MR record the patient presents 3) if they do not already have an EMR system, this give them an entry point that addresses one of the major barriers to adoption: the cost of getting existing records into the system (patients do most of the data entry for them) 4) it gets the politicians off their backs ("98% of US physicians now accept patient's medical records in electronic form" instead of "Physicians are slow to adopt IT...") The benefits to the RoR community include: 1) increased visibility of RoR in general (EMRs are a hot topic and I have plans that will ensure the site gets national attention) 2) introduction of RoR to the medical community, many of whom are aspiring and/or practicing software developers 3) additional validation of the RoR platform as viable for 'real' systems. My plan is to have the software to create and read the data available to both healthcare consumers and providers in June. Assuming an uptake, the need to manage this data will emerge very quickly for both consumers and providers who do not currently have an EMR system (the vast majority of physicians in private practice here in the US). I believe RoR is a viable platform for an open source solution on that front too, so the work will continue. If you have any interest in participating on any level, please let me know. Thanks for reading this far. Bill bill.walton at charter.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20060207/50c7c605/attachment.htm From johncheung at excite.com Wed Feb 8 04:11:54 2006 From: johncheung at excite.com (johncheung@excite.com) Date: Wed, 8 Feb 2006 04:11:54 -0500 (EST) Subject: [Instantrails-users] (no subject) Message-ID: <20060208091154.189E3109EA1@xprdmailfe1.nwk.excite.com> Hi everybody, I'm new to ruby, rails, and apache so please help me. After extracting the files and changing the windows hosts file according to website, my www.mycookbook.com and typo won't load (using SCGI), I don't use proxy and have disabled the firewall. The WEBrick won't work either (the result is the same). I believe that the Apache and MySQL working fine because I can use phpMyAdmin without a problem. I tried to create a new rails application, and I can jump to the first welcome page, I can render_text in the derived controller without a problem (only if I use dispatch.cgi, not .fcgi but it took me 2 seconds to display "Hello world!"), but when I try scaffolding, the page won't load either. I believe that my database.yml is OK, I just don't know why it won't connect to my database. If anybody know what's going on please help. Thanks,John Tjanaka _______________________________________________ Join Excite! - http://www.excite.com The most personalized portal on the Web! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20060208/98b378f8/attachment.htm From curt.hibbs at gmail.com Wed Feb 8 10:52:01 2006 From: curt.hibbs at gmail.com (Curt Hibbs) Date: Wed, 8 Feb 2006 09:52:01 -0600 Subject: [Instantrails-users] (no subject) In-Reply-To: <20060208091154.189E3109EA1@xprdmailfe1.nwk.excite.com> References: <20060208091154.189E3109EA1@xprdmailfe1.nwk.excite.com> Message-ID: <31d15f490602080752r17d355bawdcd88b9fd09f3831@mail.gmail.com> On 2/8/06, johncheung at excite.com wrote: > > Hi everybody, > > I'm new to ruby, rails, and apache so please help me. After extracting the > files and changing the windows hosts file according to website, my > www.mycookbook.com and typo won't load (using SCGI), I don't use proxy and > have disabled the firewall. The WEBrick won't work either (the result is the > same). I believe that the Apache and MySQL working fine because I can use > phpMyAdmin without a problem. > > I tried to create a new rails application, and I can jump to the first > welcome page, I can render_text in the derived controller without a problem > (only if I use dispatch.cgi, not .fcgi but it took me 2 seconds to display > "Hello world!"), but when I try scaffolding, the page won't load either. I > believe that my database.yml is OK, I just don't know why it won't connect > to my database. > > If anybody know what's going on please help. Try looking at the Apache error log (accessible from the main Instant Rails menu) and the scgi.log in the log subdirectory of each Rails app to see if they contain any useful information. Curt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20060208/981a8b1a/attachment.htm From etlund at gmail.com Fri Feb 10 03:00:23 2006 From: etlund at gmail.com (Eric Lund) Date: Fri, 10 Feb 2006 01:00:23 -0700 Subject: [Instantrails-users] Fwd: InstantRails - Apache won't start because of port conflicts In-Reply-To: <5ebbd9b50511171456r377515a7y19e742736f23e2a7@mail.gmail.com> References: <5ebbd9b50511170518k530907a1sec72f0c9114a1e7f@mail.gmail.com> <31d15f490511170557s2a435bfoc121b524063873f4@mail.gmail.com> <5ebbd9b50511170612sdf5704fua41782beeae4710d@mail.gmail.com> <31d15f490511170651v5fb6c644s93471b82602807b8@mail.gmail.com> <5ebbd9b50511171456r377515a7y19e742736f23e2a7@mail.gmail.com> Message-ID: <324d469f0602100000p9026fb7j762e50be097fa5c5@mail.gmail.com> (This thread goes back to November but I ran into a similar issue while trying to get my InstantRails v1.0 server running.) I'm setting up my server to run my legacy site in IIS on port 80 on a specific IP and run rails/apache on port 80 and a different IP on the same (Win2003) box. So I've jumped through all the hurdles to disable socket pooling in IIS6 but InstantRails just wouldn't start up Apache (it said svchost.exe was using port 80, which it very well could have been, but on a different IP) So I came across this thread that Frank was able to MANUALLY start apache and the InstantRails was fine. Sure enough, I was able to manually start up Apache then fire up InstantRails and everything worked perfect! On 11/17/05, Frank Hale wrote: > > Yep did all that, InstantRails will not start Apache with the port > conflict error on Win2k. If I start Apache manually and then start > InstantRails it works fine. > > On 11/17/05, Will Shattuck wrote: > > I got the same thing but it was because I changed only the Listen > > directive and not the Port. Make sure both are the same. Also, check > > to make sure the IIS for Windows XP/2000 is not running > > > > * Right click My Computer > > * Left click Manage > > * Expand Services and Applications. Check if Internet Information > > Service is there. > > * If it is then expand it. Expand Websites. Left click on Default > Website > > * Then Right click Default Websit and if STOP is available to click on > > then IIS is running on the port InstantRails wants to use. > > > > I have a help desk app running on my windows xp box and had the same > > issues until i changed the port to both in the conf file. > > > > > > > > > > On 11/17/05, Curt Hibbs wrote: > > > I'm posting this to the Instant Rails mailing list. Does anybody have > clue > > > what might be going on here? > > > > > > Curt > > > > > > ---------- Forwarded message ---------- > > > From: Frank Hale > > > Date: Nov 17, 2005 8:12 AM > > > Subject: Re: InstantRails - Apache won't start because of port > conflicts > > > To: curt at hibbs.com > > > > > > Yeah I did that. I changed it to port 8080 since it says 80 is being > > > used which I know it isn't. I got the same issue. Apache will not > > > start from InstantRails. > > > > > > > > > On 11/17/05, Curt Hibbs wrote: > > > > On 11/17/05, Frank Hale < frankhale at gmail.com> wrote: > > > > > Hello, > > > > > > > > > > I'm trying out InstantRails but apache will not start because it > keeps > > > > > saying something is using the web port. I've configured Apache to > use > > > > > a different port other than 80 and it still refuses to start > Apache, > > > > > same error. I tried doing a google search and looked at the FAQ > but > > > > > nothing comes up. The error is listed below, it's in my > instantrails > > > > > log file. > > > > > > > > > > 17/11 08:08:14 Apache : Apache cannot be runned : another Web > server > > > > > use the Web port > > > > > > > > > > If you have seen this and know how to resolve it I'd appreciate > any > > > > > info you can offer. > > > > > > > > > > > > > In the main Instant Rails main menu choose "Configure >> Apache". > This > > > will > > > > bring up apache's httpd.conf file in notepad. Then search for and > change > > > the > > > > port number specified in both the "Listen" and "Port" directives. > That > > > > should do it. > > > > > > > > Curt > > > > > > > > > > > > > -- > > > "This life is built on match sticks and can crumble at anytime. I'm on > > > the top floor and I sway in the opposite direction of the wind to > > > counter act the force of gravity." > > > > > > _______________________________________________ > > > Instantrails-users mailing list > > > Instantrails-users at rubyforge.org > > > http://rubyforge.org/mailman/listinfo/instantrails-users > > > > > > > > > > > > > > > -- > > Will > > -------- > > Will Shattuck ( willshattuck.at.gmail.com ) > > Home Page: http://www.thewholeclan.com/will > > My Calligraphy: http://www.thewholeclan.com/will/gallery3/calligraphy > > > > When you get to your wit's end, you'll find God lives there. > > > > _______________________________________________ > > Instantrails-users mailing list > > Instantrails-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instantrails-users > > > > > -- > "This life is built on match sticks and can crumble at anytime. I'm on > the top floor and I sway in the opposite direction of the wind to > counter act the force of gravity." > > _______________________________________________ > 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/20060210/3904c386/attachment-0001.htm From curt.hibbs at gmail.com Fri Feb 10 06:59:23 2006 From: curt.hibbs at gmail.com (Curt Hibbs) Date: Fri, 10 Feb 2006 05:59:23 -0600 Subject: [Instantrails-users] Fwd: InstantRails - Apache won't start because of port conflicts In-Reply-To: <324d469f0602100000p9026fb7j762e50be097fa5c5@mail.gmail.com> References: <5ebbd9b50511170518k530907a1sec72f0c9114a1e7f@mail.gmail.com> <31d15f490511170557s2a435bfoc121b524063873f4@mail.gmail.com> <5ebbd9b50511170612sdf5704fua41782beeae4710d@mail.gmail.com> <31d15f490511170651v5fb6c644s93471b82602807b8@mail.gmail.com> <5ebbd9b50511171456r377515a7y19e742736f23e2a7@mail.gmail.com> <324d469f0602100000p9026fb7j762e50be097fa5c5@mail.gmail.com> Message-ID: <31d15f490602100359v7b93e464vbe4270a724816b1e@mail.gmail.com> There was a bug in Instant Rails where it will also say the Apache port is in use when it was actually the MySQL port that was in use. I thought I made a quick change to the error message to say "Apache or MySQL" port is in use, but I'll have to double-check that. In any case, also make sure you don't have a MySQL port conflict. Curt On 2/10/06, Eric Lund wrote: > > (This thread goes back to November but I ran into a similar issue while > trying to get my InstantRails v1.0 server running.) > > I'm setting up my server to run my legacy site in IIS on port 80 on a > specific IP and run rails/apache on port 80 and a different IP on the same > (Win2003) box. So I've jumped through all the hurdles to disable socket > pooling in IIS6 but InstantRails just wouldn't start up Apache (it said > svchost.exe was using port 80, which it very well could have been, but on > a different IP) > > So I came across this thread that Frank was able to MANUALLY start apache > and the InstantRails was fine. > > Sure enough, I was able to manually start up Apache then fire up > InstantRails and everything worked perfect! > > > > On 11/17/05, Frank Hale wrote: > > > > Yep did all that, InstantRails will not start Apache with the port > > conflict error on Win2k. If I start Apache manually and then start > > InstantRails it works fine. > > > > On 11/17/05, Will Shattuck < willshattuck at gmail.com> wrote: > > > I got the same thing but it was because I changed only the Listen > > > directive and not the Port. Make sure both are the same. Also, check > > > to make sure the IIS for Windows XP/2000 is not running > > > > > > * Right click My Computer > > > * Left click Manage > > > * Expand Services and Applications. Check if Internet Information > > > Service is there. > > > * If it is then expand it. Expand Websites. Left click on Default > > Website > > > * Then Right click Default Websit and if STOP is available to click on > > > then IIS is running on the port InstantRails wants to use. > > > > > > I have a help desk app running on my windows xp box and had the same > > > issues until i changed the port to both in the conf file. > > > > > > > > > > > > > > > On 11/17/05, Curt Hibbs wrote: > > > > I'm posting this to the Instant Rails mailing list. Does anybody > > have clue > > > > what might be going on here? > > > > > > > > Curt > > > > > > > > ---------- Forwarded message ---------- > > > > From: Frank Hale > > > > Date: Nov 17, 2005 8:12 AM > > > > Subject: Re: InstantRails - Apache won't start because of port > > conflicts > > > > To: curt at hibbs.com > > > > > > > > Yeah I did that. I changed it to port 8080 since it says 80 is being > > > > > > used which I know it isn't. I got the same issue. Apache will not > > > > start from InstantRails. > > > > > > > > > > > > On 11/17/05, Curt Hibbs < curt.hibbs at gmail.com> wrote: > > > > > On 11/17/05, Frank Hale < frankhale at gmail.com> wrote: > > > > > > Hello, > > > > > > > > > > > > I'm trying out InstantRails but apache will not start because it > > keeps > > > > > > saying something is using the web port. I've configured Apache > > to use > > > > > > a different port other than 80 and it still refuses to start > > Apache, > > > > > > same error. I tried doing a google search and looked at the FAQ > > but > > > > > > nothing comes up. The error is listed below, it's in my > > instantrails > > > > > > log file. > > > > > > > > > > > > 17/11 08:08:14 Apache : Apache cannot be runned : another Web > > server > > > > > > use the Web port > > > > > > > > > > > > If you have seen this and know how to resolve it I'd appreciate > > any > > > > > > info you can offer. > > > > > > > > > > > > > > > > In the main Instant Rails main menu choose "Configure >> Apache". > > This > > > > will > > > > > bring up apache's httpd.conf file in notepad. Then search for and > > change > > > > the > > > > > port number specified in both the "Listen" and "Port" directives. > > That > > > > > should do it. > > > > > > > > > > Curt > > > > > > > > > > > > > > > > > -- > > > > "This life is built on match sticks and can crumble at anytime. I'm > > on > > > > the top floor and I sway in the opposite direction of the wind to > > > > counter act the force of gravity." > > > > > > > > _______________________________________________ > > > > Instantrails-users mailing list > > > > Instantrails-users at rubyforge.org > > > > http://rubyforge.org/mailman/listinfo/instantrails-users > > > > > > > > > > > > > > > > > > > > > -- > > > Will > > > -------- > > > Will Shattuck ( willshattuck.at.gmail.com ) > > > Home Page: http://www.thewholeclan.com/will > > > My Calligraphy: > > http://www.thewholeclan.com/will/gallery3/calligraphy > > > > > > When you get to your wit's end, you'll find God lives there. > > > > > > _______________________________________________ > > > Instantrails-users mailing list > > > Instantrails-users at rubyforge.org > > > http://rubyforge.org/mailman/listinfo/instantrails-users > > > > > > > > > -- > > "This life is built on match sticks and can crumble at anytime. I'm on > > the top floor and I sway in the opposite direction of the wind to > > counter act the force of gravity." > > > > _______________________________________________ > > Instantrails-users mailing list > > Instantrails-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instantrails-users > > > > > _______________________________________________ > 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/20060210/67c2fb95/attachment.htm From msmith at remedymd.com Thu Feb 16 11:27:38 2006 From: msmith at remedymd.com (Mike Smith) Date: Thu, 16 Feb 2006 09:27:38 -0700 Subject: [Instantrails-users] iconv.dll error Message-ID: <43F4A7FA.9030507@remedymd.com> I get a popup error (winxp) when doing anything with Ruby. title: ruby.exe - Unable to Locate Component msg: This application has failed to start because iconv.dll was not found. Re-installing the application may fix this problem. Any suggestions? (no I haven't done any manual editing or deleting of files. that file exists in the instantrails directory structure in 3 places: php php\extensions ruby\lib Any ideas? Mike -- Mike Smith Senior Software Engineer RemedyMD, Inc. msmith at remedymd.com www.remedymd.com 435-764-2220 From bill.walton at charter.net Thu Feb 16 11:27:46 2006 From: bill.walton at charter.net (Bill Walton) Date: Thu, 16 Feb 2006 10:27:46 -0600 Subject: [Instantrails-users] iconv.dll error References: <43F4A7FA.9030507@remedymd.com> Message-ID: <000b01c63315$ec0072e0$6401a8c0@dp2000> Hi Mike, Add 'ruby\lib' to your PATH. Best regards, Bill ----- Original Message ----- From: "Mike Smith" To: Sent: Thursday, February 16, 2006 10:27 AM Subject: [Instantrails-users] iconv.dll error > I get a popup error (winxp) when doing anything with Ruby. > > title: ruby.exe - Unable to Locate Component > msg: This application has failed to start because iconv.dll was not > found. Re-installing the application may fix this problem. > > Any suggestions? (no I haven't done any manual editing or deleting of > files. that file exists in the instantrails directory structure in 3 places: > php > php\extensions > ruby\lib > > Any ideas? > > Mike > > -- > Mike Smith > Senior Software Engineer > RemedyMD, Inc. > msmith at remedymd.com > www.remedymd.com > 435-764-2220 > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users From curt.hibbs at gmail.com Thu Feb 16 11:45:55 2006 From: curt.hibbs at gmail.com (Curt Hibbs) Date: Thu, 16 Feb 2006 10:45:55 -0600 Subject: [Instantrails-users] iconv.dll error In-Reply-To: <43F4A7FA.9030507@remedymd.com> References: <43F4A7FA.9030507@remedymd.com> Message-ID: <31d15f490602160845s5157b996k890fe82aafba6117@mail.gmail.com> On 2/16/06, Mike Smith wrote: > > I get a popup error (winxp) when doing anything with Ruby. > > title: ruby.exe - Unable to Locate Component > msg: This application has failed to start because iconv.dll was not > found. Re-installing the application may fix this problem. > > Any suggestions? (no I haven't done any manual editing or deleting of > files. that file exists in the instantrails directory structure in 3 > places: > php > php\extensions > ruby\lib > > Any ideas? > Instant Rails 1.0 contains Ruby 1.8.4 from the ruby-mswin32 distribution because the 1.8.4 version of the One-Click Installer wasn't ready yet. Anyway, that distro enables iconv support but doesn't include iconv.dll. The 184-16 of the OCI in now available in a preview3 version that does contain iconv.dll (but is still missing a c-based XML parser). Can you try this for me. Follow the instructions on this page to get and install iconv.dll and tell me if this fixes your problem? I'll bet that it does, and this means that I should get out an IR 1.1 that upgrades the included Ruby to the OCI. Anyway, let me know if this fixes your problem. Curt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20060216/f21970c1/attachment.htm From msmith at remedymd.com Thu Feb 16 13:09:33 2006 From: msmith at remedymd.com (Mike Smith) Date: Thu, 16 Feb 2006 11:09:33 -0700 Subject: [Instantrails-users] iconv.dll error In-Reply-To: <31d15f490602160845s5157b996k890fe82aafba6117@mail.gmail.com> References: <43F4A7FA.9030507@remedymd.com> <31d15f490602160845s5157b996k890fe82aafba6117@mail.gmail.com> Message-ID: <43F4BFDD.6050603@remedymd.com> I just got an email from Bill Walton suggesting I add ruby\lib to the path. I modified the conf-files\use_ruby.cmd file and the use_ruby.cmd file in the root directory. That solves the problem. I wasn't sure what you meant about getting and installing iconv.dll as it is already there in ruby\lib. Thanks for the quick reply. Mike Curt Hibbs wrote: > On 2/16/06, *Mike Smith* > wrote: > > I get a popup error (winxp) when doing anything with Ruby. > > title: ruby.exe - Unable to Locate Component > msg: This application has failed to start because iconv.dll was not > found. Re-installing the application may fix this problem. > > Any suggestions? (no I haven't done any manual editing or deleting of > files. that file exists in the instantrails directory structure in 3 > places: > php > php\extensions > ruby\lib > > Any ideas? > > > Instant Rails 1.0 contains Ruby 1.8.4 from the ruby-mswin32 distribution > because the 1.8.4 version of the One-Click Installer wasn't ready yet. > Anyway, that distro enables iconv support but doesn't include iconv.dll. > The 184-16 of the OCI in now available in a preview3 version that does > contain iconv.dll (but is still missing a c-based XML parser). > > Can you try this for me. Follow the instructions on this page to get and > install iconv.dll and tell me if this fixes your problem? I'll bet that > it does, and this means that I should get out an IR 1.1 that upgrades > the included Ruby to the OCI. > > Anyway, let me know if this fixes your problem. > > Curt > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users -- Mike Smith Senior Software Engineer RemedyMD, Inc. msmith at remedymd.com www.remedymd.com 435-764-2220 From curt.hibbs at gmail.com Thu Feb 16 13:08:16 2006 From: curt.hibbs at gmail.com (Curt Hibbs) Date: Thu, 16 Feb 2006 12:08:16 -0600 Subject: [Instantrails-users] iconv.dll error In-Reply-To: <000b01c63315$ec0072e0$6401a8c0@dp2000> References: <43F4A7FA.9030507@remedymd.com> <000b01c63315$ec0072e0$6401a8c0@dp2000> Message-ID: <31d15f490602161008o600d954etcc5b0231c4127d5@mail.gmail.com> Hmmm... you're right -- iconv.dll is in the lib dir along with iconv.lib. Its really not supposed to be there, but for some reason it is. Anyway, it'd be better just to move iconv.dll to the ruby/bin directory. Curt On 2/16/06, Bill Walton wrote: > > Hi Mike, > > Add 'ruby\lib' to your PATH. > > Best regards, > Bill > ----- Original Message ----- > From: "Mike Smith" > To: > Sent: Thursday, February 16, 2006 10:27 AM > Subject: [Instantrails-users] iconv.dll error > > > > I get a popup error (winxp) when doing anything with Ruby. > > > > title: ruby.exe - Unable to Locate Component > > msg: This application has failed to start because iconv.dll was not > > found. Re-installing the application may fix this problem. > > > > Any suggestions? (no I haven't done any manual editing or deleting of > > files. that file exists in the instantrails directory structure in 3 > places: > > php > > php\extensions > > ruby\lib > > > > Any ideas? > > > > Mike > > > > -- > > Mike Smith > > Senior Software Engineer > > RemedyMD, Inc. > > msmith at remedymd.com > > www.remedymd.com > > 435-764-2220 > > _______________________________________________ > > Instantrails-users mailing list > > Instantrails-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instantrails-users > _______________________________________________ > 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/20060216/788f61a7/attachment.htm From bill.walton at charter.net Thu Feb 16 14:50:41 2006 From: bill.walton at charter.net (Bill Walton) Date: Thu, 16 Feb 2006 13:50:41 -0600 Subject: [Instantrails-users] iconv.dll error References: <43F4A7FA.9030507@remedymd.com><000b01c63315$ec0072e0$6401a8c0@dp2000> <31d15f490602161008o600d954etcc5b0231c4127d5@mail.gmail.com> Message-ID: <00de01c63332$44b74280$6401a8c0@dp2000> Hi Curt, I had no idea where it was 'supposed' to be, so when I got the error I just figured out how to accomodate it. I put the instruction to add 'ruby\lib' to the PATH in the tutorial. If you'll let me know when/if you change the distribution, I'll update the tutorial. Best regards, Bill ----- Original Message ----- From: Curt Hibbs To: instantrails-users at rubyforge.org Sent: Thursday, February 16, 2006 12:08 PM Subject: Re: [Instantrails-users] iconv.dll error Hmmm... you're right -- iconv.dll is in the lib dir along with iconv.lib. Its really not supposed to be there, but for some reason it is. Anyway, it'd be better just to move iconv.dll to the ruby/bin directory. Curt On 2/16/06, Bill Walton wrote: Hi Mike, Add 'ruby\lib' to your PATH. Best regards, Bill ----- Original Message ----- From: "Mike Smith" To: < instantrails-users at rubyforge.org> Sent: Thursday, February 16, 2006 10:27 AM Subject: [Instantrails-users] iconv.dll error > I get a popup error (winxp) when doing anything with Ruby. > > title: ruby.exe - Unable to Locate Component > msg: This application has failed to start because iconv.dll was not > found. Re-installing the application may fix this problem. > > Any suggestions? (no I haven't done any manual editing or deleting of > files. that file exists in the instantrails directory structure in 3 places: > php > php\extensions > ruby\lib > > Any ideas? > > Mike > > -- > Mike Smith > Senior Software Engineer > RemedyMD, Inc. > msmith at remedymd.com > www.remedymd.com > 435-764-2220 > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users _______________________________________________ Instantrails-users mailing list Instantrails-users at rubyforge.org http://rubyforge.org/mailman/listinfo/instantrails-users ------------------------------------------------------------------------------ _______________________________________________ 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/20060216/c4d978ed/attachment.htm From msmith at remedymd.com Thu Feb 16 15:55:20 2006 From: msmith at remedymd.com (Mike Smith) Date: Thu, 16 Feb 2006 13:55:20 -0700 Subject: [Instantrails-users] MySQL-Front in tutorial? Message-ID: <43F4E6B8.2050108@remedymd.com> The tutorial is based around MySQL-Front. This does not seem to match the "screen-for-screen" promise, since InstantRails comes with PHP and PHPMyAdmin. It's easy to use, but different than the tutorial. Mike -- Mike Smith Senior Software Engineer RemedyMD, Inc. msmith at remedymd.com www.remedymd.com 435-764-2220 From bill.walton at charter.net Thu Feb 16 16:25:02 2006 From: bill.walton at charter.net (Bill Walton) Date: Thu, 16 Feb 2006 15:25:02 -0600 Subject: [Instantrails-users] MySQL-Front in tutorial? References: <43F4E6B8.2050108@remedymd.com> Message-ID: <011501c6333f$72c92960$6401a8c0@dp2000> Hi Mike, I don't understand your "does not seem to match the 'screen-for-screen' promise, since..." comment below. My 'promise' was (intended to be) related to the differences between working through the tutorial using InstantRails vs. working through it setting up Rails component-by-component as instructed in Curt's original. His original used MySQL-Front, not PHP / PHPMyAdmin, so I considered them outside the scope of my update too. OTOH, if there's another version of the tutorial that could be written to illustrate their use, that would be way cool to have. We could rename the one that's there to show it's specific to MySQL-Front and add another one that links to a new version of the tutorial showing how to end up with the same result using PHP and PHPMyAdmin instead. I'll be happy to send you the source files (html and images) if you're interested in putting it together. Let me know. Best regards, Bill ----- Original Message ----- From: "Mike Smith" To: Sent: Thursday, February 16, 2006 2:55 PM Subject: [Instantrails-users] MySQL-Front in tutorial? > The tutorial is based around MySQL-Front. This does not seem to match > the "screen-for-screen" promise, since InstantRails comes with PHP and > PHPMyAdmin. It's easy to use, but different than the tutorial. > > Mike > > -- > Mike Smith > Senior Software Engineer > RemedyMD, Inc. > msmith at remedymd.com > www.remedymd.com > 435-764-2220 > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users From msmith at remedymd.com Thu Feb 16 16:52:05 2006 From: msmith at remedymd.com (Mike Smith) Date: Thu, 16 Feb 2006 14:52:05 -0700 Subject: [Instantrails-users] MySQL-Front in tutorial? In-Reply-To: <011501c6333f$72c92960$6401a8c0@dp2000> References: <43F4E6B8.2050108@remedymd.com> <011501c6333f$72c92960$6401a8c0@dp2000> Message-ID: <43F4F405.7010506@remedymd.com> thanks for clarifying. I'll keep that opportunity in mind. Mike Bill Walton wrote: > Hi Mike, > > I don't understand your "does not seem to match the 'screen-for-screen' > promise, since..." comment below. My 'promise' was (intended to be) related > to the differences between working through the tutorial using InstantRails > vs. working through it setting up Rails component-by-component as instructed > in Curt's original. His original used MySQL-Front, not PHP / PHPMyAdmin, so > I considered them outside the scope of my update too. > > OTOH, if there's another version of the tutorial that could be written to > illustrate their use, that would be way cool to have. We could rename the > one that's there to show it's specific to MySQL-Front and add another one > that links to a new version of the tutorial showing how to end up with the > same result using PHP and PHPMyAdmin instead. I'll be happy to send you the > source files (html and images) if you're interested in putting it together. > Let me know. > > Best regards, > Bill > > > ----- Original Message ----- > From: "Mike Smith" > To: > Sent: Thursday, February 16, 2006 2:55 PM > Subject: [Instantrails-users] MySQL-Front in tutorial? > > > >>The tutorial is based around MySQL-Front. This does not seem to match >>the "screen-for-screen" promise, since InstantRails comes with PHP and >>PHPMyAdmin. It's easy to use, but different than the tutorial. >> >>Mike >> >>-- >>Mike Smith >>Senior Software Engineer >>RemedyMD, Inc. >>msmith at remedymd.com >>www.remedymd.com >>435-764-2220 >>_______________________________________________ >>Instantrails-users mailing list >>Instantrails-users at rubyforge.org >>http://rubyforge.org/mailman/listinfo/instantrails-users > > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users > -- Mike Smith Senior Software Engineer RemedyMD, Inc. msmith at remedymd.com www.remedymd.com 435-764-2220 From bill.walton at charter.net Fri Feb 17 12:04:00 2006 From: bill.walton at charter.net (Bill Walton) Date: Fri, 17 Feb 2006 11:04:00 -0600 Subject: [Instantrails-users] 'Best' IDE for testing and debugging Message-ID: <09d501c633e4$262e0cb0$6401a8c0@dp2000> I'm trying to decide which IDE to go with for RoR development. I put a high premium on integrated test automated tools and debugging capabilities. I'd appreciate any sharing of experience. I'm currently running Instant Rails on a Windows 2000 box (using IR due to problems I encountered trying to get all the components set up individually). Also, I'm using the WeBrick server rather than Apache. Thanks, Bill -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20060217/c3b474a8/attachment.htm From frankhale at gmail.com Fri Feb 17 12:26:42 2006 From: frankhale at gmail.com (Frank Hale) Date: Fri, 17 Feb 2006 12:26:42 -0500 Subject: [Instantrails-users] 'Best' IDE for testing and debugging In-Reply-To: <09d501c633e4$262e0cb0$6401a8c0@dp2000> References: <09d501c633e4$262e0cb0$6401a8c0@dp2000> Message-ID: <5ebbd9b50602170926l67faf2cbh7c0300c71cdef437@mail.gmail.com> Rad Rails - www.radrails.org That's my recommendation On 2/17/06, Bill Walton wrote: > > I'm trying to decide which IDE to go with for RoR development. I put a high > premium on integrated test automated tools and debugging capabilities. I'd > appreciate any sharing of experience. > > I'm currently running Instant Rails on a Windows 2000 box (using IR due to > problems I encountered trying to get all the components set up > individually). Also, I'm using the WeBrick server rather than Apache. > > Thanks, > Bill > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users > > From mortonda at dgrmm.net Fri Feb 17 13:18:05 2006 From: mortonda at dgrmm.net (David Morton) Date: Fri, 17 Feb 2006 12:18:05 -0600 Subject: [Instantrails-users] 'Best' IDE for testing and debugging In-Reply-To: <5ebbd9b50602170926l67faf2cbh7c0300c71cdef437@mail.gmail.com> References: <09d501c633e4$262e0cb0$6401a8c0@dp2000> <5ebbd9b50602170926l67faf2cbh7c0300c71cdef437@mail.gmail.com> Message-ID: <43F6135D.3020001@dgrmm.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Frank Hale wrote: > Rad Rails - www.radrails.org > > That's my recommendation Agreed. It's my rails tool of choice. - -- David Morton Maia Mailguard - http://www.maiamailguard.com Morton Software Design and Consulting - http://www.dgrmm.net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFD9hNdSIxC85HZHLMRAj/YAJ4moDmVp+TV0Cs8lMqCeEREW6EI7ACfcKZr b/vaucqiTHlrw/ZtXzHzKEc= =hgEm -----END PGP SIGNATURE----- From curt.hibbs at gmail.com Fri Feb 17 13:23:14 2006 From: curt.hibbs at gmail.com (Curt Hibbs) Date: Fri, 17 Feb 2006 12:23:14 -0600 Subject: [Instantrails-users] 'Best' IDE for testing and debugging In-Reply-To: <43F6135D.3020001@dgrmm.net> References: <09d501c633e4$262e0cb0$6401a8c0@dp2000> <5ebbd9b50602170926l67faf2cbh7c0300c71cdef437@mail.gmail.com> <43F6135D.3020001@dgrmm.net> Message-ID: <31d15f490602171023n7f862af8je413c5193e14dec6@mail.gmail.com> I haven't used it yet. Is it better, or just comparable, to using Eclipse with the RDT plugin? Curt On 2/17/06, David Morton wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Frank Hale wrote: > > Rad Rails - www.radrails.org > > > > That's my recommendation > > Agreed. It's my rails tool of choice. > > > - -- > David Morton > Maia Mailguard - http://www.maiamailguard.com > Morton Software Design and Consulting - http://www.dgrmm.net > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.2 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFD9hNdSIxC85HZHLMRAj/YAJ4moDmVp+TV0Cs8lMqCeEREW6EI7ACfcKZr > b/vaucqiTHlrw/ZtXzHzKEc= > =hgEm > -----END PGP SIGNATURE----- > _______________________________________________ > 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/20060217/87dcbb5f/attachment.htm From mortonda at dgrmm.net Fri Feb 17 13:42:55 2006 From: mortonda at dgrmm.net (David Morton) Date: Fri, 17 Feb 2006 12:42:55 -0600 Subject: [Instantrails-users] 'Best' IDE for testing and debugging In-Reply-To: <31d15f490602171023n7f862af8je413c5193e14dec6@mail.gmail.com> References: <09d501c633e4$262e0cb0$6401a8c0@dp2000> <5ebbd9b50602170926l67faf2cbh7c0300c71cdef437@mail.gmail.com> <43F6135D.3020001@dgrmm.net> <31d15f490602171023n7f862af8je413c5193e14dec6@mail.gmail.com> Message-ID: <43F6192F.7010600@dgrmm.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Curt Hibbs wrote: > I haven't used it yet. Is it better, or just comparable, to using > Eclipse with the RDT plugin? Well, my experience was - I couldn't get Eclipse and all to work. RadRails is super easy to install. Unpack, and run the file. I think RadRails now uses RDT, so it should be fairly close. - -- David Morton Maia Mailguard - http://www.maiamailguard.com Morton Software Design and Consulting - http://www.dgrmm.net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFD9hkvSIxC85HZHLMRAm3NAKCcd0tiu6iDRz35TD6OKZnaq7T+JQCePvtj p37llaPGpuADlEdPjCAg7to= =ZXs+ -----END PGP SIGNATURE----- From msmith at remedymd.com Fri Feb 17 16:15:33 2006 From: msmith at remedymd.com (Mike Smith) Date: Fri, 17 Feb 2006 14:15:33 -0700 Subject: [Instantrails-users] 'Best' IDE for testing and debugging In-Reply-To: <09d501c633e4$262e0cb0$6401a8c0@dp2000> References: <09d501c633e4$262e0cb0$6401a8c0@dp2000> Message-ID: <43F63CF5.50502@remedymd.com> I've browsed a little at the RadRails site. http://www.radrails.org/ Currently, I'm using ConTEXT with the Ruby highlighter, and I modified the PHP+HTML highlighter to create my own rhtml highlighter. http://www.context.cx/ I use WinXP with IR. Seems to work ok with WebBrick. Mike Bill Walton wrote: > I'm trying to decide which IDE to go with for RoR development. I put a > high premium on integrated test automated tools and debugging > capabilities. I'd appreciate any sharing of experience. > > I'm currently running Instant Rails on a Windows 2000 box (using IR due > to problems I encountered trying to get all the components set up > individually). Also, I'm using the WeBrick server rather than Apache. > > Thanks, > Bill > > > ------------------------------------------------------------------------ > > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users -- Mike Smith Senior Software Engineer RemedyMD, Inc. msmith at remedymd.com www.remedymd.com 435-764-2220 From maxsteel at gmail.com Mon Feb 20 12:55:33 2006 From: maxsteel at gmail.com (MaxSteel) Date: Mon, 20 Feb 2006 11:55:33 -0600 Subject: [Instantrails-users] iconv.dll error In-Reply-To: <00de01c63332$44b74280$6401a8c0@dp2000> References: <43F4A7FA.9030507@remedymd.com> <000b01c63315$ec0072e0$6401a8c0@dp2000> <31d15f490602161008o600d954etcc5b0231c4127d5@mail.gmail.com> <00de01c63332$44b74280$6401a8c0@dp2000> Message-ID: <616464180602200955t6aeba49cif46bb8ffbe40fdd5@mail.gmail.com> When I got the error way back, I just copied the dll into the bin dir where ruby.exe was, and then all was well after that.. On 2/16/06, Bill Walton wrote: > Hi Curt, > > I had no idea where it was 'supposed' to be, so when I got the error I just > figured out how to accomodate it. I put the instruction to add 'ruby\lib' to > the PATH in the tutorial. If you'll let me know when/if you change the > distribution, I'll update the tutorial. > > Best regards, > Bill > ----- Original Message ----- > From: Curt Hibbs > To: instantrails-users at rubyforge.org > Sent: Thursday, February 16, 2006 12:08 PM > Subject: Re: [Instantrails-users] iconv.dll error > > Hmmm... you're right -- iconv.dll is in the lib dir along with iconv.lib. > Its really not supposed to be there, but for some reason it is. > > Anyway, it'd be better just to move iconv.dll to the ruby/bin directory. > > Curt > > On 2/16/06, Bill Walton wrote: > > Hi Mike, > > > > Add 'ruby\lib' to your PATH. > > > > Best regards, > > Bill > > ----- Original Message ----- > > From: "Mike Smith" > > To: < instantrails-users at rubyforge.org> > > Sent: Thursday, February 16, 2006 10:27 AM > > Subject: [Instantrails-users] iconv.dll error > > > > > > > I get a popup error (winxp) when doing anything with Ruby. > > > > > > title: ruby.exe - Unable to Locate Component > > > msg: This application has failed to start because iconv.dll was not > > > found. Re-installing the application may fix this problem. > > > > > > Any suggestions? (no I haven't done any manual editing or deleting of > > > files. that file exists in the instantrails directory structure in 3 > > places: > > > php > > > php\extensions > > > ruby\lib > > > > > > Any ideas? > > > > > > Mike > > > > > > -- > > > Mike Smith > > > Senior Software Engineer > > > RemedyMD, Inc. > > > msmith at remedymd.com > > > www.remedymd.com > > > 435-764-2220 > > > _______________________________________________ > > > Instantrails-users mailing list > > > Instantrails-users at rubyforge.org > > > > http://rubyforge.org/mailman/listinfo/instantrails-users > > _______________________________________________ > > Instantrails-users mailing list > > Instantrails-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instantrails-users > > > > > > ________________________________ > > > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users > > > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users > > From bill.walton at charter.net Mon Feb 20 13:54:36 2006 From: bill.walton at charter.net (Bill Walton) Date: Mon, 20 Feb 2006 12:54:36 -0600 Subject: [Instantrails-users] iconv.dll error References: <43F4A7FA.9030507@remedymd.com><000b01c63315$ec0072e0$6401a8c0@dp2000><31d15f490602161008o600d954etcc5b0231c4127d5@mail.gmail.com><00de01c63332$44b74280$6401a8c0@dp2000> <616464180602200955t6aeba49cif46bb8ffbe40fdd5@mail.gmail.com> Message-ID: <0d9001c6364f$18be5180$6401a8c0@dp2000> Yep. TMTOWTDI. (I'm shameless when it comes to 'borrowing' what works ;-) ). Best regards, Bill\ ----- Original Message ----- From: "MaxSteel" To: Cc: Sent: Monday, February 20, 2006 11:55 AM Subject: Re: [Instantrails-users] iconv.dll error > When I got the error way back, I just copied the dll into the bin dir > where ruby.exe was, and then all was well after that.. > > On 2/16/06, Bill Walton wrote: > > Hi Curt, > > > > I had no idea where it was 'supposed' to be, so when I got the error I just > > figured out how to accomodate it. I put the instruction to add 'ruby\lib' to > > the PATH in the tutorial. If you'll let me know when/if you change the > > distribution, I'll update the tutorial. > > > > Best regards, > > Bill > > ----- Original Message ----- > > From: Curt Hibbs > > To: instantrails-users at rubyforge.org > > Sent: Thursday, February 16, 2006 12:08 PM > > Subject: Re: [Instantrails-users] iconv.dll error > > > > Hmmm... you're right -- iconv.dll is in the lib dir along with iconv.lib. > > Its really not supposed to be there, but for some reason it is. > > > > Anyway, it'd be better just to move iconv.dll to the ruby/bin directory. > > > > Curt > > > > On 2/16/06, Bill Walton wrote: > > > Hi Mike, > > > > > > Add 'ruby\lib' to your PATH. > > > > > > Best regards, > > > Bill > > > ----- Original Message ----- > > > From: "Mike Smith" > > > To: < instantrails-users at rubyforge.org> > > > Sent: Thursday, February 16, 2006 10:27 AM > > > Subject: [Instantrails-users] iconv.dll error > > > > > > > > > > I get a popup error (winxp) when doing anything with Ruby. > > > > > > > > title: ruby.exe - Unable to Locate Component > > > > msg: This application has failed to start because iconv.dll was not > > > > found. Re-installing the application may fix this problem. > > > > > > > > Any suggestions? (no I haven't done any manual editing or deleting of > > > > files. that file exists in the instantrails directory structure in 3 > > > places: > > > > php > > > > php\extensions > > > > ruby\lib > > > > > > > > Any ideas? > > > > > > > > Mike > > > > > > > > -- > > > > Mike Smith > > > > Senior Software Engineer > > > > RemedyMD, Inc. > > > > msmith at remedymd.com > > > > www.remedymd.com > > > > 435-764-2220 > > > > _______________________________________________ > > > > Instantrails-users mailing list > > > > Instantrails-users at rubyforge.org > > > > > > http://rubyforge.org/mailman/listinfo/instantrails-users > > > _______________________________________________ > > > Instantrails-users mailing list > > > Instantrails-users at rubyforge.org > > > http://rubyforge.org/mailman/listinfo/instantrails-users > > > > > > > > > > > ________________________________ > > > > > > _______________________________________________ > > Instantrails-users mailing list > > Instantrails-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instantrails-users > > > > > > _______________________________________________ > > Instantrails-users mailing list > > Instantrails-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instantrails-users > > > > > > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users From etlund at gmail.com Thu Feb 23 18:24:19 2006 From: etlund at gmail.com (Eric Lund) Date: Thu, 23 Feb 2006 16:24:19 -0700 Subject: [Instantrails-users] SCGI and Apache2 for Windows without VirtualHosts? In-Reply-To: <0d9001c6364f$18be5180$6401a8c0@dp2000> Message-ID: <001501c638d0$46c6e230$6501a8c0@denali> I just saw this post in the rails wiki: http://wiki.rubyonrails.org/rails/pages/Fast+CGI+and+Apache2+for+Windows+wit hout+VirtualHosts Does anyone know how to make a similar configuration work with an Instant Rails, SCGI setup? Thanks, Eric From curt.hibbs at gmail.com Fri Feb 24 09:19:38 2006 From: curt.hibbs at gmail.com (Curt Hibbs) Date: Fri, 24 Feb 2006 08:19:38 -0600 Subject: [Instantrails-users] SCGI and Apache2 for Windows without VirtualHosts? In-Reply-To: <001501c638d0$46c6e230$6501a8c0@denali> References: <0d9001c6364f$18be5180$6401a8c0@dp2000> <001501c638d0$46c6e230$6501a8c0@denali> Message-ID: <31d15f490602240619w5749eb9y1fba1292a0208fe0@mail.gmail.com> On 2/23/06, Eric Lund wrote: > > I just saw this post in the rails wiki: > > > http://wiki.rubyonrails.org/rails/pages/Fast+CGI+and+Apache2+for+Windows+wit > hout+VirtualHosts > > Does anyone know how to make a similar configuration work with an Instant > Rails, SCGI setup? > Here's a page from thge Instant Rails wiki which may help: http://instantrails.rubyforge.org/wiki/wiki.pl?Running_Rails_Apps_In_Subdirectories Curt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20060224/707e2583/attachment-0001.htm From etlund at gmail.com Fri Feb 24 20:38:40 2006 From: etlund at gmail.com (Eric Lund) Date: Fri, 24 Feb 2006 18:38:40 -0700 Subject: [Instantrails-users] SCGI and Apache2 for Windows withoutVirtualHosts? In-Reply-To: <31d15f490602240619w5749eb9y1fba1292a0208fe0@mail.gmail.com> Message-ID: <000001c639ac$35792dd0$6501a8c0@denali> Thanks for pointing me to that. Unfortunately, that page ( http://instantrails.rubyforge.org/wiki/wiki.pl?Running_Rails_Apps_In_Subdire ctories ) seems to assume a lot of working knowledge of what's going on with both Apache and SCGI. I have very little experience with either so I can't quite figure out how to follow the instructions. If anyone can help clarify things, that would be great. In the httpd.conf file, I'm supposed to add this: SCGIMount /rails/app 127.0.0.1:9999 AllowOverride All Where does this code go? Inside a section or somewhere else? What do I need to remove from a 'default' InstantRails httpd.conf? What am I supposed to point those path's to? Is "/rails/app" supposed to be the new url of my app? Does "/var/www/rails/" point to my app '/public/' folder or something else? Also, once I am able to figure out how to make this happen (host my different rails apps as subfolders instead of as virtual hosts) what steps do I take to to add another app? If I can get this figure out and working, I'd be happy to update the wiki so that it uses the actual InstantRails configuration files as examples (instead of generalized, pretend examples) Thanks again, Eric _____ From: instantrails-users-bounces at rubyforge.org [mailto:instantrails-users-bounces at rubyforge.org] On Behalf Of Curt Hibbs Sent: Friday, February 24, 2006 7:20 AM To: instantrails-users at rubyforge.org Subject: Re: [Instantrails-users] SCGI and Apache2 for Windows withoutVirtualHosts? On 2/23/06, Eric Lund wrote: I just saw this post in the rails wiki: http://wiki.rubyonrails.org/rails/pages/Fast+CGI+and+Apache2+for+Windows+wit hout+VirtualHosts Does anyone know how to make a similar configuration work with an Instant Rails, SCGI setup? Here's a page from thge Instant Rails wiki which may help: http://instantrails.rubyforge.org/wiki/wiki.pl?Running_Rails_Apps_In_Subdire ctories Curt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20060224/84316ce4/attachment.htm