From desperado9 at yahoo.com Fri Aug 4 01:05:30 2006 From: desperado9 at yahoo.com (a friend) Date: Thu, 3 Aug 2006 22:05:30 -0700 (PDT) Subject: [Instantrails-users] Can't Get InstantRails Default Applications to Work Message-ID: <20060804050530.39428.qmail@web52503.mail.yahoo.com> I have a Windows XP Professional machine with Service Pack 2 on it. I've downloaded and installed the latest InstantRails distro but I can't get either the cookbook or typo applications to work. When I try to access them, they just time out. Here's my entire installation and troubleshooting process. Does anybody have any idea on what is wrong? First I extracted InstantRails 1.3a to C:\InstantRails. Before I started InstantRails, I went to the Apache directory and started Apache. I got this message: Syntax error on line 74 of c:/instantrails/apache/conf/httpd.conf: ServerRoot must be a valid directory Then I started InstantRails and got this message in a popup window: Apache port (80) is used by "" (inetinfo.exe)! Next, I went to Configure > Apache and changed the Port and Listen to 3000: Port 3000 Listen 3000 I also went into the Windows Host file and added these lines: 127.0.0.1 localhost 127.0.0.1 www.mycookbook.com 127.0.0.1 typo Now when I restarted IR and opened the Rails Application window, I checked the checkbox next to cookbook and clicked the "Start SCGI Server" button. When I entered http://www.mycookbook.com, I got the Internet site, not the local Rails application. Next I entered http://127.0.0.1:3000/ and the browser displayed the message "coming soon!" which is coming from C:\InstantRails\www\index.html. Now I opened up the Windows Hosts file again and changed the ports for the RoR applications: 127.0.0.1 localhost 127.0.0.1:3000 www.mycookbook.com 127.0.0.1:3000 typo Then I restarted IR, went to Manage Rails Applications, checked the cookbook application checkbox, and clicked the "Start SCGI Server" button. This time when I started the cookbook application with the URL http://www.mycookbook.com:3000/, my Firefox browser said "The connection has timed out." I also tried it in IE but got the message, "The page cannot be displayed" and "Cannot find server or DNS Error". Next I went to the Apache directory and started Apache by hand. There were no errors reported. Next I stopped my Windows firewall and tried http://www.mycookbook.com:3000/ again in both Firefox and IE and got the same messages as before. There's nothing in the Apache Error and Access logs and the InstantRails log looks normal: 03/08 21:00:22 Instant Rails: Servers starting 03/08 21:00:23 Apache : Apache port (80) is used by "" (inetinfo.exe) ! 03/08 21:00:23 MySql : Configuration file changed 03/08 21:00:23 Apache : Configuration file changed 03/08 21:06:08 Apache : Configuration file changed 03/08 21:06:20 Instant Rails: Stop the Servers 03/08 21:06:31 Instant Rails: Servers starting 03/08 21:16:54 Instant Rails: Stop the Servers 03/08 21:17:17 Instant Rails: Servers starting 03/08 21:19:44 Instant Rails: Stop the Servers 03/08 21:19:49 Instant Rails: Servers starting 03/08 21:28:27 Instant Rails: Stop the Servers 03/08 21:31:08 Instant Rails: Servers starting When I do a "netstat -a" this is what I see: C:\InstantRails>netstat -a Active Connections Proto Local Address Fore TCP LLC30-E00008034:smtp LLC3 TCP LLC30-E00008034:http LLC3 TCP LLC30-E00008034:epmap LLC3 TCP LLC30-E00008034:https LLC3 TCP LLC30-E00008034:microsoft-d TENING TCP LLC30-E00008034:1035 LLC3 TCP LLC30-E00008034:1351 LLC3 TCP LLC30-E00008034:1039 LLC3 TCP LLC30-E00008034:1057 LLC3 TCP LLC30-E00008034:1118 loca TCP LLC30-E00008034:1119 loca TCP LLC30-E00008034:1352 LLC3 TCP LLC30-E00008034:ms-sql-s L NG TCP LLC30-E00008034:62514 LLC3 TCP LLC30-E00008034:netbios-ssn ENING TCP LLC30-E00008034:ms-sql-s L NG TCP LLC30-E00008034:52028 LLC3 UDP LLC30-E00008034:407 *:* UDP LLC30-E00008034:microsoft-d UDP LLC30-E00008034:isakmp *:* UDP LLC30-E00008034:1025 *:* UDP LLC30-E00008034:1026 *:* UDP LLC30-E00008034:1033 *:* UDP LLC30-E00008034:1079 *:* UDP LLC30-E00008034:2967 *:* UDP LLC30-E00008034:3456 *:* UDP LLC30-E00008034:4500 *:* UDP LLC30-E00008034:52311 *:* UDP LLC30-E00008034:ntp *:* UDP LLC30-E00008034:1060 *:* UDP LLC30-E00008034:1159 *:* UDP LLC30-E00008034:1191 *:* UDP LLC30-E00008034:1900 *:* UDP LLC30-E00008034:62514 *:* UDP LLC30-E00008034:ntp *:* UDP LLC30-E00008034:netbios-ns UDP LLC30-E00008034:netbios-dgm UDP LLC30-E00008034:1900 *:* UDP LLC30-E00008034:52029 *:* I tried changing this file C:\InstantRails\rails_apps\cookbook\config\scgi.yaml from :host: 127.0.0.1 to :host: 127.0.0.1:3000 Even this didn't work!!! HELP!!! What's wrong???? __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From curt.hibbs at gmail.com Fri Aug 4 09:23:15 2006 From: curt.hibbs at gmail.com (Curt Hibbs) Date: Fri, 4 Aug 2006 08:23:15 -0500 Subject: [Instantrails-users] Can't Get InstantRails Default Applications to Work In-Reply-To: <20060804050530.39428.qmail@web52503.mail.yahoo.com> References: <20060804050530.39428.qmail@web52503.mail.yahoo.com> Message-ID: <31d15f490608040623o1a72c878rca14d396a08da923@mail.gmail.com> Is your browser configured to use a proxy server? If so, then the HOSTS definition of www.mycookbook.com will be igored and a real DNS lookup through the proxy server will result in the real internet site instead of your local machine. This happens to me when I'm on my work machine. If so, just temporarily turn off the proxy server setting and it should start working as expected. Curt On 8/4/06, a friend wrote: > > > I have a Windows XP Professional machine with Service > Pack 2 on it. I've downloaded and installed the > latest InstantRails distro but I can't get either the > cookbook or typo applications to work. When I try to > access them, they just time out. Here's my entire > installation and troubleshooting process. Does > anybody have any idea on what is wrong? > > First I extracted InstantRails 1.3a to > C:\InstantRails. > > Before I started InstantRails, I went to the Apache > directory and started Apache. I got this message: > > Syntax error on line 74 of > c:/instantrails/apache/conf/httpd.conf: > ServerRoot must be a valid directory > > Then I started InstantRails and got this message in a > popup window: > > Apache port (80) is used by "" (inetinfo.exe)! > > Next, I went to Configure > Apache and changed the > Port and Listen to 3000: > > Port 3000 > Listen 3000 > > I also went into the Windows Host file and added these > lines: > > 127.0.0.1 localhost > 127.0.0.1 www.mycookbook.com > 127.0.0.1 typo > > Now when I restarted IR and opened the Rails > Application window, I checked the checkbox next to > cookbook and clicked the "Start SCGI Server" button. > When I entered http://www.mycookbook.com, I got the > Internet site, not the local Rails application. > > Next I entered http://127.0.0.1:3000/ and the browser > displayed the message "coming soon!" which is coming > from C:\InstantRails\www\index.html. > > Now I opened up the Windows Hosts file again and > changed the ports for the RoR applications: > > 127.0.0.1 localhost > 127.0.0.1:3000 www.mycookbook.com > 127.0.0.1:3000 typo > > Then I restarted IR, went to Manage Rails > Applications, checked the cookbook application > checkbox, and clicked the "Start SCGI Server" button. > > This time when I started the cookbook application with > the URL http://www.mycookbook.com:3000/, my Firefox > browser said "The connection has timed out." I also > tried it in IE but got the message, "The page cannot > be displayed" and "Cannot find server or DNS Error". > > Next I went to the Apache directory and started Apache > by hand. There were no errors reported. > > Next I stopped my Windows firewall and tried > http://www.mycookbook.com:3000/ again in both Firefox > and IE and got the same messages as before. There's > nothing in the Apache Error and Access logs and the > InstantRails log looks normal: > > 03/08 21:00:22 Instant Rails: Servers starting > 03/08 21:00:23 Apache : Apache port (80) is used by > "" (inetinfo.exe) ! > 03/08 21:00:23 MySql : Configuration file changed > 03/08 21:00:23 Apache : Configuration file changed > 03/08 21:06:08 Apache : Configuration file changed > 03/08 21:06:20 Instant Rails: Stop the Servers > 03/08 21:06:31 Instant Rails: Servers starting > 03/08 21:16:54 Instant Rails: Stop the Servers > 03/08 21:17:17 Instant Rails: Servers starting > 03/08 21:19:44 Instant Rails: Stop the Servers > 03/08 21:19:49 Instant Rails: Servers starting > 03/08 21:28:27 Instant Rails: Stop the Servers > 03/08 21:31:08 Instant Rails: Servers starting > > When I do a "netstat -a" this is what I see: > > > C:\InstantRails>netstat -a > > Active Connections > > Proto Local Address Fore > TCP LLC30-E00008034:smtp LLC3 > TCP LLC30-E00008034:http LLC3 > TCP LLC30-E00008034:epmap LLC3 > TCP LLC30-E00008034:https LLC3 > TCP LLC30-E00008034:microsoft-d > TENING > TCP LLC30-E00008034:1035 LLC3 > TCP LLC30-E00008034:1351 LLC3 > TCP LLC30-E00008034:1039 LLC3 > TCP LLC30-E00008034:1057 LLC3 > TCP LLC30-E00008034:1118 loca > TCP LLC30-E00008034:1119 loca > TCP LLC30-E00008034:1352 LLC3 > TCP LLC30-E00008034:ms-sql-s L > NG > TCP LLC30-E00008034:62514 LLC3 > TCP LLC30-E00008034:netbios-ssn > ENING > TCP LLC30-E00008034:ms-sql-s L > NG > TCP LLC30-E00008034:52028 LLC3 > UDP LLC30-E00008034:407 *:* > UDP LLC30-E00008034:microsoft-d > UDP LLC30-E00008034:isakmp *:* > UDP LLC30-E00008034:1025 *:* > UDP LLC30-E00008034:1026 *:* > UDP LLC30-E00008034:1033 *:* > UDP LLC30-E00008034:1079 *:* > UDP LLC30-E00008034:2967 *:* > UDP LLC30-E00008034:3456 *:* > UDP LLC30-E00008034:4500 *:* > UDP LLC30-E00008034:52311 *:* > UDP LLC30-E00008034:ntp *:* > UDP LLC30-E00008034:1060 *:* > UDP LLC30-E00008034:1159 *:* > UDP LLC30-E00008034:1191 *:* > UDP LLC30-E00008034:1900 *:* > UDP LLC30-E00008034:62514 *:* > UDP LLC30-E00008034:ntp *:* > UDP LLC30-E00008034:netbios-ns > UDP LLC30-E00008034:netbios-dgm > UDP LLC30-E00008034:1900 *:* > UDP LLC30-E00008034:52029 *:* > > I tried changing this file > C:\InstantRails\rails_apps\cookbook\config\scgi.yaml > from > > :host: 127.0.0.1 > > to > > :host: 127.0.0.1:3000 > > Even this didn't work!!! HELP!!! What's wrong???? > > > > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > _______________________________________________ > 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/20060804/dfde62ae/attachment.html From gregsfm at tpg.com.au Fri Aug 4 20:00:45 2006 From: gregsfm at tpg.com.au (gregsfm at tpg.com.au) Date: Sat, 5 Aug 2006 10:00:45 +1000 Subject: [Instantrails-users] Can I change "rails_apps" location? In-Reply-To: <31d15f490608040623o1a72c878rca14d396a08da923@mail.gmail.com> References: <20060804050530.39428.qmail@web52503.mail.yahoo.com> <31d15f490608040623o1a72c878rca14d396a08da923@mail.gmail.com> Message-ID: <1154736045.44d3dfad0ae2c@postoffice.tpg.com.au> Hi, Question 1 - Anyone know how to change the "rails_apps" location? i.e. so I can have it in a user data area (which gets backed up) rather than under the instantrails installation area? i.e. such that when one (a) goes "open ruby console window" it opens here and (b) when one goes "manage rails applications" it is the new directory that is scanned for rails apps. Question 2 - How to add additional items to the path of a console window that is opened via instantrails via the "open ruby console window" thanks in advance From gregsfm at tpg.com.au Fri Aug 4 20:04:11 2006 From: gregsfm at tpg.com.au (gregsfm at tpg.com.au) Date: Sat, 5 Aug 2006 10:04:11 +1000 Subject: [Instantrails-users] webrick & jetty In-Reply-To: <31d15f490608040623o1a72c878rca14d396a08da923@mail.gmail.com> References: <20060804050530.39428.qmail@web52503.mail.yahoo.com> <31d15f490608040623o1a72c878rca14d396a08da923@mail.gmail.com> Message-ID: <1154736250.44d3e07b01665@postoffice.tpg.com.au> Hi all, Are most instantrails developers using webbrick for DEV testing on the local PC? Is anyone using Jetty? (I read this was better) Any advice re how to swap out the InstantRails launching of Webbrick and replace this with Jetty? Cheers From wfroelich at dbsnow.com Fri Aug 4 22:54:26 2006 From: wfroelich at dbsnow.com (William (Bill) Froelich) Date: Fri, 4 Aug 2006 21:54:26 -0500 Subject: [Instantrails-users] Can I change "rails_apps" location? Message-ID: > Question 1 - Anyone know how to change the "rails_apps" > location? i.e. > so I can have it in a user data area (which gets backed up) > rather than under the instantrails installation area? > > i.e. such that when one (a) goes "open ruby console window" > it opens here and (b) when one goes "manage rails > applications" it is the new directory that is scanned for rails apps. > > Question 2 - How to add additional items to the path of a > console window that is opened via instantrails via the "open > ruby console window" > The default location and path for the rails_apps can easily be changed to any location you want. I have not figured out how to get the "manage rails applications" to look at the other location but I rarely run my rails apps through InstantRails. I typically use either WEBrick or Mongrel during my development and simply start it from the command prompt (d:\InstantRails-1.3a\rails_apps> ruby scripts\server) to start WEBrick. To change the default location for your rails apps (assuming InstantRails is in c:\InstantRails): 1) Create the directory where you want the apps to live 2) Edit the use_ruby.cmd file in your InstantRails directory (notepad C:\InstantRails\use_ruby.cmd) 3) Change the cd rails_apps line to change to your other directory For example: cd \mydata\rails_apps or change it to d: cd \rails_apps if you want the rails_app to be on another drive 4) Add any additional items you want on path to the PATH statement in this same file as well 5) Save the file and next time you open "open ruby console window" it will have the new path items and default to the new location Note: if you ever move the location of InstantRails when you next start it and regenerate the config files your changes will be overwritten. You can also make the changes to the use_ruby.cmd file in the conf_files directory so that if they are regenerated your changes will still be there. Curt, I will also look at adding this to the FAQ in the next few days. ;-) Good luck --Bill From gregsfm at tpg.com.au Sat Aug 5 07:44:29 2006 From: gregsfm at tpg.com.au (gregsfm at tpg.com.au) Date: Sat, 5 Aug 2006 21:44:29 +1000 Subject: [Instantrails-users] Can't Get InstantRails Default Applications to Work In-Reply-To: <31d15f490608040623o1a72c878rca14d396a08da923@mail.gmail.com> References: <20060804050530.39428.qmail@web52503.mail.yahoo.com> <31d15f490608040623o1a72c878rca14d396a08da923@mail.gmail.com> Message-ID: <1154778269.44d4849dbc216@postoffice.tpg.com.au> It may be the problem I've experienced, somewhere in the winsock layer. Try entering the following whilst logged into a windows accoutn with ADMIN rights: netsh winsock reset Run up webbrick after this and try again. For me this would fix it. Don't ask me what the problem really is or why the above works :) Cheers Greg Quoting Curt Hibbs : > Is your browser configured to use a proxy server? If so, then the > HOSTS > definition of www.mycookbook.com will be igored and a real DNS > lookup > through the proxy server will result in the real internet site > instead of > your local machine. > > This happens to me when I'm on my work machine. If so, just > temporarily turn > off the proxy server setting and it should start working as > expected. > > Curt > > On 8/4/06, a friend wrote: > > > > > > I have a Windows XP Professional machine with Service > > Pack 2 on it. I've downloaded and installed the > > latest InstantRails distro but I can't get either the > > cookbook or typo applications to work. When I try to > > access them, they just time out. Here's my entire > > installation and troubleshooting process. Does > > anybody have any idea on what is wrong? > > > > First I extracted InstantRails 1.3a to > > C:\InstantRails. > > > > Before I started InstantRails, I went to the Apache > > directory and started Apache. I got this message: > > > > Syntax error on line 74 of > > c:/instantrails/apache/conf/httpd.conf: > > ServerRoot must be a valid directory > > > > Then I started InstantRails and got this message in a > > popup window: > > > > Apache port (80) is used by "" (inetinfo.exe)! > > > > Next, I went to Configure > Apache and changed the > > Port and Listen to 3000: > > > > Port 3000 > > Listen 3000 > > > > I also went into the Windows Host file and added these > > lines: > > > > 127.0.0.1 localhost > > 127.0.0.1 www.mycookbook.com > > 127.0.0.1 typo > > > > Now when I restarted IR and opened the Rails > > Application window, I checked the checkbox next to > > cookbook and clicked the "Start SCGI Server" button. > > When I entered http://www.mycookbook.com, I got the > > Internet site, not the local Rails application. > > > > Next I entered http://127.0.0.1:3000/ and the browser > > displayed the message "coming soon!" which is coming > > from C:\InstantRails\www\index.html. > > > > Now I opened up the Windows Hosts file again and > > changed the ports for the RoR applications: > > > > 127.0.0.1 localhost > > 127.0.0.1:3000 www.mycookbook.com > > 127.0.0.1:3000 typo > > > > Then I restarted IR, went to Manage Rails > > Applications, checked the cookbook application > > checkbox, and clicked the "Start SCGI Server" button. > > > > This time when I started the cookbook application with > > the URL http://www.mycookbook.com:3000/, my Firefox > > browser said "The connection has timed out." I also > > tried it in IE but got the message, "The page cannot > > be displayed" and "Cannot find server or DNS Error". > > > > Next I went to the Apache directory and started Apache > > by hand. There were no errors reported. > > > > Next I stopped my Windows firewall and tried > > http://www.mycookbook.com:3000/ again in both Firefox > > and IE and got the same messages as before. There's > > nothing in the Apache Error and Access logs and the > > InstantRails log looks normal: > > > > 03/08 21:00:22 Instant Rails: Servers starting > > 03/08 21:00:23 Apache : Apache port (80) is used by > > "" (inetinfo.exe) ! > > 03/08 21:00:23 MySql : Configuration file changed > > 03/08 21:00:23 Apache : Configuration file changed > > 03/08 21:06:08 Apache : Configuration file changed > > 03/08 21:06:20 Instant Rails: Stop the Servers > > 03/08 21:06:31 Instant Rails: Servers starting > > 03/08 21:16:54 Instant Rails: Stop the Servers > > 03/08 21:17:17 Instant Rails: Servers starting > > 03/08 21:19:44 Instant Rails: Stop the Servers > > 03/08 21:19:49 Instant Rails: Servers starting > > 03/08 21:28:27 Instant Rails: Stop the Servers > > 03/08 21:31:08 Instant Rails: Servers starting > > > > When I do a "netstat -a" this is what I see: > > > > > > C:\InstantRails>netstat -a > > > > Active Connections > > > > Proto Local Address Fore > > TCP LLC30-E00008034:smtp LLC3 > > TCP LLC30-E00008034:http LLC3 > > TCP LLC30-E00008034:epmap LLC3 > > TCP LLC30-E00008034:https LLC3 > > TCP LLC30-E00008034:microsoft-d > > TENING > > TCP LLC30-E00008034:1035 LLC3 > > TCP LLC30-E00008034:1351 LLC3 > > TCP LLC30-E00008034:1039 LLC3 > > TCP LLC30-E00008034:1057 LLC3 > > TCP LLC30-E00008034:1118 loca > > TCP LLC30-E00008034:1119 loca > > TCP LLC30-E00008034:1352 LLC3 > > TCP LLC30-E00008034:ms-sql-s L > > NG > > TCP LLC30-E00008034:62514 LLC3 > > TCP LLC30-E00008034:netbios-ssn > > ENING > > TCP LLC30-E00008034:ms-sql-s L > > NG > > TCP LLC30-E00008034:52028 LLC3 > > UDP LLC30-E00008034:407 *:* > > UDP LLC30-E00008034:microsoft-d > > UDP LLC30-E00008034:isakmp *:* > > UDP LLC30-E00008034:1025 *:* > > UDP LLC30-E00008034:1026 *:* > > UDP LLC30-E00008034:1033 *:* > > UDP LLC30-E00008034:1079 *:* > > UDP LLC30-E00008034:2967 *:* > > UDP LLC30-E00008034:3456 *:* > > UDP LLC30-E00008034:4500 *:* > > UDP LLC30-E00008034:52311 *:* > > UDP LLC30-E00008034:ntp *:* > > UDP LLC30-E00008034:1060 *:* > > UDP LLC30-E00008034:1159 *:* > > UDP LLC30-E00008034:1191 *:* > > UDP LLC30-E00008034:1900 *:* > > UDP LLC30-E00008034:62514 *:* > > UDP LLC30-E00008034:ntp *:* > > UDP LLC30-E00008034:netbios-ns > > UDP LLC30-E00008034:netbios-dgm > > UDP LLC30-E00008034:1900 *:* > > UDP LLC30-E00008034:52029 *:* > > > > I tried changing this file > > C:\InstantRails\rails_apps\cookbook\config\scgi.yaml > > from > > > > :host: 127.0.0.1 > > > > to > > > > :host: 127.0.0.1:3000 > > > > Even this didn't work!!! HELP!!! What's wrong???? > > > > > > > > > > > > > > __________________________________________________ > > Do You Yahoo!? > > Tired of spam? Yahoo! Mail has the best spam protection around > > http://mail.yahoo.com > > _______________________________________________ > > Instantrails-users mailing list > > Instantrails-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instantrails-users > > > From mortonda at dgrmm.net Sat Aug 5 18:25:40 2006 From: mortonda at dgrmm.net (David Morton) Date: Sat, 05 Aug 2006 17:25:40 -0500 Subject: [Instantrails-users] webrick & jetty In-Reply-To: <1154736250.44d3e07b01665@postoffice.tpg.com.au> References: <20060804050530.39428.qmail@web52503.mail.yahoo.com> <31d15f490608040623o1a72c878rca14d396a08da923@mail.gmail.com> <1154736250.44d3e07b01665@postoffice.tpg.com.au> Message-ID: <44D51AE4.7030102@dgrmm.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 gregsfm at tpg.com.au wrote: > Hi all, > > Are most instantrails developers using webbrick for DEV testing on the > local PC? Is anyone using Jetty? (I read this was better) I use mongrel. - -- 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.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFE1RrkUy30ODPkzl0RAsyCAJ9mbXjqbrA9Z3P7rTDCeBpKH3+v5wCgkJQJ iNttQDsrf6xj0T3jFhiUP30= =TQgK -----END PGP SIGNATURE----- From larry at tellinkltd.com Sat Aug 5 21:22:53 2006 From: larry at tellinkltd.com (Larry Kelly) Date: Sat, 5 Aug 2006 18:22:53 -0700 Subject: [Instantrails-users] webrick & jetty In-Reply-To: <44D51AE4.7030102@dgrmm.net> References: <20060804050530.39428.qmail@web52503.mail.yahoo.com> <31d15f490608040623o1a72c878rca14d396a08da923@mail.gmail.com> <1154736250.44d3e07b01665@postoffice.tpg.com.au> <44D51AE4.7030102@dgrmm.net> Message-ID: <871b07a70608051822lbc75ad3n80e3ac5ed7381eb0@mail.gmail.com> Sorry, I have no experienc with Jetty. But, mongrel works much better than Webrick. I believe it is now included in the latest IR release. If not it can be installed by: gem install mongrel --include-dependencies Then to run: my project folder> mongrel_rails start --port=5800 "--port=xxxx" is options. it defaults to 3000. -cheers -Larry On 8/5/06, David Morton wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > gregsfm at tpg.com.au wrote: > > Hi all, > > > > Are most instantrails developers using webbrick for DEV testing on the > > local PC? Is anyone using Jetty? (I read this was better) > > I use mongrel. > > > - -- > 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.2 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFE1RrkUy30ODPkzl0RAsyCAJ9mbXjqbrA9Z3P7rTDCeBpKH3+v5wCgkJQJ > iNttQDsrf6xj0T3jFhiUP30= > =TQgK > -----END PGP SIGNATURE----- > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users > -- Best Regards, -Larry "Work, work, work...there is no satisfactory alternative." --- E.Taft Benson -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20060805/4bcf3f90/attachment.html From desperado9 at yahoo.com Sun Aug 6 16:34:39 2006 From: desperado9 at yahoo.com (a friend) Date: Sun, 6 Aug 2006 13:34:39 -0700 (PDT) Subject: [Instantrails-users] Can't Get InstantRails Default Applications to Work Message-ID: <20060806203440.11561.qmail@web52511.mail.yahoo.com> Thanks Greg for the suggestion to try "netsh winsock reset" but, unfortunately, that didn't work either. I think I'm about to give up on InstantRails on Windows. After more than eight hours of fruitless efforts, I'm finding it's anything but "instant." :( __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From mortonda at dgrmm.net Sun Aug 6 17:19:46 2006 From: mortonda at dgrmm.net (David Morton) Date: Sun, 06 Aug 2006 16:19:46 -0500 Subject: [Instantrails-users] Can't Get InstantRails Default Applications to Work In-Reply-To: <20060804050530.39428.qmail@web52503.mail.yahoo.com> References: <20060804050530.39428.qmail@web52503.mail.yahoo.com> Message-ID: <44D65CF2.90401@dgrmm.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 a friend wrote: > installation and troubleshooting process. Does > anybody have any idea on what is wrong? I see a few things so far... > > First I extracted InstantRails 1.3a to > C:\InstantRails. > > Before I started InstantRails, I went to the Apache > directory and started Apache. I got this message: Um, why? that's not the documented way to do it. Running the IR manager first rewrites the document root, which is why you got the next error... > > Syntax error on line 74 of > c:/instantrails/apache/conf/httpd.conf: > ServerRoot must be a valid directory > > Then I started InstantRails and got this message in a > popup window: > > Apache port (80) is used by "" (inetinfo.exe)! Ahh, you are running IIS, which interferes with apache. You can only have one web server on port 80. So it looks like you changed the port... good .... > > Next, I went to Configure > Apache and changed the > Port and Listen to 3000: > > Port 3000 > Listen 3000 I think that looks right, but I haven't tested it. At this point, apache needs to be restarted... > > I also went into the Windows Host file and added these > lines: > > 127.0.0.1 localhost > 127.0.0.1 www.mycookbook.com > 127.0.0.1 typo > > Now when I restarted IR and opened the Rails > Application window, I checked the checkbox next to > cookbook and clicked the "Start SCGI Server" button. > When I entered http://www.mycookbook.com, I got the > Internet site, not the local Rails application. Sounds like some sort of proxy is interfering with dns lookups, and ignoring the hosts file... > Next I entered http://127.0.0.1:3000/ and the browser > displayed the message "coming soon!" which is coming > from C:\InstantRails\www\index.html. > > Now I opened up the Windows Hosts file again and > changed the ports for the RoR applications: > > 127.0.0.1 localhost > 127.0.0.1:3000 www.mycookbook.com > 127.0.0.1:3000 typo That's not a valid format for a hosts file. The hosts file has no bearing on ports or services, only name to IP mappings. I don't know what happens when you put an invalid format like this in. > Then I restarted IR, went to Manage Rails > Applications, checked the cookbook application > checkbox, and clicked the "Start SCGI Server" button. Did a command window come up and stay up? > This time when I started the cookbook application with > the URL http://www.mycookbook.com:3000/, my Firefox > browser said "The connection has timed out." I also > tried it in IE but got the message, "The page cannot > be displayed" and "Cannot find server or DNS Error". We've got compounding errors at this point, so it's hard to say what's going on. > C:\InstantRails>netstat -a > > Active Connections > > Proto Local Address Fore > TCP LLC30-E00008034:smtp LLC3 > TCP LLC30-E00008034:http LLC3 > TCP LLC30-E00008034:epmap LLC3 > TCP LLC30-E00008034:https LLC3 > TCP LLC30-E00008034:microsoft-d > TENING > TCP LLC30-E00008034:1035 LLC3 > TCP LLC30-E00008034:1351 LLC3 > TCP LLC30-E00008034:1039 LLC3 > TCP LLC30-E00008034:1057 LLC3 > TCP LLC30-E00008034:1118 loca > TCP LLC30-E00008034:1119 loca > TCP LLC30-E00008034:1352 LLC3 > TCP LLC30-E00008034:ms-sql-s L > NG > TCP LLC30-E00008034:62514 LLC3 > TCP LLC30-E00008034:netbios-ssn > ENING > TCP LLC30-E00008034:ms-sql-s L > NG > TCP LLC30-E00008034:52028 LLC3 > UDP LLC30-E00008034:407 *:* > UDP LLC30-E00008034:microsoft-d > UDP LLC30-E00008034:isakmp *:* > UDP LLC30-E00008034:1025 *:* > UDP LLC30-E00008034:1026 *:* > UDP LLC30-E00008034:1033 *:* > UDP LLC30-E00008034:1079 *:* > UDP LLC30-E00008034:2967 *:* > UDP LLC30-E00008034:3456 *:* > UDP LLC30-E00008034:4500 *:* > UDP LLC30-E00008034:52311 *:* > UDP LLC30-E00008034:ntp *:* > UDP LLC30-E00008034:1060 *:* > UDP LLC30-E00008034:1159 *:* > UDP LLC30-E00008034:1191 *:* > UDP LLC30-E00008034:1900 *:* > UDP LLC30-E00008034:62514 *:* > UDP LLC30-E00008034:ntp *:* > UDP LLC30-E00008034:netbios-ns > UDP LLC30-E00008034:netbios-dgm > UDP LLC30-E00008034:1900 *:* > UDP LLC30-E00008034:52029 *:* I don't see 3000 on there, so I suspect there's something wrong with apache. Is there anything in the apache logs in InstantRails/apache/logs/ ? > > I tried changing this file > C:\InstantRails\rails_apps\cookbook\config\scgi.yaml > from > > :host: 127.0.0.1 > > to > > :host: 127.0.0.1:3000 That is invalid, it is expecting a hostname only. Please revert your hosts file back to the original, delete the IR tree and start over. This time, disable your IIS Server (Or if you can't, then change the port like above in the apache.conf file) and follow the online instructions. - -- 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.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFE1lzyUy30ODPkzl0RAuHHAKDOpeSpOwmT9aIBR+aBZWY7YNq8WwCfacWA +s8Eq4O8cC48oswficl2x3M= =hkL7 -----END PGP SIGNATURE----- From bill.walton at charter.net Fri Aug 11 12:39:02 2006 From: bill.walton at charter.net (Bill Walton) Date: Fri, 11 Aug 2006 11:39:02 -0500 Subject: [Instantrails-users] Rolling with Ruby on [Instant]Rails, Release 1.0 on Win2K SP4 References: <45c865d10608101933v19a70de9k4f655df5668fb160@mail.gmail.com> <01da01c6bd5d$3c4682e0$6401a8c0@Presario> <45c865d10608110900lb26601bq997377c35b4b0d71@mail.gmail.com> Message-ID: <021801c6bd64$a865a210$6401a8c0@Presario> I'm forwarding a couple of messages I got this morning from a fellow who's having a problem when accessing the RwRoR tutorial on the wiki. I'd appreciate it if someone else would check the link to the tutorial to see if there's some problem with the images being served. I don't see anything wrong when I access it. But he sent me a PDF showing he's not getting the images. Any ideas re: what might be causing his problem? TIA, Bill ----- Original Message ----- From: tates han To: Bill Walton Sent: Friday, August 11, 2006 11:00 AM Subject: Re: Rolling with Ruby on [Instant]Rails, Release 1.0 on Win2K SP4 Dear Bill, Thanks a lot for your kindly reply! I have visited following link again: http://instantrails.rubyforge.org/tutorial/index.html but ,there is still the same problem: Figure20 to Figure66 can not be displayed. For more detailed information,kindly please find the attached file for your reference!(It is the page I can see) Thanks again for your help! Best Regards Tates Han 2006/8/11, Bill Walton : Hi Tates, Are you still unable to see the images? I checked the wiki this morning and didn't have a problem. There is no PDF version of the tutorial. Thanks for the thought, though. It's something to keep in mind. If you're still having a problem with getting the images served, let me know and I'll pass the info along to someone who might be able to help figure out what the problem is. Best regards, Bill ----- Original Message ----- From: tates han To: bill.walton at charter.net Sent: Thursday, August 10, 2006 9:33 PM Subject: Rolling with Ruby on [Instant]Rails, Release 1.0 on Win2K SP4 Bill, Thanks for your Rolling with Ruby on instant rials! But the pricuture on the page can not displayed from Pic20. I am learning ruby on rails. and Would you kindly please send me the the PDF version or something like that? -- Thanks&Best Regards! Tates Han -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20060811/70269f8e/attachment.html From wfroelich at dbsnow.com Fri Aug 11 14:27:25 2006 From: wfroelich at dbsnow.com (William (Bill) Froelich) Date: Fri, 11 Aug 2006 13:27:25 -0500 Subject: [Instantrails-users] Rolling with Ruby on [Instant]Rails, Release 1.0 on Win2K SP4 Message-ID: Everything seems to work fine for me as well. My browser is being finicky about letting me view the source html so I'll have to figure out that one before I can check it further. So while I don't know what the problem is, I did save the page to disk (including the images) and will forward it directly to Tates (due to the file size) to get him going. If anyone else wants a copy just let me know and I'll be happy to send it. --Bill ________________________________ From: instantrails-users-bounces at rubyforge.org [mailto:instantrails-users-bounces at rubyforge.org] On Behalf Of Bill Walton Sent: Friday, August 11, 2006 11:39 AM To: instantrails-users at rubyforge.org Cc: tates han Subject: Re: [Instantrails-users] Rolling with Ruby on [Instant]Rails,Release 1.0 on Win2K SP4 I'm forwarding a couple of messages I got this morning from a fellow who's having a problem when accessing the RwRoR tutorial on the wiki. I'd appreciate it if someone else would check the link to the tutorial to see if there's some problem with the images being served. I don't see anything wrong when I access it. But he sent me a PDF showing he's not getting the images. Any ideas re: what might be causing his problem? TIA, Bill ----- Original Message ----- From: tates han To: Bill Walton Sent: Friday, August 11, 2006 11:00 AM Subject: Re: Rolling with Ruby on [Instant]Rails, Release 1.0 on Win2K SP4 Dear Bill, Thanks a lot for your kindly reply! I have visited following link again: http://instantrails.rubyforge.org/tutorial/index.html but ,there is still the same problem: Figure20 to Figure66 can not be displayed. For more detailed information,kindly please find the attached file for your reference!(It is the page I can see) Thanks again for your help! Best Regards Tates Han 2006/8/11, Bill Walton : Hi Tates, Are you still unable to see the images? I checked the wiki this morning and didn't have a problem. There is no PDF version of the tutorial. Thanks for the thought, though. It's something to keep in mind. If you're still having a problem with getting the images served, let me know and I'll pass the info along to someone who might be able to help figure out what the problem is. Best regards, Bill ----- Original Message ----- From: tates han To: bill.walton at charter.net Sent: Thursday, August 10, 2006 9:33 PM Subject: Rolling with Ruby on [Instant]Rails, Release 1.0 on Win2K SP4 Bill, Thanks for your Rolling with Ruby on instant rials! But the pricuture on the page can not displayed from Pic20. I am learning ruby on rails. and Would you kindly please send me the the PDF version or something like that? -- Thanks&Best Regards! Tates Han -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20060811/db745b6c/attachment.html From curt.hibbs at gmail.com Fri Aug 11 14:34:46 2006 From: curt.hibbs at gmail.com (Curt Hibbs) Date: Fri, 11 Aug 2006 13:34:46 -0500 Subject: [Instantrails-users] Rolling with Ruby on [Instant]Rails, Release 1.0 on Win2K SP4 In-Reply-To: <021801c6bd64$a865a210$6401a8c0@Presario> References: <45c865d10608101933v19a70de9k4f655df5668fb160@mail.gmail.com> <01da01c6bd5d$3c4682e0$6401a8c0@Presario> <45c865d10608110900lb26601bq997377c35b4b0d71@mail.gmail.com> <021801c6bd64$a865a210$6401a8c0@Presario> Message-ID: <31d15f490608111134y69e64ef7t3194e8eb0e6e4c3@mail.gmail.com> I comes up fine for me too... all images a present and visible. What browser is he using? Does this only happen with the tutorial, or are images missing from other web pages, too.?Is he behind a firewall that might be messing with the http data stream? I'd try using a different browser to see what happens (e.g. if he's using IE, then try Firefox, or vice versa). Curt On 8/11/06, Bill Walton wrote: > > I'm forwarding a couple of messages I got this morning from a fellow > who's having a problem when accessing the RwRoR tutorial on the wiki. I'd > appreciate it if someone else would check the link to the tutorial to see if > there's some problem with the images being served. I don't see anything > wrong when I access it. But he sent me a PDF showing he's not getting the > images. Any ideas re: what might be causing his problem? > > TIA, > Bill > > ----- Original Message ----- > *From:* tates han > *To:* Bill Walton > *Sent:* Friday, August 11, 2006 11:00 AM > *Subject:* Re: Rolling with Ruby on [Instant]Rails, Release 1.0 on Win2K > SP4 > > Dear Bill, > Thanks a lot for your kindly reply! > I have visited following link again: > http://instantrails.rubyforge.org/tutorial/index.html > but ,there is still the same problem: Figure20 to Figure66 can not > be displayed. > For more detailed information,kindly please find the attached file > for your reference!(It is the page I can see) > > Thanks again for your help! > > Best Regards > Tates Han > > 2006/8/11, Bill Walton : > > > > Hi Tates, > > > > Are you still unable to see the images? I checked the wiki this morning > > and didn't have a problem. There is no PDF version of the tutorial. Thanks > > for the thought, though. It's something to keep in mind. If you're still > > having a problem with getting the images served, let me know and I'll pass > > the info along to someone who might be able to help figure out what the > > problem is. > > > > Best regards, > > Bill > > > > ----- Original Message ----- > > *From:* tates han > > *To:* bill.walton at charter.net > > *Sent:* Thursday, August 10, 2006 9:33 PM > > *Subject:* Rolling with Ruby on [Instant]Rails, Release 1.0 on Win2K SP4 > > > > > > Bill, > > Thanks for your Rolling with Ruby on instant rials! > > But the pricuture on the page can not displayed from Pic20. > > I am learning ruby on rails. and Would you kindly please send me the > > the PDF version or something like that? > > -- > > Thanks&Best Regards! > > > > Tates Han > > > > > > _______________________________________________ > 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/20060811/9b30cf05/attachment-0001.html From mortonda at dgrmm.net Fri Aug 11 14:37:42 2006 From: mortonda at dgrmm.net (David Morton) Date: Fri, 11 Aug 2006 13:37:42 -0500 Subject: [Instantrails-users] Rolling with Ruby on [Instant]Rails, Release 1.0 on Win2K SP4 In-Reply-To: <021801c6bd64$a865a210$6401a8c0@Presario> References: <45c865d10608101933v19a70de9k4f655df5668fb160@mail.gmail.com> <01da01c6bd5d$3c4682e0$6401a8c0@Presario> <45c865d10608110900lb26601bq997377c35b4b0d71@mail.gmail.com> <021801c6bd64$a865a210$6401a8c0@Presario> Message-ID: <44DCCE76.30305@dgrmm.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Bill Walton wrote: > I'm forwarding a couple of messages I got this morning from a fellow > who's having a problem when accessing the RwRoR tutorial on the wiki. > I'd appreciate it if someone else would check the link to the tutorial > to see if there's some problem with the images being served. I don't > see anything wrong when I access it. But he sent me a PDF showing he's > not getting the images. Any ideas re: what might be causing his problem? No problems here... - -- 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.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFE3M52Uy30ODPkzl0RAoKHAJ9utx48wCMvwIQaTN//Z91J7sA/lACfeGpR MzKA7PJcUllCTtfoYZiPV2M= =jsS5 -----END PGP SIGNATURE----- From lists at vkimball.com Mon Aug 14 12:17:40 2006 From: lists at vkimball.com (Vince Kimball) Date: Mon, 14 Aug 2006 12:17:40 -0400 (EDT) Subject: [Instantrails-users] InstantRails with 1.1.6? Message-ID: <57037.66.203.88.3.1155572260.squirrel@webmail.vkimball.com> Hi, Just wondering if there are any plans for a version of InstantRails with Rails 1.1.6 included? Thanks in advance! -- Vince From curt.hibbs at gmail.com Mon Aug 14 12:59:10 2006 From: curt.hibbs at gmail.com (Curt Hibbs) Date: Mon, 14 Aug 2006 11:59:10 -0500 Subject: [Instantrails-users] InstantRails with 1.1.6? In-Reply-To: <57037.66.203.88.3.1155572260.squirrel@webmail.vkimball.com> References: <57037.66.203.88.3.1155572260.squirrel@webmail.vkimball.com> Message-ID: <31d15f490608140959g66896857nf50b4ccfb866874b@mail.gmail.com> Yes, I'm working on it (along with some other needed changes). You can easily upgrade your current installation by opening a Ruby console window (through the INstant Rails menus) and running the command: gem install rails --include-dependencies Curt On 8/14/06, Vince Kimball wrote: > > Hi, > > Just wondering if there are any plans for a version of InstantRails with > Rails 1.1.6 included? > > Thanks in advance! > -- Vince > > > _______________________________________________ > 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/20060814/c44ba945/attachment.html From mortonda at dgrmm.net Mon Aug 14 13:59:12 2006 From: mortonda at dgrmm.net (David Morton) Date: Mon, 14 Aug 2006 12:59:12 -0500 Subject: [Instantrails-users] InstantRails with 1.1.6? In-Reply-To: <31d15f490608140959g66896857nf50b4ccfb866874b@mail.gmail.com> References: <57037.66.203.88.3.1155572260.squirrel@webmail.vkimball.com> <31d15f490608140959g66896857nf50b4ccfb866874b@mail.gmail.com> Message-ID: <44E0B9F0.9040603@dgrmm.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Curt Hibbs wrote: > Yes, I'm working on it (along with some other needed changes). You can Glad you are... I'm swamped at the moment. - -- 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.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFE4LnwUy30ODPkzl0RAn/PAKCSvisW8Qox6v6hjU4Q/TI+ynzM0ACg1I/N vcgDlu4LmDj605vG6Vjla3k= =9eHl -----END PGP SIGNATURE----- From lists at vkimball.com Mon Aug 14 15:23:46 2006 From: lists at vkimball.com (Vince Kimball) Date: Mon, 14 Aug 2006 15:23:46 -0400 (EDT) Subject: [Instantrails-users] InstantRails with 1.1.6? In-Reply-To: <31d15f490608140959g66896857nf50b4ccfb866874b@mail.gmail.com> References: <57037.66.203.88.3.1155572260.squirrel@webmail.vkimball.com> <31d15f490608140959g66896857nf50b4ccfb866874b@mail.gmail.com> Message-ID: <63577.66.203.88.3.1155583426.squirrel@webmail.vkimball.com> True, thanks for the reminder and the update. > Yes, I'm working on it (along with some other needed changes). You can > easily upgrade your current installation by opening a Ruby console window > (through the INstant Rails menus) and running the command: > > gem install rails --include-dependencies > > Curt > > On 8/14/06, Vince Kimball wrote: >> >> Hi, >> >> Just wondering if there are any plans for a version of InstantRails with >> Rails 1.1.6 included? >> >> Thanks in advance! >> -- Vince >> From mschultz at agency.com Tue Aug 15 21:44:05 2006 From: mschultz at agency.com (Matthew Schultz) Date: Tue, 15 Aug 2006 21:44:05 -0400 Subject: [Instantrails-users] Launching a different cmd shell from IR? Message-ID: <3B0317F36B02544892C95B9B4452E88C01199C8D@pegasus.webacom.net> Hi all, I searched the archives, but I couldn't find any mention of this. Is there a way to modify IR to launch a different cmd shell? For example, I'm using Console (http://sourceforge.net/projects/console/) which provides for tabs and transparency, and I'd like to use it as my Ruby console window. Possible? Regards, Matt Schultz ___________________________________________________ This e-mail is intended only for the named person or entity to which it is addressed and contains valuable business information that is privileged, confidential and/or otherwise protected from disclosure. Dissemination, distribution or copying of this e-mail or the information herein by anyone other than the intended recipient, or an employee or agent responsible for delivering the message to the intended recipient, is strictly prohibited. All contents are the copyright property of Agency.com Ltd., its affiliates or a client of such agencies. If you are not the intended recipient, you are nevertheless bound to respect the worldwide legal rights of Agency.com, its affiliates and its clients. We require that unintended recipients delete the e-mail and destroy all electronic copies in their system, retaining no copies in any media. If you have received this e-mail in error, please immediately notify us via e-mail to disclaimer at agency.com. We appreciate your cooperation. We make no warranties as to the accuracy or completeness of this e-mail and accept no liability for its content or use. Any opinions expressed in this e-mail are those of the author and do not necessarily reflect the opinions of Agency.com or any of its affiliates. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20060815/efd134a5/attachment.html From curt.hibbs at gmail.com Tue Aug 15 23:42:34 2006 From: curt.hibbs at gmail.com (Curt Hibbs) Date: Tue, 15 Aug 2006 22:42:34 -0500 Subject: [Instantrails-users] Launching a different cmd shell from IR? In-Reply-To: <3B0317F36B02544892C95B9B4452E88C01199C8D@pegasus.webacom.net> References: <3B0317F36B02544892C95B9B4452E88C01199C8D@pegasus.webacom.net> Message-ID: <31d15f490608152042x6faffbc3ibd5200763a0d1a41@mail.gmail.com> The only thing the IR manager does is open a cmd console window and add IR's ruby\bin directory to the path. You don't really need to open you console from IR. Just make sure to put IR's ruby\bin on the path and it should work just fine for you. Curt On 8/15/06, Matthew Schultz wrote: > > Hi all, > > > > I searched the archives, but I couldn't find any mention of this. Is there > a way to modify IR to launch a different cmd shell? For example, I'm using > Console (http://sourceforge.net/projects/console/) which provides for tabs > and transparency, and I'd like to use it as my Ruby console window. > > > > Possible? > > > > Regards, > > > > Matt Schultz > > ___________________________________________________ > This e-mail is intended only for the named person or entity to which > it is addressed and contains valuable business information that is > privileged, confidential and/or otherwise protected from disclosure. > Dissemination, distribution or copying of this e-mail or the > information herein by anyone other than the intended recipient, or > an employee or agent responsible for delivering the message to the > intended recipient, is strictly prohibited. All contents are the > copyright property of Agency.com Ltd., its affiliates or a client of > such agencies. If you are not the intended recipient, you are > nevertheless bound to respect the worldwide legal rights of > Agency.com, its affiliates and its clients. We require that > unintended recipients delete the e-mail and destroy all electronic > copies in their system, retaining no copies in any media. If you > have received this e-mail in error, please immediately notify us via > e-mail to disclaimer at agency.com. We appreciate your cooperation. > > We make no warranties as to the accuracy or completeness of this > e-mail and accept no liability for its content or use. Any opinions > expressed in this e-mail are those of the author and do not > necessarily reflect the opinions of Agency.com or any of its > affiliates. > > > _______________________________________________ > 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/20060815/3517077f/attachment-0001.html From johnjrmo at gmail.com Fri Aug 18 19:12:13 2006 From: johnjrmo at gmail.com (John Houston) Date: Fri, 18 Aug 2006 19:12:13 -0400 Subject: [Instantrails-users] RJS error - object error Message-ID: Having some trouble inserting some AJAX onto IE. I am going through the Agile Web Development with Rails pdf beta book and have run into a problem at Task D2 "An Ajax Based Cart" I have successfully made it this far in working through the Depot application example. However, It appears that IE dosn't want to let me add this table to my HTML page. I even changed the HTML in the partial to ( I googled that up). I am running IE v 6.0 on a XP SP2 pc. Here is the log snippet. Processing StoreController#add_to_cart (for 127.0.0.1 at 2006-08-18 19:07:22) [POST] Session ID: ef23105e9ab011e49188ae2526b80aa8 Parameters: {"commit"=>"Add to Cart", "action"=>"add_to_cart", "id"=>"2", "controller"=>"store"} Product Columns (0.000000) SHOW FIELDS FROM products Product Load (0.010000) SELECT * FROM products WHERE ( products.id = 2)  Rendering store/add_to_cart Rendered store/_cart_item (0.01000) Rendered store/_cart_item (0.00000) Rendered store/_cart_item (0.01000) Rendered store/_cart (0.02000) Completed in 0.04000 (25 reqs/sec) | Rendering: 0.03000 (75%) | DB: 0.01000(25%) | 200 OK [ http://localhost/store/add_to_cart/2] ROR seems to be working right, it seems to me that IE can't handle the AJAX post. Does anyone know the answer here? Thanks -- John Houston +++ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20060818/d7a32ac0/attachment.html From mortonda at dgrmm.net Fri Aug 18 20:21:17 2006 From: mortonda at dgrmm.net (David Morton) Date: Fri, 18 Aug 2006 19:21:17 -0500 Subject: [Instantrails-users] RJS error - object error In-Reply-To: References: Message-ID: <44E6597D.8090708@dgrmm.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 John Houston wrote: > Having some trouble inserting some AJAX onto IE. I am going through the > Agile Web Development with Rails pdf beta book and have run into a > problem at Task D2 "An Ajax Based Cart" I have successfully made it > this far in working through the Depot application example. However, It > appears that IE dosn't want to let me add this table to my HTML page. I > even changed the HTML
in the partial to ( I googled that I vaguely remember something about ajax+tables+IE doesn't work. - -- 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.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFE5ll9Uy30ODPkzl0RAqs8AJ9o87yBsq0CZrjrkE84WpSqO6He2QCgpDgn 7FriyLEy8698QUABh6wZwok= =Yv3Q -----END PGP SIGNATURE----- From mschultz at agency.com Fri Aug 18 21:03:53 2006 From: mschultz at agency.com (Matthew Schultz) Date: Fri, 18 Aug 2006 21:03:53 -0400 Subject: [Instantrails-users] RJS error - object error Message-ID: <3B0317F36B02544892C95B9B4452E88C0119A3AD@pegasus.webacom.net> John, I'm going through the same book (:page=>167), which means I've passed the section you're currently on. I'm using IE6.0x, and the AJAX feature is working for me. The display isn't as smooth as in Firefox, but it definitely works. I'd be happy to check out your code if you can't get it to work. I've been running into issues every now and again, and every time (so far) it's been a typo on my part. You might want to have a fresh set of eyes check your code. Matt Schultz ________________________________ From: instantrails-users-bounces at rubyforge.org [mailto:instantrails-users-bounces at rubyforge.org] On Behalf Of John Houston Sent: Friday, August 18, 2006 7:12 PM To: instantrails-users at rubyforge.org Subject: [Instantrails-users] RJS error - object error Having some trouble inserting some AJAX onto IE. I am going through the Agile Web Development with Rails pdf beta book and have run into a problem at Task D2 "An Ajax Based Cart" I have successfully made it this far in working through the Depot application example. However, It appears that IE dosn't want to let me add this table to my HTML page. I even changed the HTML
in the partial to ( I googled that up). I am running IE v 6.0 on a XP SP2 pc. Here is the log snippet. Processing StoreController#add_to_cart (for 127.0.0.1 at 2006-08-18 19:07:22) [POST] Session ID: ef23105e9ab011e49188ae2526b80aa8 Parameters: {"commit"=>"Add to Cart", "action"=>"add_to_cart", "id"=>"2", "controller"=>"store"} [4;36;1mProduct Columns (0.000000)[0m [0;1mSHOW FIELDS FROM products[0m [4;35;1mProduct Load (0.010000)[0m [0mSELECT * FROM products WHERE (products.id = 2) [0m Rendering store/add_to_cart Rendered store/_cart_item (0.01000) Rendered store/_cart_item (0.00000) Rendered store/_cart_item (0.01000) Rendered store/_cart (0.02000) Completed in 0.04000 (25 reqs/sec) | Rendering: 0.03000 (75%) | DB: 0.01000 (25%) | 200 OK [http://localhost/store/add_to_cart/2] ROR seems to be working right, it seems to me that IE can't handle the AJAX post. Does anyone know the answer here? Thanks -- John Houston +++ ___________________________________________________ This e-mail is intended only for the named person or entity to which it is addressed and contains valuable business information that is privileged, confidential and/or otherwise protected from disclosure. Dissemination, distribution or copying of this e-mail or the information herein by anyone other than the intended recipient, or an employee or agent responsible for delivering the message to the intended recipient, is strictly prohibited. All contents are the copyright property of Agency.com Ltd., its affiliates or a client of such agencies. If you are not the intended recipient, you are nevertheless bound to respect the worldwide legal rights of Agency.com, its affiliates and its clients. We require that unintended recipients delete the e-mail and destroy all electronic copies in their system, retaining no copies in any media. If you have received this e-mail in error, please immediately notify us via e-mail to disclaimer at agency.com. We appreciate your cooperation. We make no warranties as to the accuracy or completeness of this e-mail and accept no liability for its content or use. Any opinions expressed in this e-mail are those of the author and do not necessarily reflect the opinions of Agency.com or any of its affiliates. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20060818/b143b918/attachment.html From johnjrmo at gmail.com Mon Aug 21 12:53:05 2006 From: johnjrmo at gmail.com (John Houston) Date: Mon, 21 Aug 2006 12:53:05 -0400 Subject: [Instantrails-users] RJS error - object error In-Reply-To: <3B0317F36B02544892C95B9B4452E88C0119A3AD@pegasus.webacom.net> References: <3B0317F36B02544892C95B9B4452E88C0119A3AD@pegasus.webacom.net> Message-ID: Matthew, Thanks for the feedback. It was good to know that somebody else made it past this point. So, I went back and started over on the cart piece. This time i didn't customize my layout so much, and it works now. John On 8/18/06, Matthew Schultz wrote: > > John, > > > > I'm going through the same book (:page=>167), which means I've passed the > section you're currently on. I'm using IE6.0x, and the AJAX feature is > working for me. The display isn't as smooth as in Firefox, but it definitely > works. > > > > I'd be happy to check out your code if you can't get it to work. I've been > running into issues every now and again, and every time (so far) it's been a > typo on my part. You might want to have a fresh set of eyes check your code. > > > > Matt Schultz > ------------------------------ > > *From:* instantrails-users-bounces at rubyforge.org [mailto: > instantrails-users-bounces at rubyforge.org] *On Behalf Of *John Houston > *Sent:* Friday, August 18, 2006 7:12 PM > *To:* instantrails-users at rubyforge.org > *Subject:* [Instantrails-users] RJS error - object error > > > > Having some trouble inserting some AJAX onto IE. I am going through the > Agile Web Development with Rails pdf beta book and have run into a problem > at Task D2 "An Ajax Based Cart" I have successfully made it this far in > working through the Depot application example. However, It appears that IE > dosn't want to let me add this table to my HTML page. I even changed the > HTML
in the partial to ( I googled that up). I am running > IE v 6.0 on a XP SP2 pc. > > Here is the log snippet. > > > > Processing StoreController#add_to_cart (for 127.0.0.1 at 2006-08-18 > 19:07:22) [POST] > Session ID: ef23105e9ab011e49188ae2526b80aa8 > Parameters: {"commit"=>"Add to Cart", "action"=>"add_to_cart", > "id"=>"2", "controller"=>"store"} > [4;36;1mProduct Columns (0.000000)[0m [0;1mSHOW FIELDS FROM > products[0m > [4;35;1mProduct Load (0.010000)[0m [0mSELECT * FROM products WHERE ( > products.id = 2) [0m > Rendering store/add_to_cart > Rendered store/_cart_item (0.01000) > Rendered store/_cart_item (0.00000) > Rendered store/_cart_item (0.01000) > Rendered store/_cart (0.02000) > Completed in 0.04000 (25 reqs/sec) | Rendering: 0.03000 (75%) | DB: > 0.01000 (25%) | 200 OK [http://localhost/store/add_to_cart/2] > > > > ROR seems to be working right, it seems to me that IE can't handle the > AJAX post. > > > > Does anyone know the answer here? > > > > Thanks > > > > > -- > John Houston > > +++ > > ___________________________________________________ > This e-mail is intended only for the named person or entity to which > it is addressed and contains valuable business information that is > privileged, confidential and/or otherwise protected from disclosure. > Dissemination, distribution or copying of this e-mail or the > information herein by anyone other than the intended recipient, or > an employee or agent responsible for delivering the message to the > intended recipient, is strictly prohibited. All contents are the > copyright property of Agency.com Ltd., its affiliates or a client of > such agencies. If you are not the intended recipient, you are > nevertheless bound to respect the worldwide legal rights of Agency.com , its affiliates and its clients. We require that > unintended recipients delete the e-mail and destroy all electronic > copies in their system, retaining no copies in any media. If you > have received this e-mail in error, please immediately notify us via > e-mail to disclaimer at agency.com. We appreciate your cooperation. > > We make no warranties as to the accuracy or completeness of this > e-mail and accept no liability for its content or use. Any opinions > expressed in this e-mail are those of the author and do not > necessarily reflect the opinions of Agency.com or any of its > affiliates. > > > > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users > > -- John Houston p.660-232-4568 +++ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20060821/b5dbacc2/attachment-0001.html From hkatsumi at cbcamerica.com Mon Aug 21 14:57:56 2006 From: hkatsumi at cbcamerica.com (hkatsumi at cbcamerica.com) Date: Mon, 21 Aug 2006 14:57:56 -0400 Subject: [Instantrails-users] www.mycookbook.com Message-ID: <9CD5CF7113A5E44BB9DE73FB231BB04602961594@EXVS1.cbcamerica.com> InstantRails Wiki: Getting Started uses www.mycookbook.com which exists in real world. What is the relationship? hk From mortonda at dgrmm.net Mon Aug 21 15:04:26 2006 From: mortonda at dgrmm.net (David Morton) Date: Mon, 21 Aug 2006 14:04:26 -0500 Subject: [Instantrails-users] www.mycookbook.com In-Reply-To: <9CD5CF7113A5E44BB9DE73FB231BB04602961594@EXVS1.cbcamerica.com> References: <9CD5CF7113A5E44BB9DE73FB231BB04602961594@EXVS1.cbcamerica.com> Message-ID: <44EA03BA.3070704@dgrmm.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hkatsumi at cbcamerica.com wrote: > InstantRails Wiki: Getting Started uses www.mycookbook.com which exists > in real world. What is the relationship? None whatsoever; we probably should use www.example.com instead. By putting www.cookbook.com in your hosts file, you actually redirect traffic to you own server, which makes the real site inaccessible. - -- 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.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFE6gO6Uy30ODPkzl0RAjqBAJ4zRzry0QQrCHGTKc/oaQVbrWcVAwCeLeIw Y+WndgZ1YTxMVpls+eZXNO4= =NjXT -----END PGP SIGNATURE----- From bill.walton at charter.net Mon Aug 21 16:32:46 2006 From: bill.walton at charter.net (Bill Walton) Date: Mon, 21 Aug 2006 15:32:46 -0500 Subject: [Instantrails-users] www.mycookbook.com References: <9CD5CF7113A5E44BB9DE73FB231BB04602961594@EXVS1.cbcamerica.com> <44EA03BA.3070704@dgrmm.net> Message-ID: <023701c6c560$f6bf43e0$6401a8c0@Presario> >> InstantRails Wiki: Getting Started uses >> www.mycookbook.com > By putting www.cookbook.com in your > hosts file... Every letter counts in URLs ;-) Best regards, Bill From frank_perez55 at hotmail.com Tue Aug 22 13:37:14 2006 From: frank_perez55 at hotmail.com (Frank Perez) Date: Tue, 22 Aug 2006 13:37:14 -0400 Subject: [Instantrails-users] help! installing instant rails on a network server Message-ID: Hi, I have installed instant rails on my local machine and created an application. Now I want to install instant rails on my network server to make the app available to the network. I installed IR on the network server but I can't access it from any of my machines on the network. Could it be that I changed the port on the Apache config to 3000? I had to do this to get apache to run because another app was using 80. I have tried the following http://127.0.0.1:3000. No luck! Please advise. thanks-Frank _________________________________________________________________ Check the weather nationwide with MSN Search: Try it now! http://search.msn.com/results.aspx?q=weather&FORM=WLMTAG From bspolarich at picometrix.com Tue Aug 22 13:52:15 2006 From: bspolarich at picometrix.com (Spolarich, Brian) Date: Tue, 22 Aug 2006 13:52:15 -0400 Subject: [Instantrails-users] help! installing instant rails on a networkserver Message-ID: <5BEC6D6C9951AC4E85C645DAE68000C9A4470F@athena.aa.picometrix.com> > I have installed instant rails on my local machine and > created an application. Now I want to install instant rails > on my network server to make the app available to the > network. I installed IR on the network server but I can't > access it from any of my machines on the network. Could it be > that I changed the port on the Apache config to 3000? I had > to do this to get apache to run because another app was using > 80. I have tried the following http://127.0.0.1:3000. No luck! Frank, perhaps I'm misunderstanding you, but the IP address '127.0.0.1' always points to the loopback interface on your client machine, so that's not going to work. You'll need to connect to the server where you've installed InstantRails using its IP address or hostname. You can identify this via 'ipconfig'. You can verify that InstantRails is running and listening on port 3000 via 'netstat -an' and look for a socket marked as LISTEN on port 3000. If you don't see that you know that Apache is not running and listening for connections. I'd look at the apache error log at that point and resolve any startup errors you see. -brian From mschultz at agency.com Tue Aug 22 16:51:22 2006 From: mschultz at agency.com (Matthew Schultz) Date: Tue, 22 Aug 2006 16:51:22 -0400 Subject: [Instantrails-users] RJS error - object error Message-ID: <3B0317F36B02544892C95B9B4452E88C01230EAF@pegasus.webacom.net> =) Any time! ________________________________ From: instantrails-users-bounces at rubyforge.org [mailto:instantrails-users-bounces at rubyforge.org] On Behalf Of John Houston Sent: Monday, August 21, 2006 12:53 PM To: instantrails-users at rubyforge.org Subject: Re: [Instantrails-users] RJS error - object error Matthew, Thanks for the feedback. It was good to know that somebody else made it past this point. So, I went back and started over on the cart piece. This time i didn't customize my layout so much, and it works now. John On 8/18/06, Matthew Schultz wrote: John, I'm going through the same book (:page=>167), which means I've passed the section you're currently on. I'm using IE6.0x, and the AJAX feature is working for me. The display isn't as smooth as in Firefox, but it definitely works. I'd be happy to check out your code if you can't get it to work. I've been running into issues every now and again, and every time (so far) it's been a typo on my part. You might want to have a fresh set of eyes check your code. Matt Schultz ________________________________ From: instantrails-users-bounces at rubyforge.org [mailto:instantrails-users-bounces at rubyforge.org ] On Behalf Of John Houston Sent: Friday, August 18, 2006 7:12 PM To: instantrails-users at rubyforge.org Subject: [Instantrails-users] RJS error - object error Having some trouble inserting some AJAX onto IE. I am going through the Agile Web Development with Rails pdf beta book and have run into a problem at Task D2 "An Ajax Based Cart" I have successfully made it this far in working through the Depot application example. However, It appears that IE dosn't want to let me add this table to my HTML page. I even changed the HTML
in the partial to ( I googled that up). I am running IE v 6.0 on a XP SP2 pc. Here is the log snippet. Processing StoreController#add_to_cart (for 127.0.0.1 at 2006-08-18 19:07:22) [POST] Session ID: ef23105e9ab011e49188ae2526b80aa8 Parameters: {"commit"=>"Add to Cart", "action"=>"add_to_cart", "id"=>"2", "controller"=>"store"} [4;36;1mProduct Columns (0.000000)[0m [0;1mSHOW FIELDS FROM products[0m [4;35;1mProduct Load (0.010000)[0m [0mSELECT * FROM products WHERE ( products.id = 2) [0m Rendering store/add_to_cart Rendered store/_cart_item (0.01000) Rendered store/_cart_item (0.00000) Rendered store/_cart_item (0.01000) Rendered store/_cart (0.02000) Completed in 0.04000 (25 reqs/sec) | Rendering: 0.03000 (75%) | DB: 0.01000 (25%) | 200 OK [http://localhost/store/add_to_cart/2 ] ROR seems to be working right, it seems to me that IE can't handle the AJAX post. Does anyone know the answer here? Thanks -- John Houston +++ ___________________________________________________ This e-mail is intended only for the named person or entity to which it is addressed and contains valuable business information that is privileged, confidential and/or otherwise protected from disclosure. Dissemination, distribution or copying of this e-mail or the information herein by anyone other than the intended recipient, or an employee or agent responsible for delivering the message to the intended recipient, is strictly prohibited. All contents are the copyright property of Agency.com Ltd., its affiliates or a client of such agencies. If you are not the intended recipient, you are nevertheless bound to respect the worldwide legal rights of Agency.com , its affiliates and its clients. We require that unintended recipients delete the e-mail and destroy all electronic copies in their system, retaining no copies in any media. If you have received this e-mail in error, please immediately notify us via e-mail to disclaimer at agency.com. We appreciate your cooperation. We make no warranties as to the accuracy or completeness of this e-mail and accept no liability for its content or use. Any opinions expressed in this e-mail are those of the author and do not necessarily reflect the opinions of Agency.com or any of its affiliates. _______________________________________________ Instantrails-users mailing list Instantrails-users at rubyforge.org http://rubyforge.org/mailman/listinfo/instantrails-users -- John Houston p.660-232-4568 +++ ___________________________________________________ This e-mail is intended only for the named person or entity to which it is addressed and contains valuable business information that is privileged, confidential and/or otherwise protected from disclosure. Dissemination, distribution or copying of this e-mail or the information herein by anyone other than the intended recipient, or an employee or agent responsible for delivering the message to the intended recipient, is strictly prohibited. All contents are the copyright property of Agency.com Ltd., its affiliates or a client of such agencies. If you are not the intended recipient, you are nevertheless bound to respect the worldwide legal rights of Agency.com, its affiliates and its clients. We require that unintended recipients delete the e-mail and destroy all electronic copies in their system, retaining no copies in any media. If you have received this e-mail in error, please immediately notify us via e-mail to disclaimer at agency.com. We appreciate your cooperation. We make no warranties as to the accuracy or completeness of this e-mail and accept no liability for its content or use. Any opinions expressed in this e-mail are those of the author and do not necessarily reflect the opinions of Agency.com or any of its affiliates. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20060822/6687aef6/attachment-0001.html From chris.cocuzzo at gmail.com Sat Aug 26 16:54:56 2006 From: chris.cocuzzo at gmail.com (Chris Cocuzzo) Date: Sat, 26 Aug 2006 16:54:56 -0400 Subject: [Instantrails-users] Need help getting cookbook up and running. Message-ID: <426243ab0608261354x2e0ba531o6563491fd86261eb@mail.gmail.com> Hi. I've followed the InstantRails installation documentation to the T with the exception of having everything in C:\rails. However, when I try to run cookbook, I get this: Application error (Apache) Change this error message for exceptions thrown outside of an action (like in Dispatcher setups or broken Ruby code) in public/500.html The apache error log says this: [Sun Aug 27 01:27:52 2006] [error] [client 127.0.0.1] (10061)Unknown error: scgi: connecting to server The apache access log says this: 127.0.0.1 - - [27/Aug/2006:01:27:52 +0530] "GET /recipe/list HTTP/1.1" 500 325 I haven't used apache in a while and as a result, i'm lost on what these errors mean in regard to the application. I got the error in the browser directly after the initial redirect. Any ideas on what might have gone wrong here? Thanks, Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20060826/0ac802e0/attachment.html From curt.hibbs at gmail.com Sat Aug 26 22:14:41 2006 From: curt.hibbs at gmail.com (Curt Hibbs) Date: Sat, 26 Aug 2006 21:14:41 -0500 Subject: [Instantrails-users] Need help getting cookbook up and running. In-Reply-To: <426243ab0608261354x2e0ba531o6563491fd86261eb@mail.gmail.com> References: <426243ab0608261354x2e0ba531o6563491fd86261eb@mail.gmail.com> Message-ID: <31d15f490608261914s135a8effud88c99c0abd8ec96@mail.gmail.com> Did you start the SCGI server for the cookbook application? If not, from the main menu choose "Rails Applications>Manage Rails Applications..." then check the checkbox next to the cookbook app and press the "Start SCGI Server" button. You'll get a DOS box with no text in it, but don't close this window because that will terminate the SCGI server. Now it should work. Curt On 8/26/06, Chris Cocuzzo wrote: > > Hi. > > I've followed the InstantRails installation documentation to the T with > the exception of having everything in C:\rails. > > However, when I try to run cookbook, I get this: > Application error (Apache) > Change this error message for exceptions thrown outside of an action (like > in Dispatcher setups or broken Ruby code) in public/500.html > > The apache error log says this: > [Sun Aug 27 01:27:52 2006] [error] [client 127.0.0.1] (10061)Unknown > error: scgi: connecting to server > > The apache access log says this: > 127.0.0.1 - - [27/Aug/2006:01:27:52 +0530] "GET /recipe/list HTTP/1.1" 500 > 325 > > I haven't used apache in a while and as a result, i'm lost on what these > errors mean in regard to the application. I got the error in the browser > directly after the initial redirect. > > Any ideas on what might have gone wrong here? > > Thanks, > Chris > > > > _______________________________________________ > 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/20060826/cced5ec6/attachment.html From chris.cocuzzo at gmail.com Sun Aug 27 10:51:07 2006 From: chris.cocuzzo at gmail.com (Chris Cocuzzo) Date: Sun, 27 Aug 2006 10:51:07 -0400 Subject: [Instantrails-users] Need help getting cookbook up and running. In-Reply-To: <31d15f490608261914s135a8effud88c99c0abd8ec96@mail.gmail.com> References: <426243ab0608261354x2e0ba531o6563491fd86261eb@mail.gmail.com> <31d15f490608261914s135a8effud88c99c0abd8ec96@mail.gmail.com> Message-ID: <426243ab0608270751v25d37e5ap7d41066305bc4550@mail.gmail.com> I started that originally, still no success though trying it again. It looks like the problem is solely with Apache, but I just don't know exactly what's going on. Any other ideas? On 8/26/06, Curt Hibbs wrote: > > Did you start the SCGI server for the cookbook application? > > If not, from the main menu choose "Rails Applications>Manage Rails > Applications..." then check the checkbox next to the cookbook app and press > the "Start SCGI Server" button. You'll get a DOS box with no text in it, but > don't close this window because that will terminate the SCGI server. Now it > should work. > > Curt > > On 8/26/06, Chris Cocuzzo wrote: > > > Hi. > > I've followed the InstantRails installation documentation to the T with > the exception of having everything in C:\rails. > > However, when I try to run cookbook, I get this: > Application error (Apache) > Change this error message for exceptions thrown outside of an action (like > in Dispatcher setups or broken Ruby code) in public/500.html > > The apache error log says this: > [Sun Aug 27 01:27:52 2006] [error] [client 127.0.0.1] (10061)Unknown > error: scgi: connecting to server > > The apache access log says this: > 127.0.0.1 - - [27/Aug/2006:01:27:52 +0530] "GET /recipe/list HTTP/1.1" 500 > 325 > > I haven't used apache in a while and as a result, i'm lost on what these > errors mean in regard to the application. I got the error in the browser > directly after the initial redirect. > > Any ideas on what might have gone wrong here? > > Thanks, > Chris > > > > _______________________________________________ > 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/20060827/5e837af2/attachment.html From bwg1974 at yahoo.com Mon Aug 28 00:03:42 2006 From: bwg1974 at yahoo.com (Brian Gibson) Date: Sun, 27 Aug 2006 21:03:42 -0700 (PDT) Subject: [Instantrails-users] How soon before MySQL 5.X will be added? Message-ID: <20060828040342.72954.qmail@web54508.mail.yahoo.com> I noticed that InstantRails ships with MySQL 4.X. Unfortunately, this version has the "TRUNCATE does not reset autoincrement" bug. This bug is a minor issue. I don't know if 5.X fixes this bug, but it would be nice if it did. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From curt.hibbs at gmail.com Mon Aug 28 00:38:32 2006 From: curt.hibbs at gmail.com (Curt Hibbs) Date: Sun, 27 Aug 2006 23:38:32 -0500 Subject: [Instantrails-users] How soon before MySQL 5.X will be added? In-Reply-To: <20060828040342.72954.qmail@web54508.mail.yahoo.com> References: <20060828040342.72954.qmail@web54508.mail.yahoo.com> Message-ID: <31d15f490608272138y5f5eef45yaabf2f0c53cb62a3@mail.gmail.com> I'm afraid that will be sometime next year. MySQL 5 (and Apache 2) are part of Instant Rails 2 which is a complete rewrite (and cross platform, as well). Except for switching Instant Rails 1 to use Mongrel instead of SCGI (which is work in progress), no additional work on IR 1 is planned. Curt On 8/27/06, Brian Gibson wrote: > > I noticed that InstantRails ships with MySQL 4.X. > Unfortunately, this version has the "TRUNCATE does not > reset autoincrement" bug. This bug is a minor issue. > I don't know if 5.X fixes this bug, but it would be > nice if it did. > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > _______________________________________________ > 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/20060827/87115b5f/attachment.html