From natebkirby at yahoo.com Fri Nov 2 11:43:48 2007 From: natebkirby at yahoo.com (Nate Kirby) Date: Fri, 02 Nov 2007 10:43:48 -0500 Subject: [Chirb] rspec story runner talk? In-Reply-To: <4714F453.3040407@yahoo.com> References: <57c63afe0709060630w7f4e4fd0y4595a4b32a87c416@mail.gmail.com> <57c63afe0709060830t24ac99cdx810bd8a3afeaf25a@mail.gmail.com> <4714F453.3040407@yahoo.com> Message-ID: <472B45B4.503@yahoo.com> David, An issue we have fond with Story runner |require File.join(File.dirname(__FILE__), "helper") Story "Strange Behavior", %{ }, :type => RailsStory do Scenario "Scenario:" do Given "Given:" do end And "the contact 'Dan'" do puts "########################And 1" end And "a note by Patrick Ramsden for the contact 'Dan'" do puts "@@@@@@@@@@@@@@@@@@@@@@@@And 2" end end Scenario "Scenario:" do Given "can have (any) paretheses" do end end | Produces || | ||>ruby strange_behavior.rb Running 2 scenarios: Story: Strange Behavior Scenario: Scenario: Given Given: And the contact 'Dan' ########################And 1 And a note by Patrick Ramsden for the contact 'Dan' ########################And 1 . Scenario: Scenario: And can have (any) paretheses FAILED 2 scenarios: 1 succeeded, 1 failed, 0 pending FAILURES: 1) Strange Behavior (Scenario:) FAILED NoMethodError: You have a nil object when you didn't expect it! The error occurred while evaluating nil.perform /home/programmer/workspace/SimpleCRM/vendor/plugins/rspec/lib/spec/story/world.rb:63:in `store_and_call' /home/programmer/workspace/SimpleCRM/vendor/plugins/rspec/lib/spec/story/world.rb:88:in `Given' strange_behavior.rb:15 /home/programmer/workspace/SimpleCRM/vendor/plugins/rspec/lib/spec/story/runner/scenario_runner.rb:14:in `instance_eval' /home/programmer/workspace/SimpleCRM/vendor/plugins/rspec/lib/spec/story/runner/scenario_runner.rb:14:in `run' /home/programmer/workspace/SimpleCRM/vendor/plugins/rspec/lib/spec/story/runner/story_runner.rb:48:in `run_stories' /home/programmer/workspace/SimpleCRM/vendor/plugins/rspec/lib/spec/story/runner/story_runner.rb:44:in `each' /home/programmer/workspace/SimpleCRM/vendor/plugins/rspec/lib/spec/story/runner/story_runner.rb:44:in `run_stories' /home/programmer/workspace/SimpleCRM/vendor/plugins/rspec/lib/spec/story/runner/story_runner.rb:39:in `each' /home/programmer/workspace/SimpleCRM/vendor/plugins/rspec/lib/spec/story/runner/story_runner.rb:39:in `run_stories' /home/programmer/workspace/SimpleCRM/vendor/plugins/rspec/lib/spec/story/runner.rb:41:in `register_exit_hook' strange_behavior.rb:2 >Exit code: 0| | end| Any idea why? If this is an issue, where should it get posted? Blessings, Nate Nate Kirby wrote: > David, > > I really appreciated you talk on Rspec Story Runner. We have started > trying to use it for a pilot project. > > One thing we have found is that on a rails project, if RSpec is in > /vendor/plugins/... the pre-existing tests using Test::Unit silently > omit failure and seem to succeed even if they actually failed. Is > this the correct desired behavior? Is it a defect? Are we > misconfigured (or misconventioned :) in some way? Please help us. > > Another idea someone was to be able to include executing units (or > model specs) relating to a Story into the story so all the support for > a story could be verified at once. Is there any movement toward this > ideal? > > Blessings, > Nate > > David Chelimsky wrote: >> On 9/6/07, Josh Cronemeyer wrote: >> >>> November is out there, wondering why October and December are getting all >>> the attention. >>> >> >> Must be the pre-anniversary of the '08 election! >> >> >>> Josh Cronemeyer >>> >>> chicagogroup-members-list-bounces at rubyforge.org wrote on >>> 09/06/2007 08:30:24 AM: >>> >>> >>> > Hey all, >>> > >>> > There are some changes going on in RSpec these days that I'd love to >>> > share w/ the group. Most notably, we're adding a Story framework that >>> > allows you to express things at the User Story level, leaving the >>> > original framework focused on object-level BDD. This is basically Dan >>> > North's RBehave framework merged in to RSpec. >>> > >>> > Given that it looks like we're planning talks for some months ahead, >>> > I'd like to throw my hat in the ring for a talk on this later this >>> > year or early next :) >>> > >>> > Cheers, >>> > David >>> > _______________________________________________ >>> > ChicagoGroup-Members-List at rubyforge.org >>> > >>> http://rubyforge.org/mailman/listinfo/chicagogroup-members-list >>> >>> _______________________________________________ >>> ChicagoGroup-Members-List at rubyforge.org >>> http://rubyforge.org/mailman/listinfo/chicagogroup-members-list >>> >>> >> _______________________________________________ >> ChicagoGroup-Members-List at rubyforge.org >> http://rubyforge.org/mailman/listinfo/chicagogroup-members-list >> >> >> > ------------------------------------------------------------------------ > > _______________________________________________ > ChicagoGroup-Members-List at rubyforge.org > http://rubyforge.org/mailman/listinfo/chicagogroup-members-list > ------------------------------------------------------------------------ > > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.488 / Virus Database: 269.14.9 - Release Date: 10/12/2007 12:00 AM > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/chicagogroup-members-list/attachments/20071102/d6430a71/attachment.html From JBreen at west.com Mon Nov 5 16:51:04 2007 From: JBreen at west.com (Breen, Jim) Date: Mon, 5 Nov 2007 15:51:04 -0600 Subject: [Chirb] November meeting In-Reply-To: <7426087CDA605B4AB71563ABD141B0B6056090@omaexmb04.corp.westworlds.com> References: <7426087CDA605B4AB71563ABD141B0B6056090@omaexmb04.corp.westworlds.com> Message-ID: <7426087CDA605B4AB71563ABD141B0B6056091@omaexmb04.corp.westworlds.com> > I am not able to access the Chirb site and I'm trying to remember if > there is a meeting tonight or if the November meeting was postponed a > week because of RubyConf. Can anyone help me out? > > Thanks, > Jim -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/chicagogroup-members-list/attachments/20071105/d2ec05e2/attachment.html From JBreen at west.com Mon Nov 5 16:39:52 2007 From: JBreen at west.com (Breen, Jim) Date: Mon, 5 Nov 2007 15:39:52 -0600 Subject: [Chirb] November meeting Message-ID: <7426087CDA605B4AB71563ABD141B0B6056090@omaexmb04.corp.westworlds.com> I am not able to access the Chirb site and I'm trying to remember if there is a meeting tonight or if the November meeting was postponed a week because of RubyConf. Can anyone help me out? Thanks, Jim -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/chicagogroup-members-list/attachments/20071105/8a93f1a7/attachment.html From mrnicksgirl at gmail.com Mon Nov 5 17:07:58 2007 From: mrnicksgirl at gmail.com (mrnicksgirl at gmail.com) Date: Mon, 5 Nov 2007 16:07:58 -0600 Subject: [Chirb] November meeting In-Reply-To: <7426087CDA605B4AB71563ABD141B0B6056091@omaexmb04.corp.westworlds.com> References: <7426087CDA605B4AB71563ABD141B0B6056090@omaexmb04.corp.westworlds.com> <7426087CDA605B4AB71563ABD141B0B6056091@omaexmb04.corp.westworlds.com> Message-ID: <43e95380711051407w2c0dd466t78c1944606f22870@mail.gmail.com> yes! next week! On 11/5/07, Breen, Jim wrote: > > > I am not able to access the Chirb site and I'm trying to remember if > > there is a meeting tonight or if the November meeting was postponed a > > week because of RubyConf. Can anyone help me out? > > > > Thanks, > > Jim > -- http://rubygeek.com - my blog featuring: Ruby, PHP and Perl http://DevChix.com - boys can't have all the fun From andy at obtiva.com Tue Nov 6 22:34:28 2007 From: andy at obtiva.com (Andy Maleh) Date: Tue, 6 Nov 2007 21:34:28 -0600 Subject: [Chirb] November meeting In-Reply-To: <43e95380711051407w2c0dd466t78c1944606f22870@mail.gmail.com> References: <7426087CDA605B4AB71563ABD141B0B6056090@omaexmb04.corp.westworlds.com> <7426087CDA605B4AB71563ABD141B0B6056091@omaexmb04.corp.westworlds.com> <43e95380711051407w2c0dd466t78c1944606f22870@mail.gmail.com> Message-ID: <620ca2c40711061934t3d5b4a2bp5266a6826cf6defc@mail.gmail.com> The November meeting is Thursday Nov the 15th Andy On 11/5/07, mrnicksgirl at gmail.com wrote: > > yes! next week! > > On 11/5/07, Breen, Jim wrote: > > > > > I am not able to access the Chirb site and I'm trying to remember if > > > there is a meeting tonight or if the November meeting was postponed a > > > week because of RubyConf. Can anyone help me out? > > > > > > Thanks, > > > Jim > > > > > -- > http://rubygeek.com - my blog featuring: Ruby, PHP and Perl > http://DevChix.com - boys can't have all the fun > _______________________________________________ > ChicagoGroup-Members-List at rubyforge.org > http://rubyforge.org/mailman/listinfo/chicagogroup-members-list > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/chicagogroup-members-list/attachments/20071106/0916acf7/attachment.html From peter at oaktop.com Tue Nov 6 23:06:11 2007 From: peter at oaktop.com (Peter K Chan) Date: Wed, 7 Nov 2007 05:06:11 +0100 Subject: [Chirb] November meeting In-Reply-To: <620ca2c40711061934t3d5b4a2bp5266a6826cf6defc@mail.gmail.com> References: <7426087CDA605B4AB71563ABD141B0B6056090@omaexmb04.corp.westworlds.com><7426087CDA605B4AB71563ABD141B0B6056091@omaexmb04.corp.westworlds.com><43e95380711051407w2c0dd466t78c1944606f22870@mail.gmail.com> <620ca2c40711061934t3d5b4a2bp5266a6826cf6defc@mail.gmail.com> Message-ID: I couldn't access the site also, but then I found out that Text Drive had restarted their server, so our chirb.org backend lighttpd was not running. I restarted it and all seem to be well now. Peter From: chicagogroup-members-list-bounces at rubyforge.org [mailto:chicagogroup-members-list-bounces at rubyforge.org] On Behalf Of Andy Maleh Sent: Tuesday, November 06, 2007 9:34 PM To: Chirb discussion list Subject: Re: [Chirb] November meeting The November meeting is Thursday Nov the 15th Andy On 11/5/07, mrnicksgirl at gmail.com < mrnicksgirl at gmail.com > wrote: yes! next week! On 11/5/07, Breen, Jim < JBreen at west.com> wrote: > > > I am not able to access the Chirb site and I'm trying to remember if > > there is a meeting tonight or if the November meeting was postponed a > > week because of RubyConf. Can anyone help me out? > > > > Thanks, > > Jim > -- http://rubygeek.com - my blog featuring: Ruby, PHP and Perl http://DevChix.com - boys can't have all the fun _______________________________________________ ChicagoGroup-Members-List at rubyforge.org http://rubyforge.org/mailman/listinfo/chicagogroup-members-list -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/chicagogroup-members-list/attachments/20071107/5405e917/attachment-0001.html From jason at hostedlabs.com Wed Nov 7 15:07:21 2007 From: jason at hostedlabs.com (Jason Rexilius) Date: Wed, 07 Nov 2007 14:07:21 -0600 Subject: [Chirb] BARcamp Updates Message-ID: <47321AF9.2050800@hostedlabs.com> Hi Everyone! So its been a while since BARcamp Chicago 2007 and wanted to update everyone on a bunch of stuff.. OK, so first, Keith Schacht of ChicagoBeta/JobCoin/Facebook App fame had set up a free public job board for ChicagoBeta and BARcamp Chicago communities. There have been a few postings there (including a few from my company ;-) ) and wanted to let everyone know that its free to all and available. Check it out, post your jobs, etc.: http://barcampbeta.jobcoin.com/ Next up, we have some very cool events coming up this month. These are great places to meet other start-ups, smart people and, do as I do, get drunk off of free booze.. ;-) Thu Nov 8th 8:00am - Early Stage Marketplace: http://www.chicagolandchamber.org/sub/event_calendar_detail.asp?EVE_ID=930 Thu Nov 8th 5pm - Songza Launch Party (Aza and Humanized gang presented at BARcamp): http://www.songza.com/ Tue Nov 13th 6:15pm - MIT-EF Breakthrough Computer Interfaces (Aza again.. man he gets around ;-) ): http://www.mitefchicago.org/dojo/18/v.jsp?p=/home Thu Nov 15th 6:30pm - The great TECHcocktail 6! (bet you Aza will be there): http://www.techcocktail.com/blog/ Also, thanks to Henry Lee of Transwestern, we may have a very good venue for BARcamp next year. Connect with me or the BARcamp organizer list at LUNI to get involved! Lastly, I wanted to get feedback from all of you on something a lot of people asked for in the past. Should we have 2 BARcamps a year, spring and fall, rather than 1 in the summer? Email me back with a vote or thoughts. How many BARcamps per year? 1 or 2? Looking forward to seeing you all soon and hope this years been great for everyone! -jason From peter at oaktop.com Wed Nov 14 14:16:49 2007 From: peter at oaktop.com (Peter K Chan) Date: Wed, 14 Nov 2007 20:16:49 +0100 Subject: [Chirb] Reminder: Chirb Meeting Tomorrow Message-ID: Hello Fellow Rubyists, Just a reminder that, due to conference timing, our November meeting will be held tomorrow, at the usual place of Thoughtworks' downtown office. Andy Maleh and Nick Malnick will be talking about JRuby and the Eclipse RCP. To help our new TW organizer submit names to security, don't forget to RSVP, if you think you may be able to make it: http://chirb.org/event/show/24 Peter From sergio_pereira at msn.com Thu Nov 15 23:27:11 2007 From: sergio_pereira at msn.com (Sergio Pereira) Date: Thu, 15 Nov 2007 22:27:11 -0600 Subject: [Chirb] Reminder: Chirb Meeting Tomorrow In-Reply-To: References: Message-ID: Thanks Andy and Nick for putting together the presentation and, most importantly, the new project itself. Thanks TW for being such a nice host for the event. Could you guys post the links and maybe the slides for us? ______________________________ Sergio Pereira http://www.sergiopereira.com/ > Date: Wed, 14 Nov 2007 20:16:49 +0100 > From: peter at oaktop.com > To: chicagogroup-members-list at rubyforge.org > Subject: [Chirb] Reminder: Chirb Meeting Tomorrow > > Hello Fellow Rubyists, > Just a reminder that, due to conference timing, our November > meeting will be held tomorrow, at the usual place of Thoughtworks' > downtown office. Andy Maleh and Nick Malnick will be talking about JRuby > and the Eclipse RCP. > > To help our new TW organizer submit names to security, don't > forget to RSVP, if you think you may be able to make it: > > http://chirb.org/event/show/24 > > Peter > _______________________________________________ > ChicagoGroup-Members-List at rubyforge.org > http://rubyforge.org/mailman/listinfo/chicagogroup-members-list _________________________________________________________________ Climb to the top of the charts!? Play Star Shuffle:? the word scramble challenge with star power. http://club.live.com/star_shuffle.aspx?icid=starshuffle_wlmailtextlink_oct -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/chicagogroup-members-list/attachments/20071115/f7540bc0/attachment.html From andy at obtiva.com Fri Nov 16 13:44:58 2007 From: andy at obtiva.com (Andy Maleh) Date: Fri, 16 Nov 2007 12:44:58 -0600 Subject: [Chirb] Reminder: Chirb Meeting Tomorrow In-Reply-To: References: Message-ID: <620ca2c40711161044u31d0f725p7123f72dfcdf96d@mail.gmail.com> You're welcome Sergio. I was planning to post the links and slides on my blog over the weekend. My blog is at: http://andymaleh.blogspot.com/ Nick's blog is at: http://malnick.blogspot.com/ I will send an email once I have done so. Best regards, Andy Consultant www.obtiva.com On 11/15/07, Sergio Pereira wrote: > > Thanks Andy and Nick for putting together the presentation and, most > importantly, the new project itself. Thanks TW for being such a nice host > for the event. > > Could you guys post the links and maybe the slides for us? > > > > ______________________________ > Sergio Pereira > http://www.sergiopereira.com/ > > > > Date: Wed, 14 Nov 2007 20:16:49 +0100 > > From: peter at oaktop.com > > To: chicagogroup-members-list at rubyforge.org > > Subject: [Chirb] Reminder: Chirb Meeting Tomorrow > > > > Hello Fellow Rubyists, > > Just a reminder that, due to conference timing, our November > > meeting will be held tomorrow, at the usual place of Thoughtworks' > > downtown office. Andy Maleh and Nick Malnick will be talking about JRuby > > and the Eclipse RCP. > > > > To help our new TW organizer submit names to security, don't > > forget to RSVP, if you think you may be able to make it: > > > > http://chirb.org/event/show/24 > > > > Peter > > _______________________________________________ > > ChicagoGroup-Members-List at rubyforge.org > > > http://rubyforge.org/mailman/listinfo/chicagogroup-members-list > > ________________________________ > Climb to the top of the charts! Play Star Shuffle: the word scramble > challenge with star power. Play Now! > _______________________________________________ > ChicagoGroup-Members-List at rubyforge.org > http://rubyforge.org/mailman/listinfo/chicagogroup-members-list > From andy at obtiva.com Fri Nov 23 04:08:54 2007 From: andy at obtiva.com (Andy Maleh) Date: Fri, 23 Nov 2007 03:08:54 -0600 Subject: [Chirb] JRuby on RCP: Glimmer Code Now Available Message-ID: <620ca2c40711230108g2aba4a9u2c2be508f582c683@mail.gmail.com> Hi, I finally blogged about Glimmer (JRuby DSL for SWT UI Library): http://andymaleh.blogspot.com/2007/11/sneak-peak-at-glimmer.html And uploaded its code: http://andymaleh.blogspot.com/2007/11/glimmer-shining-through.html If you decide to play with it, I would be curious to hear about your experience and any ideas you may come up with to improve the API. The next tasks on our slate are: -Support for two-way data-binding: this will make it possible to write very clean and testable desktop applications with Glimmer following the Model-View-Presenter architectural pattern -Support for RCP: this will help increase productivity as it saves developers from having to re-invent views, editors, wizards, preferences, progress monitors, etc... Stay tuned for more blog posts and code to come from me and Nick Malnick. Best regards, Andy Maleh Consultant Obtiva -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/chicagogroup-members-list/attachments/20071123/85986d38/attachment.html