From sbeach at umich.edu Sat Jul 7 15:08:12 2007 From: sbeach at umich.edu (Sunny Beach) Date: Sun Jul 8 00:15:16 2007 Subject: [Locomotive-users] NULL values inserted In-Reply-To: References: Message-ID: <22DD9508-C77C-4A3F-9FF4-8FC8195BD5EA@umich.edu> I am working on a new project using the March 07 bundle and Sqlite3. It seems to be pre-filling NULL in all the fields when creating a new line in the DB. Any idea if this is something I set up wrong or something with Locomotive? Previous projects with an older version of Locomotive did not have this problem. Thanks, Sunny --- Sunny Beach Society for College and University Planning (SCUP) 339 East Liberty Street, Suite 300 Ann Arbor, MI 48104 734.998.6967 734.998.6532 (fax) sunny.beach@scup.org www.scup.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://one.textdrive.com/pipermail/locomotive-users/attachments/20070708/98c77a55/attachment.htm From ni-di at web.de Sun Jul 8 21:38:52 2007 From: ni-di at web.de (Niko Dittmann) Date: Sun Jul 8 21:39:04 2007 Subject: [Locomotive-users] NULL values inserted In-Reply-To: <22DD9508-C77C-4A3F-9FF4-8FC8195BD5EA@umich.edu> References: <22DD9508-C77C-4A3F-9FF4-8FC8195BD5EA@umich.edu> Message-ID: <43FF5724-54EF-4B93-9707-EC088DA3A5E2@web.de> Am 07.07.2007 um 17:08 schrieb Sunny Beach: > I am working on a new project using the March 07 bundle and Sqlite3. > > It seems to be pre-filling NULL in all the fields when creating a > new line in the DB. > > Any idea if this is something I set up wrong or something with > Locomotive? The Locomotive-version from March uses a different sqlite-version. Try to update the gem: sudo gem update sqlite3-ruby (within a terminal opened by locomotive) or sudo gem update and tell us if it worked. :) Niko. -- ____________________________ niko dittmann ____________________________ From Peer.Allan at canadadrugs.com Mon Jul 9 14:14:42 2007 From: Peer.Allan at canadadrugs.com (Peer Allan) Date: Mon Jul 9 14:14:46 2007 Subject: [Locomotive-users] Cannot launch terminal (Terminal Configuration Error) Message-ID: We have a Locomotive install where the Terminal will not start. We get the "Rails Terminal Configuration Error There was an error configuring your terminal. If this problems persists, please file a bug report." Popup appearing whenever we try. We checked to console and no error are being logged. Here is a list of things we have tried and that did not work: - creating a new rails app from within Locomotive and launch terminal - reinstalled Locomotive - deleted Locomotive preferences - deleted Terminal preferences - tried several different bundles The computer is Powerbook G4 15" with Mac OS X v10.4. Thanks Peer Allan Sr. Web Developer, e-Business CanadaDrugs.com Group of Companies 16 Terracon Place Winnipeg, MB, Canada R2J 4G7 Phone: (204) 654-7951 Cell: (204) 781-8719 Fax: (204) 654-7910 www.canadadrugs.com From ryan.raaum at gmail.com Mon Jul 9 16:06:31 2007 From: ryan.raaum at gmail.com (Ryan Raaum) Date: Mon Jul 9 16:06:37 2007 Subject: [Locomotive-users] Cannot launch terminal (Terminal Configuration Error) In-Reply-To: References: Message-ID: Hi, On 7/9/07, Peer Allan wrote: > We have a Locomotive install where the Terminal will not start. We get the > "Rails Terminal Configuration Error There was an error configuring your > terminal. If this problems persists, please file a bug report." Popup > appearing whenever we try. > > We checked to console and no error are being logged. Here is a list of > things we have tried and that did not work: > > - creating a new rails app from within Locomotive and launch terminal > - reinstalled Locomotive > - deleted Locomotive preferences > - deleted Terminal preferences > - tried several different bundles > > The computer is Powerbook G4 15" with Mac OS X v10.4. Thanks I know this isn't a real solution, but it may help me track down the problem... What happens if you install iTerm (http://iterm.sourceforge.net/) and set the Locomotive preferences to use it? Ryan > > Peer Allan > Sr. Web Developer, e-Business > > CanadaDrugs.com Group of Companies > 16 Terracon Place > Winnipeg, MB, Canada > R2J 4G7 > > Phone: (204) 654-7951 > Cell: (204) 781-8719 > Fax: (204) 654-7910 > www.canadadrugs.com > > > _______________________________________________ > Locomotive-users mailing list > Locomotive-users@lists.raaum.org > http://lists.raaum.org/mailman/listinfo/locomotive-users > From sbeach at umich.edu Tue Jul 10 00:30:38 2007 From: sbeach at umich.edu (Sunny Beach) Date: Tue Jul 10 00:30:44 2007 Subject: [Locomotive-users] NULL values inserted In-Reply-To: <43FF5724-54EF-4B93-9707-EC088DA3A5E2@web.de> References: <22DD9508-C77C-4A3F-9FF4-8FC8195BD5EA@umich.edu> <43FF5724-54EF-4B93-9707-EC088DA3A5E2@web.de> Message-ID: <8F300989-A7C3-4539-A27C-3D9F9C57DB63@umich.edu> Hello All, I should have prefaced the earlier message with a statement that I am more of a designer (mainly print layout) than a programmer... I understand some database design but don't have much coding experience. I did use locomotive to create a program that is working on the "real" live web. It is too small and pitiful to share at this point. I did try to run both commands recommended within Locomotive's terminal. The results are below. I also ran ruby -v and rails -v and got ... ruby 1.8.6 and Rails 1.2.3 Looking back through the list archives it seems that sqlite3 is broken with this version of locomotive and I should just install Mysql and use that. ===== The first command gave the following errors while choosing either 2 or 4. XXX---=====----====---====---XXX :~/Ruby/sponsors sbeach$ sudo gem update sqlite3-ruby WARNING: Improper use of the sudo command could lead to data loss or the deletion of important system files. Please double-check your typing when using sudo. Type "man sudo" for more information. To proceed, enter your password, or type Ctrl-C to abort. Password: XXX Updating installed gems... Bulk updating Gem source index for: http://gems.rubyforge.org Attempting remote update of sqlite3-ruby Select which gem to install for your platform (i686-darwin8.9.1) 1. sqlite3-ruby 1.2.1 (mswin32) 2. sqlite3-ruby 1.2.1 (ruby) 3. sqlite3-ruby 1.2.0 (mswin32) 4. sqlite3-ruby 1.2.0 (ruby) 5. Skip this gem 6. Cancel installation > 2 Building native extensions. This could take a while... ERROR: While executing gem ... (Gem::Installer::ExtensionBuildError) ERROR: Failed to build gem native extension. ruby extconf.rb update sqlite3-ruby checking for sqlite3.h... no make sh: line 1: make: command not found Gem files will remain installed in /Applications/Locomotive2/Bundles/ standardRailsMar2007.locobundle/i386/lib/ruby/gems/1.8/gems/sqlite3- ruby-1.2.1 for inspection. Results logged to /Applications/Locomotive2/Bundles/ standardRailsMar2007.locobundle/i386/lib/ruby/gems/1.8/gems/sqlite3- ruby-1.2.1/ext/sqlite3_api/gem_make.out 63-138-66-135:~/Ruby/sponsors sbeach$ sudo gem update sqlite3-ruby Updating installed gems... Attempting remote update of sqlite3-ruby Select which gem to install for your platform (i686-darwin8.9.1) 1. sqlite3-ruby 1.2.1 (mswin32) 2. sqlite3-ruby 1.2.1 (ruby) 3. sqlite3-ruby 1.2.0 (mswin32) 4. sqlite3-ruby 1.2.0 (ruby) 5. Skip this gem 6. Cancel installation > 4 Building native extensions. This could take a while... ERROR: While executing gem ... (Gem::Installer::ExtensionBuildError) ERROR: Failed to build gem native extension. ruby extconf.rb update sqlite3-ruby checking for sqlite3.h... no make sh: line 1: make: command not found Gem files will remain installed in /Applications/Locomotive2/Bundles/ standardRailsMar2007.locobundle/i386/lib/ruby/gems/1.8/gems/sqlite3- ruby-1.2.0 for inspection. Results logged to /Applications/Locomotive2/Bundles/ standardRailsMar2007.locobundle/i386/lib/ruby/gems/1.8/gems/sqlite3- ruby-1.2.0/ext/sqlite3_api/gem_make.out XXX---=====----====---====---XXX The second went through all my gems and when it got to sqlite3 it gave: Attempting remote update of sqlite3-ruby Select which gem to install for your platform (i686-darwin8.9.1) 1. sqlite3-ruby 1.2.1 (mswin32) 2. sqlite3-ruby 1.2.1 (ruby) 3. sqlite3-ruby 1.2.0 (mswin32) 4. sqlite3-ruby 1.2.0 (ruby) 5. Skip this gem 6. Cancel installation > 2 Building native extensions. This could take a while... ERROR: While executing gem ... (Gem::Installer::ExtensionBuildError) ERROR: Failed to build gem native extension. ruby extconf.rb update checking for sqlite3.h... no make sh: line 1: make: command not found Gem files will remain installed in /Applications/Locomotive2/Bundles/ standardRailsMar2007.locobundle/i386/lib/ruby/gems/1.8/gems/sqlite3- ruby-1.2.1 for inspection. XXX---=====----====---====---XXX --- Sunny Beach Society for College and University Planning (SCUP) 339 East Liberty Street, Suite 300 Ann Arbor, MI 48104 734.998.6967 734.998.6532 (fax) sunny.beach@scup.org www.scup.org On Jul 8, 2007, at 4:38 PM, Niko Dittmann wrote: > Am 07.07.2007 um 17:08 schrieb Sunny Beach: >> I am working on a new project using the March 07 bundle and Sqlite3. >> >> It seems to be pre-filling NULL in all the fields when creating a >> new line in the DB. >> >> Any idea if this is something I set up wrong or something with >> Locomotive? > The Locomotive-version from March uses a different sqlite-version. > Try to update the gem: > > sudo gem update sqlite3-ruby (within a terminal opened by > locomotive) > > or > > sudo gem update > > and tell us if it worked. :) > > > Niko. > > > -- > ____________________________ > niko dittmann > ____________________________ > > _______________________________________________ > Locomotive-users mailing list > Locomotive-users@lists.raaum.org > http://lists.raaum.org/mailman/listinfo/locomotive-users > > From grail at goldweb.com.au Tue Jul 10 00:44:56 2007 From: grail at goldweb.com.au (Alex Satrapa) Date: Tue Jul 10 00:45:10 2007 Subject: [Locomotive-users] NULL values inserted In-Reply-To: <8F300989-A7C3-4539-A27C-3D9F9C57DB63@umich.edu> References: <22DD9508-C77C-4A3F-9FF4-8FC8195BD5EA@umich.edu> <43FF5724-54EF-4B93-9707-EC088DA3A5E2@web.de> <8F300989-A7C3-4539-A27C-3D9F9C57DB63@umich.edu> Message-ID: On 10/07/2007, at 10:30 , Sunny Beach wrote: > I did try to run both commands recommended within Locomotive's > terminal. The results are below. It appears you don't have the Apple Developer tools installed. > Looking back through the list archives it seems that sqlite3 is > broken with this version of locomotive and I should just install > Mysql and use that. You could revert to the standardRailsJan2007 bundle, as I described in an earlier email: http://one.textdrive.com/pipermail/locomotive-users/2007-May/001283.html (thread starts here: http://one.textdrive.com/pipermail/locomotive- users/2007-May/001265.html ) Do the symptoms match your problem? Hope this helps Alex From marc.pestana at sbcglobal.net Wed Jul 11 01:02:20 2007 From: marc.pestana at sbcglobal.net (Marc Kidwell Pestana) Date: Wed Jul 11 01:02:30 2007 Subject: [Locomotive-users] can't connect to localhost:3000 Message-ID: <2F97F512-9C07-4531-8F1B-DEA09B36F865@sbcglobal.net> Hi I'm new to Ruby and I have locomotive installed but I can't connect to localhost:3000? I've looked through the archives to get some ideas and found an entry that mentioned an error in the boot.rb file. I made the suggested change to no avail. Any other suggestions? Marc From loriolson at mac.com Wed Jul 11 01:21:17 2007 From: loriolson at mac.com (Lori M Olson) Date: Wed Jul 11 01:21:28 2007 Subject: [Locomotive-users] can't connect to localhost:3000 In-Reply-To: <2F97F512-9C07-4531-8F1B-DEA09B36F865@sbcglobal.net> References: <2F97F512-9C07-4531-8F1B-DEA09B36F865@sbcglobal.net> Message-ID: <4DCC2A6D-9B51-44D9-A9D8-A0E260004A0D@mac.com> On 10-Jul-07, at 7:02 PM, Marc Kidwell Pestana wrote: > Hi > > I'm new to Ruby and I have locomotive installed but I can't connect > to localhost:3000? I've looked through the archives to get some > ideas and found an entry that mentioned an error in the boot.rb > file. I made the suggested change to no avail. Any other > suggestions? > > Marc > _______________________________________________ > Locomotive-users mailing list > Locomotive-users@lists.raaum.org > http://lists.raaum.org/mailman/listinfo/locomotive-users Have you looked in your Console.app, to see what, if any, errors are happening when you start your app in Locomotive? Regards, Lori From grail at goldweb.com.au Wed Jul 11 02:54:31 2007 From: grail at goldweb.com.au (Alex Satrapa) Date: Wed Jul 11 02:55:53 2007 Subject: [Locomotive-users] can't connect to localhost:3000 In-Reply-To: <2F97F512-9C07-4531-8F1B-DEA09B36F865@sbcglobal.net> References: <2F97F512-9C07-4531-8F1B-DEA09B36F865@sbcglobal.net> Message-ID: On 11/07/2007, at 11:02 , Marc Kidwell Pestana wrote: > I'm new to Ruby and I have locomotive installed but I can't connect > to localhost:3000? Try 127.0.0.1:3000, or localhost.local:3000 - I've had problems with "localhost" not resolving properly in the past. From fernando.seves at gmail.com Wed Jul 11 08:13:55 2007 From: fernando.seves at gmail.com (Fernando Seves) Date: Wed Jul 11 08:14:00 2007 Subject: [Locomotive-users] can't connect to localhost:3000 In-Reply-To: References: <2F97F512-9C07-4531-8F1B-DEA09B36F865@sbcglobal.net> Message-ID: <7d582ac80707110113y16e14054ibb27da4aa1226a64@mail.gmail.com> Hi, In my case Locomotive worked because I had installed before MAMP (Apache+MySQL) so when I want to work with Locomotive I start both server first and it works if not don't. I know it's king of strange but... Regards 2007/7/11, Alex Satrapa : > > On 11/07/2007, at 11:02 , Marc Kidwell Pestana wrote: > > > I'm new to Ruby and I have locomotive installed but I can't connect > > to localhost:3000? > > Try 127.0.0.1:3000, or localhost.local:3000 - I've had problems with > "localhost" not resolving properly in the past. > _______________________________________________ > Locomotive-users mailing list > Locomotive-users@lists.raaum.org > http://lists.raaum.org/mailman/listinfo/locomotive-users > -- skype >> arbaa4 www.sevtov.com fernando.seves@gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://one.textdrive.com/pipermail/locomotive-users/attachments/20070711/6ad7f2c7/attachment.htm From petermarks at mac.com Fri Jul 13 05:17:43 2007 From: petermarks at mac.com (Peter Marks) Date: Fri Jul 13 05:20:19 2007 Subject: [Locomotive-users] Re: can't connect to localhost:3000 References: <2F97F512-9C07-4531-8F1B-DEA09B36F865@sbcglobal.net> Message-ID: Marc Kidwell Pestana writes: > > Hi > > I'm new to Ruby and I have locomotive installed but I can't connect > to localhost:3000? I've looked through the archives to get some ideas > and found an entry that mentioned an error in the boot.rb file. I > made the suggested change to no avail. Any other suggestions? > > Marc > I'm experiencing a similar problem myself. Initially http://localhost:3000/ was working fine in my browser. The rails welcome screen appeared. Then I installed mySQL server using the Locomotive terminal. Was this a mistake? I tried installing a fresh version of Locomotive to no avail. The alternative URL's for localhost didn't change things. Any other suggestions? Thanks, Peter From petermarks at mac.com Fri Jul 13 05:58:59 2007 From: petermarks at mac.com (Peter Marks) Date: Fri Jul 13 05:59:23 2007 Subject: [Locomotive-users] Re: can't connect to localhost:3000 References: <2F97F512-9C07-4531-8F1B-DEA09B36F865@sbcglobal.net> Message-ID: Peter Marks writes: Solved by creating a new project and right clicking "preview in browser". Thanks. From rhawley at plymouth.ac.uk Fri Jul 13 04:38:10 2007 From: rhawley at plymouth.ac.uk (Robert Hawley) Date: Fri Jul 13 10:18:00 2007 Subject: [Locomotive-users] rake migrate Message-ID: I have the same problem as was raised on a posting last September (see below). This problem was not resolved in the earlier postings and it does not appear to be discussed in the installation instructions. It is very frustrating. Picking up on the questions that were asked of the previous poster, can I ask 1) How should the database be created and 2) is my current mysql (which works fine with php) unsuitable? Yours Bob [Locomotive-users] rake migrate Ryan Raaum ryan.raaum at gmail.com Fri Sep 29 16:49:52 GMT 2006 Previous message: [Locomotive-users] rake migrate Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] On 9/29/06, Ted Skilbeck wrote: > > Hi, > > I've installed the latest version of Locomotive on PowerMac G4 and > have been going through the 'Getting Started' tutorial, which seems > to be going fine, until I do 'rake migrate' and the it says this:- > > (in /Users/tedskilbeck/Documents/myApp) > rake aborted! > Unknown database 'myapp_development' Have you created the database? Which MySQL are you using: MySQL binaries or MAMP or something else? Best, -r (See full trace by running task with --trace) > > I've looked at the --trace, but I'm none the wiser, help would be > appreciated. > > T > > _______________________________________________ > Locomotive-users mailing list > Locomotive-users at lists.raaum.org > http://lists.raaum.org/mailman/listinfo/locomotive-users > From loriolson at mac.com Fri Jul 13 14:36:33 2007 From: loriolson at mac.com (Lori M Olson) Date: Fri Jul 13 14:37:13 2007 Subject: [Locomotive-users] rake migrate In-Reply-To: References: Message-ID: <9BF15B51-E873-44DD-8D66-AC7929BB4D90@mac.com> You should get the "Agile Web Development with Rails" book. It explains all this in detail. You need to create your database(s) with the MySQL tools, if you are using MySQL. See: http://wiki.rubyonrails.org/rails/pages/TutorialStepOne On 12-Jul-07, at 10:38 PM, Robert Hawley wrote: > I have the same problem as was raised on a posting last September (see > below). This problem was not resolved in the earlier postings and > it does > not appear to be discussed in the installation instructions. It is > very > frustrating. > > Picking up on the questions that were asked of the previous poster, > can I > ask 1) How should the database be created and 2) is my current > mysql (which > works fine with php) unsuitable? > > Yours > > Bob > > [Locomotive-users] rake migrate > > Ryan Raaum ryan.raaum at gmail.com > Fri Sep 29 16:49:52 GMT 2006 > Previous message: [Locomotive-users] rake migrate > Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] > On 9/29/06, Ted Skilbeck wrote: >> >> Hi, >> >> I've installed the latest version of Locomotive on PowerMac G4 and >> have been going through the 'Getting Started' tutorial, which seems >> to be going fine, until I do 'rake migrate' and the it says this:- >> >> (in /Users/tedskilbeck/Documents/myApp) >> rake aborted! >> Unknown database 'myapp_development' > > > Have you created the database? Which MySQL are you using: MySQL > binaries or > MAMP or something else? > > Best, > -r > > (See full trace by running task with --trace) >> >> I've looked at the --trace, but I'm none the wiser, help would be >> appreciated. >> >> T >> >> _______________________________________________ >> Locomotive-users mailing list >> Locomotive-users at lists.raaum.org >> http://lists.raaum.org/mailman/listinfo/locomotive-users >> > > _______________________________________________ > Locomotive-users mailing list > Locomotive-users@lists.raaum.org > http://lists.raaum.org/mailman/listinfo/locomotive-users From adam.q.salter at gmail.com Mon Jul 16 02:28:07 2007 From: adam.q.salter at gmail.com (Adam Salter) Date: Mon Jul 16 02:34:04 2007 Subject: [Locomotive-users] can't connect to localhost:3000 In-Reply-To: <2F97F512-9C07-4531-8F1B-DEA09B36F865@sbcglobal.net> References: <2F97F512-9C07-4531-8F1B-DEA09B36F865@sbcglobal.net> Message-ID: A couple of things... 1. Locomotive doesn't just use 3000 port, you need to check the settings for the site in question. 2. You can preview the site straight from Locomotive with Cmd-B, does this work? 3. Is the site started? It needs to have green or blue dot next to it's name. 4. Go to the terminal (Cmd-T from locomotive) and type 'mongrel_rails start' and see if it gets any errors. On 11/07/2007, at 11:02 AM, Marc Kidwell Pestana wrote: > Hi > > I'm new to Ruby and I have locomotive installed but I can't connect > to localhost:3000? I've looked through the archives to get some > ideas and found an entry that mentioned an error in the boot.rb > file. I made the suggested change to no avail. Any other > suggestions? > > Marc > _______________________________________________ > Locomotive-users mailing list > Locomotive-users@lists.raaum.org > http://lists.raaum.org/mailman/listinfo/locomotive-users From adam at rokslide.com Mon Jul 16 02:41:13 2007 From: adam at rokslide.com (Adam Salter) Date: Mon Jul 16 02:41:21 2007 Subject: [Locomotive-users] can't connect to localhost:3000 In-Reply-To: <2F97F512-9C07-4531-8F1B-DEA09B36F865@sbcglobal.net> References: <2F97F512-9C07-4531-8F1B-DEA09B36F865@sbcglobal.net> Message-ID: <608E2350-9BBC-46E7-A175-E2E53230EE4E@rokslide.com> A couple of things... 1. Locomotive doesn't just use 3000 port, you need to check the settings for the site in question. 2. You can preview the site straight from Locomotive with Cmd-B, does this work? 3. Is the site started? It needs to have green or blue dot next to it's name. 4. Go to the terminal (Cmd-T from locomotive) and type 'mongrel_rails start' and see if it gets any errors. On 11/07/2007, at 11:02 AM, Marc Kidwell Pestana wrote: > Hi > > I'm new to Ruby and I have locomotive installed but I can't connect > to localhost:3000? I've looked through the archives to get some > ideas and found an entry that mentioned an error in the boot.rb > file. I made the suggested change to no avail. Any other > suggestions? > > Marc > _______________________________________________ > Locomotive-users mailing list > Locomotive-users@lists.raaum.org > http://lists.raaum.org/mailman/listinfo/locomotive-users From geoff at geoffdougherty.com Wed Jul 18 17:01:53 2007 From: geoff at geoffdougherty.com (Geoff Dougherty) Date: Wed Jul 18 17:02:13 2007 Subject: [Locomotive-users] breakpoint/debugger Message-ID: Folks, Just wondering what everyone's using to breakpoint/debug their apps in Locomotive. Breakpointer doesn't work with the new bundles, and I can't seem to get ruby-debug working right either. Which means that I'm doing debugging on my production box right now and am probably gonna have to bail on Locomotive if I don't figure something out. Please help! From loriolson at mac.com Wed Jul 18 17:28:08 2007 From: loriolson at mac.com (Lori M Olson) Date: Wed Jul 18 17:28:44 2007 Subject: [Locomotive-users] breakpoint/debugger In-Reply-To: References: Message-ID: <689F1F9E-895D-488A-8F84-62B0C8E72E34@mac.com> I don't really use debugging hardly at all. I use the unit/ functional/integration testing framework, and occasionally script/ console, but not a debugger. On 18-Jul-07, at 11:01 AM, Geoff Dougherty wrote: > Folks, > > Just wondering what everyone's using to breakpoint/debug their apps > in Locomotive. > > Breakpointer doesn't work with the new bundles, and I can't seem to > get ruby-debug working right either. Which means that I'm doing > debugging on my production box right now and am probably gonna have > to bail on Locomotive if I don't figure something out. Please help! > _______________________________________________ > Locomotive-users mailing list > Locomotive-users@lists.raaum.org > http://lists.raaum.org/mailman/listinfo/locomotive-users From listcatcher at gmail.com Wed Jul 18 20:41:32 2007 From: listcatcher at gmail.com (George Bailey) Date: Wed Jul 18 20:42:01 2007 Subject: [Locomotive-users] breakpoint/debugger In-Reply-To: References: Message-ID: On Jul 18, 2007, at 11:01 AM, Geoff Dougherty wrote: > Just wondering what everyone's using to breakpoint/debug their apps > in Locomotive. I don't use anything simply because I don't know how. But if someone figures it out I sure would start. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://one.textdrive.com/pipermail/locomotive-users/attachments/20070718/ac061c1d/attachment.htm From foremanchad at gmail.com Thu Jul 19 13:22:01 2007 From: foremanchad at gmail.com (Chad Foreman) Date: Thu Jul 19 13:22:08 2007 Subject: [Locomotive-users] Re: Locomotive-users Digest, Vol 22, Issue 8 In-Reply-To: <20070719120007.80D974DAB3@one.textdrive.com> References: <20070719120007.80D974DAB3@one.textdrive.com> Message-ID: George, I haven't gotten that far yet. I am a true Ruby newbie, but have been wondering if there are any drawbacks to using Locomotive, versus installing RoR directly on my machine. I started using Locomotive, then took it off because I was using MAMP and wanted to just use reguler MySQL, so I took off MAMP. When I tried to install Rails the way they suggest on Hivelogic, I had some problems getting it to run properly, so I re-installed Locomotive and it is working again. On to the tutorials....... -Chad On 7/19/07, locomotive-users-request@lists.raaum.org < locomotive-users-request@lists.raaum.org> wrote: > > Send Locomotive-users mailing list submissions to > locomotive-users@lists.raaum.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.raaum.org/mailman/listinfo/locomotive-users > or, via email, send a message with subject or body 'help' to > locomotive-users-request@lists.raaum.org > > You can reach the person managing the list at > locomotive-users-owner@lists.raaum.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Locomotive-users digest..." > > > Today's Topics: > > 1. breakpoint/debugger (Geoff Dougherty) > 2. Re: breakpoint/debugger (Lori M Olson) > 3. Re: breakpoint/debugger (George Bailey) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 18 Jul 2007 12:01:53 -0500 > From: Geoff Dougherty > Subject: [Locomotive-users] breakpoint/debugger > To: locomotive-users@lists.raaum.org > Message-ID: > Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed > > Folks, > > Just wondering what everyone's using to breakpoint/debug their apps > in Locomotive. > > Breakpointer doesn't work with the new bundles, and I can't seem to > get ruby-debug working right either. Which means that I'm doing > debugging on my production box right now and am probably gonna have > to bail on Locomotive if I don't figure something out. Please help! > > > ------------------------------ > > Message: 2 > Date: Wed, 18 Jul 2007 11:28:08 -0600 > From: Lori M Olson > Subject: Re: [Locomotive-users] breakpoint/debugger > To: locomotive-users@lists.raaum.org > Message-ID: <689F1F9E-895D-488A-8F84-62B0C8E72E34@mac.com> > Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed > > I don't really use debugging hardly at all. I use the unit/ > functional/integration testing framework, and occasionally script/ > console, but not a debugger. > > On 18-Jul-07, at 11:01 AM, Geoff Dougherty wrote: > > > Folks, > > > > Just wondering what everyone's using to breakpoint/debug their apps > > in Locomotive. > > > > Breakpointer doesn't work with the new bundles, and I can't seem to > > get ruby-debug working right either. Which means that I'm doing > > debugging on my production box right now and am probably gonna have > > to bail on Locomotive if I don't figure something out. Please help! > > _______________________________________________ > > Locomotive-users mailing list > > Locomotive-users@lists.raaum.org > > http://lists.raaum.org/mailman/listinfo/locomotive-users > > > > ------------------------------ > > Message: 3 > Date: Wed, 18 Jul 2007 14:41:32 -0600 > From: George Bailey > Subject: Re: [Locomotive-users] breakpoint/debugger > To: locomotive-users@lists.raaum.org > Message-ID: > Content-Type: text/plain; charset="us-ascii" > > > On Jul 18, 2007, at 11:01 AM, Geoff Dougherty wrote: > > > Just wondering what everyone's using to breakpoint/debug their apps > > in Locomotive. > > > I don't use anything simply because I don't know how. But if someone > figures it out I sure would start. > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://one.textdrive.com/pipermail/locomotive-users/attachments/20070718/ac061c1d/attachment-0001.htm > > ------------------------------ > > _______________________________________________ > Locomotive-users mailing list > Locomotive-users@lists.raaum.org > http://lists.raaum.org/mailman/listinfo/locomotive-users > > > End of Locomotive-users Digest, Vol 22, Issue 8 > *********************************************** > -- Chad Foreman 122 Sarah St. Fayetteville, WV 25840 304.663.8863 http://www.3wavestudio.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://one.textdrive.com/pipermail/locomotive-users/attachments/20070719/7c07aeb0/attachment.htm From rschenk at gmail.com Thu Jul 19 18:10:54 2007 From: rschenk at gmail.com (Ryan Schenk) Date: Thu Jul 19 18:10:59 2007 Subject: [Locomotive-users] breakpoint/debugger Message-ID: <1ef38bad0707191110o1d760590y3bf5f80c1c0f5d79@mail.gmail.com> If I remember correctly, the breakpoint/debugger is broken with newer versions of Ruby, because breakpointer exploited some sort of bug in the Ruby interpreter which was since fixed. However, when Rails 2.0 comes out, it will have a functional debugger again. -Ryan On 7/19/07, locomotive-users-request@lists.raaum.org wrote: > Send Locomotive-users mailing list submissions to > locomotive-users@lists.raaum.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.raaum.org/mailman/listinfo/locomotive-users > or, via email, send a message with subject or body 'help' to > locomotive-users-request@lists.raaum.org > > You can reach the person managing the list at > locomotive-users-owner@lists.raaum.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Locomotive-users digest..." > > > Today's Topics: > > 1. breakpoint/debugger (Geoff Dougherty) > 2. Re: breakpoint/debugger (Lori M Olson) > 3. Re: breakpoint/debugger (George Bailey) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 18 Jul 2007 12:01:53 -0500 > From: Geoff Dougherty > Subject: [Locomotive-users] breakpoint/debugger > To: locomotive-users@lists.raaum.org > Message-ID: > Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed > > Folks, > > Just wondering what everyone's using to breakpoint/debug their apps > in Locomotive. > > Breakpointer doesn't work with the new bundles, and I can't seem to > get ruby-debug working right either. Which means that I'm doing > debugging on my production box right now and am probably gonna have > to bail on Locomotive if I don't figure something out. Please help! > > > ------------------------------ > > Message: 2 > Date: Wed, 18 Jul 2007 11:28:08 -0600 > From: Lori M Olson > Subject: Re: [Locomotive-users] breakpoint/debugger > To: locomotive-users@lists.raaum.org > Message-ID: <689F1F9E-895D-488A-8F84-62B0C8E72E34@mac.com> > Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed > > I don't really use debugging hardly at all. I use the unit/ > functional/integration testing framework, and occasionally script/ > console, but not a debugger. > > On 18-Jul-07, at 11:01 AM, Geoff Dougherty wrote: > > > Folks, > > > > Just wondering what everyone's using to breakpoint/debug their apps > > in Locomotive. > > > > Breakpointer doesn't work with the new bundles, and I can't seem to > > get ruby-debug working right either. Which means that I'm doing > > debugging on my production box right now and am probably gonna have > > to bail on Locomotive if I don't figure something out. Please help! > > _______________________________________________ > > Locomotive-users mailing list > > Locomotive-users@lists.raaum.org > > http://lists.raaum.org/mailman/listinfo/locomotive-users > > > > ------------------------------ > > Message: 3 > Date: Wed, 18 Jul 2007 14:41:32 -0600 > From: George Bailey > Subject: Re: [Locomotive-users] breakpoint/debugger > To: locomotive-users@lists.raaum.org > Message-ID: > Content-Type: text/plain; charset="us-ascii" > > > On Jul 18, 2007, at 11:01 AM, Geoff Dougherty wrote: > > > Just wondering what everyone's using to breakpoint/debug their apps > > in Locomotive. > > > I don't use anything simply because I don't know how. But if someone > figures it out I sure would start. > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: http://one.textdrive.com/pipermail/locomotive-users/attachments/20070718/ac061c1d/attachment-0001.htm > > ------------------------------ > > _______________________________________________ > Locomotive-users mailing list > Locomotive-users@lists.raaum.org > http://lists.raaum.org/mailman/listinfo/locomotive-users > > > End of Locomotive-users Digest, Vol 22, Issue 8 > *********************************************** > From geoff at geoffdougherty.com Fri Jul 20 15:14:37 2007 From: geoff at geoffdougherty.com (Geoff Dougherty) Date: Fri Jul 20 15:14:50 2007 Subject: [Locomotive-users] Re: Locomotive-users Digest, Vol 22, Issue 9 In-Reply-To: <20070720120014.6C2064DBCA@one.textdrive.com> References: <20070720120014.6C2064DBCA@one.textdrive.com> Message-ID: <4789A9E3-BB33-4967-9148-21062B78024A@geoffdougherty.com> Breakpointing is indeed broken in the recent ruby versions. However, the ruby-debug gem, which is not broken, replaces and improves upon that functionality. The gem is what I've been trying to get to work with Loco. On Jul 20, 2007, at 7:00 AM, locomotive-users-request@lists.raaum.org wrote: > Send Locomotive-users mailing list submissions to > locomotive-users@lists.raaum.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.raaum.org/mailman/listinfo/locomotive-users > or, via email, send a message with subject or body 'help' to > locomotive-users-request@lists.raaum.org > > You can reach the person managing the list at > locomotive-users-owner@lists.raaum.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Locomotive-users digest..." > > > Today's Topics: > > 1. Re: Locomotive-users Digest, Vol 22, Issue 8 (Chad Foreman) > 2. Re: breakpoint/debugger (Ryan Schenk) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 19 Jul 2007 09:22:01 -0400 > From: "Chad Foreman" > Subject: [Locomotive-users] Re: Locomotive-users Digest, Vol 22, Issue > 8 > To: locomotive-users@lists.raaum.org > Message-ID: > > Content-Type: text/plain; charset="iso-8859-1" > > George, > I haven't gotten that far yet. I am a true Ruby newbie, but have been > wondering if there are any drawbacks to using Locomotive, versus > installing > RoR directly on my machine. I started using Locomotive, then took > it off > because I was using MAMP and wanted to just use reguler MySQL, so I > took off > MAMP. When I tried to install Rails the way they suggest on > Hivelogic, I had > some problems getting it to run properly, so I re-installed > Locomotive and > it is working again. On to the tutorials....... > > -Chad > > On 7/19/07, locomotive-users-request@lists.raaum.org < > locomotive-users-request@lists.raaum.org> wrote: >> >> Send Locomotive-users mailing list submissions to >> locomotive-users@lists.raaum.org >> >> To subscribe or unsubscribe via the World Wide Web, visit >> http://lists.raaum.org/mailman/listinfo/locomotive-users >> or, via email, send a message with subject or body 'help' to >> locomotive-users-request@lists.raaum.org >> >> You can reach the person managing the list at >> locomotive-users-owner@lists.raaum.org >> >> When replying, please edit your Subject line so it is more specific >> than "Re: Contents of Locomotive-users digest..." >> >> >> Today's Topics: >> >> 1. breakpoint/debugger (Geoff Dougherty) >> 2. Re: breakpoint/debugger (Lori M Olson) >> 3. Re: breakpoint/debugger (George Bailey) >> >> >> --------------------------------------------------------------------- >> - >> >> Message: 1 >> Date: Wed, 18 Jul 2007 12:01:53 -0500 >> From: Geoff Dougherty >> Subject: [Locomotive-users] breakpoint/debugger >> To: locomotive-users@lists.raaum.org >> Message-ID: >> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed >> >> Folks, >> >> Just wondering what everyone's using to breakpoint/debug their apps >> in Locomotive. >> >> Breakpointer doesn't work with the new bundles, and I can't seem to >> get ruby-debug working right either. Which means that I'm doing >> debugging on my production box right now and am probably gonna have >> to bail on Locomotive if I don't figure something out. Please help! >> >> >> ------------------------------ >> >> Message: 2 >> Date: Wed, 18 Jul 2007 11:28:08 -0600 >> From: Lori M Olson >> Subject: Re: [Locomotive-users] breakpoint/debugger >> To: locomotive-users@lists.raaum.org >> Message-ID: <689F1F9E-895D-488A-8F84-62B0C8E72E34@mac.com> >> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed >> >> I don't really use debugging hardly at all. I use the unit/ >> functional/integration testing framework, and occasionally script/ >> console, but not a debugger. >> >> On 18-Jul-07, at 11:01 AM, Geoff Dougherty wrote: >> >>> Folks, >>> >>> Just wondering what everyone's using to breakpoint/debug their apps >>> in Locomotive. >>> >>> Breakpointer doesn't work with the new bundles, and I can't seem to >>> get ruby-debug working right either. Which means that I'm doing >>> debugging on my production box right now and am probably gonna have >>> to bail on Locomotive if I don't figure something out. Please help! >>> _______________________________________________ >>> Locomotive-users mailing list >>> Locomotive-users@lists.raaum.org >>> http://lists.raaum.org/mailman/listinfo/locomotive-users >> >> >> >> ------------------------------ >> >> Message: 3 >> Date: Wed, 18 Jul 2007 14:41:32 -0600 >> From: George Bailey >> Subject: Re: [Locomotive-users] breakpoint/debugger >> To: locomotive-users@lists.raaum.org >> Message-ID: >> Content-Type: text/plain; charset="us-ascii" >> >> >> On Jul 18, 2007, at 11:01 AM, Geoff Dougherty wrote: >> >>> Just wondering what everyone's using to breakpoint/debug their apps >>> in Locomotive. >> >> >> I don't use anything simply because I don't know how. But if someone >> figures it out I sure would start. >> >> -------------- next part -------------- >> An HTML attachment was scrubbed... >> URL: >> http://one.textdrive.com/pipermail/locomotive-users/attachments/ >> 20070718/ac061c1d/attachment-0001.htm >> >> ------------------------------ >> >> _______________________________________________ >> Locomotive-users mailing list >> Locomotive-users@lists.raaum.org >> http://lists.raaum.org/mailman/listinfo/locomotive-users >> >> >> End of Locomotive-users Digest, Vol 22, Issue 8 >> *********************************************** >> > > > > -- > Chad Foreman > 122 Sarah St. > Fayetteville, WV 25840 > 304.663.8863 > http://www.3wavestudio.com > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: http://one.textdrive.com/pipermail/locomotive-users/ > attachments/20070719/7c07aeb0/attachment-0001.htm > > ------------------------------ > > Message: 2 > Date: Thu, 19 Jul 2007 14:10:54 -0400 > From: "Ryan Schenk" > Subject: Re: [Locomotive-users] breakpoint/debugger > To: locomotive-users@lists.raaum.org > Message-ID: > <1ef38bad0707191110o1d760590y3bf5f80c1c0f5d79@mail.gmail.com> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > If I remember correctly, the breakpoint/debugger is broken with newer > versions of Ruby, because breakpointer exploited some sort of bug in > the Ruby interpreter which was since fixed. However, when Rails 2.0 > comes out, it will have a functional debugger again. > > -Ryan > > On 7/19/07, locomotive-users-request@lists.raaum.org > wrote: >> Send Locomotive-users mailing list submissions to >> locomotive-users@lists.raaum.org >> >> To subscribe or unsubscribe via the World Wide Web, visit >> http://lists.raaum.org/mailman/listinfo/locomotive-users >> or, via email, send a message with subject or body 'help' to >> locomotive-users-request@lists.raaum.org >> >> You can reach the person managing the list at >> locomotive-users-owner@lists.raaum.org >> >> When replying, please edit your Subject line so it is more specific >> than "Re: Contents of Locomotive-users digest..." >> >> >> Today's Topics: >> >> 1. breakpoint/debugger (Geoff Dougherty) >> 2. Re: breakpoint/debugger (Lori M Olson) >> 3. Re: breakpoint/debugger (George Bailey) >> >> >> --------------------------------------------------------------------- >> - >> >> Message: 1 >> Date: Wed, 18 Jul 2007 12:01:53 -0500 >> From: Geoff Dougherty >> Subject: [Locomotive-users] breakpoint/debugger >> To: locomotive-users@lists.raaum.org >> Message-ID: >> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed >> >> Folks, >> >> Just wondering what everyone's using to breakpoint/debug their apps >> in Locomotive. >> >> Breakpointer doesn't work with the new bundles, and I can't seem to >> get ruby-debug working right either. Which means that I'm doing >> debugging on my production box right now and am probably gonna have >> to bail on Locomotive if I don't figure something out. Please help! >> >> >> ------------------------------ >> >> Message: 2 >> Date: Wed, 18 Jul 2007 11:28:08 -0600 >> From: Lori M Olson >> Subject: Re: [Locomotive-users] breakpoint/debugger >> To: locomotive-users@lists.raaum.org >> Message-ID: <689F1F9E-895D-488A-8F84-62B0C8E72E34@mac.com> >> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed >> >> I don't really use debugging hardly at all. I use the unit/ >> functional/integration testing framework, and occasionally script/ >> console, but not a debugger. >> >> On 18-Jul-07, at 11:01 AM, Geoff Dougherty wrote: >> >>> Folks, >>> >>> Just wondering what everyone's using to breakpoint/debug their apps >>> in Locomotive. >>> >>> Breakpointer doesn't work with the new bundles, and I can't seem to >>> get ruby-debug working right either. Which means that I'm doing >>> debugging on my production box right now and am probably gonna have >>> to bail on Locomotive if I don't figure something out. Please help! >>> _______________________________________________ >>> Locomotive-users mailing list >>> Locomotive-users@lists.raaum.org >>> http://lists.raaum.org/mailman/listinfo/locomotive-users >> >> >> >> ------------------------------ >> >> Message: 3 >> Date: Wed, 18 Jul 2007 14:41:32 -0600 >> From: George Bailey >> Subject: Re: [Locomotive-users] breakpoint/debugger >> To: locomotive-users@lists.raaum.org >> Message-ID: >> Content-Type: text/plain; charset="us-ascii" >> >> >> On Jul 18, 2007, at 11:01 AM, Geoff Dougherty wrote: >> >>> Just wondering what everyone's using to breakpoint/debug their apps >>> in Locomotive. >> >> >> I don't use anything simply because I don't know how. But if someone >> figures it out I sure would start. >> >> -------------- next part -------------- >> An HTML attachment was scrubbed... >> URL: http://one.textdrive.com/pipermail/locomotive-users/ >> attachments/20070718/ac061c1d/attachment-0001.htm >> >> ------------------------------ >> >> _______________________________________________ >> Locomotive-users mailing list >> Locomotive-users@lists.raaum.org >> http://lists.raaum.org/mailman/listinfo/locomotive-users >> >> >> End of Locomotive-users Digest, Vol 22, Issue 8 >> *********************************************** >> > > > ------------------------------ > > _______________________________________________ > Locomotive-users mailing list > Locomotive-users@lists.raaum.org > http://lists.raaum.org/mailman/listinfo/locomotive-users > > > End of Locomotive-users Digest, Vol 22, Issue 9 > ***********************************************