From pelargir at gmail.com Sun Jan 1 17:33:19 2012 From: pelargir at gmail.com (Matthew Bass) Date: Sun, 1 Jan 2012 17:33:19 -0500 Subject: [raleigh.rb] Segfault when precompiling assets Message-ID: <49EDC6B1-9D15-4A90-AA9E-442EDDB76112@gmail.com> I've been migrating Teascript to the Rails asset pipeline and have gotten a bit stuck. Hoping someone has run into this before and can let me know how they worked through it. I have a basic set of assets that precompile just fine during deploy (images, application.css, application.js). However, as soon as I attempt to require jquery from inside my application.js file I start getting a consistent segfault during precompilation. This is what I added to the top of application.js (after installing the jquery-rails plugin): //= require jquery //= require jquery-ui //= require jquery_ujs This is the precompilation error message I get near the end of cap deploy: https://gist.github.com/1548513 I'm using therubyracer JS runtime. Line 102 in file_store.rb is trying to marshal an entry. My guess is that the marshaling is failing due to something unexpected in the entry. If I remove the 3 requires from application.js the precompilation works again. Any ideas? Thanks, Matthew -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 4881 bytes Desc: not available URL: From kagrama at gmail.com Sun Jan 1 18:09:57 2012 From: kagrama at gmail.com (Khaled Agrama) Date: Sun, 1 Jan 2012 18:09:57 -0500 Subject: [raleigh.rb] Segfault when precompiling assets In-Reply-To: <49EDC6B1-9D15-4A90-AA9E-442EDDB76112@gmail.com> References: <49EDC6B1-9D15-4A90-AA9E-442EDDB76112@gmail.com> Message-ID: <5A7A6E6F-E2DD-4CA8-BDE7-1D6C3E976AF4@gmail.com> Matthew, Have you tried using the latest patch level of ruby 1.8.7? Khaled On Jan 1, 2012, at 5:33 PM, Matthew Bass wrote: > I've been migrating Teascript to the Rails asset pipeline and have gotten a bit stuck. Hoping someone has run into this before and can let me know how they worked through it. > > I have a basic set of assets that precompile just fine during deploy (images, application.css, application.js). However, as soon as I attempt to require jquery from inside my application.js file I start getting a consistent segfault during precompilation. > > This is what I added to the top of application.js (after installing the jquery-rails plugin): > > //= require jquery > //= require jquery-ui > //= require jquery_ujs > > This is the precompilation error message I get near the end of cap deploy: > > https://gist.github.com/1548513 > > I'm using therubyracer JS runtime. Line 102 in file_store.rb is trying to marshal an entry. My guess is that the marshaling is failing due to something unexpected in the entry. > > If I remove the 3 requires from application.js the precompilation works again. Any ideas? > > Thanks, > Matthew > > _______________________________________________ > raleigh-rb-members mailing list > raleigh-rb-members at rubyforge.org > http://rubyforge.org/mailman/listinfo/raleigh-rb-members From mike at hales.ws Sun Jan 1 23:17:40 2012 From: mike at hales.ws (Michael Hale) Date: Sun, 1 Jan 2012 23:17:40 -0500 Subject: [raleigh.rb] Segfault when precompiling assets In-Reply-To: <49EDC6B1-9D15-4A90-AA9E-442EDDB76112@gmail.com> References: <49EDC6B1-9D15-4A90-AA9E-442EDDB76112@gmail.com> Message-ID: <8587452220522569779@unknownmsgid> Does running rake with --trace yield anything interesting? Sent from my iPhone On Jan 1, 2012, at 5:33 PM, Matthew Bass wrote: > I've been migrating Teascript to the Rails asset pipeline and have gotten a bit stuck. Hoping someone has run into this before and can let me know how they worked through it. > > I have a basic set of assets that precompile just fine during deploy (images, application.css, application.js). However, as soon as I attempt to require jquery from inside my application.js file I start getting a consistent segfault during precompilation. > > This is what I added to the top of application.js (after installing the jquery-rails plugin): > > //= require jquery > //= require jquery-ui > //= require jquery_ujs > > This is the precompilation error message I get near the end of cap deploy: > > https://gist.github.com/1548513 > > I'm using therubyracer JS runtime. Line 102 in file_store.rb is trying to marshal an entry. My guess is that the marshaling is failing due to something unexpected in the entry. > > If I remove the 3 requires from application.js the precompilation works again. Any ideas? > > Thanks, > Matthew > > _______________________________________________ > raleigh-rb-members mailing list > raleigh-rb-members at rubyforge.org > http://rubyforge.org/mailman/listinfo/raleigh-rb-members From nathaniel at talbott.ws Mon Jan 2 11:01:24 2012 From: nathaniel at talbott.ws (Nathaniel Talbott) Date: Mon, 2 Jan 2012 11:01:24 -0500 Subject: [raleigh.rb] Segfault when precompiling assets In-Reply-To: <5A7A6E6F-E2DD-4CA8-BDE7-1D6C3E976AF4@gmail.com> References: <49EDC6B1-9D15-4A90-AA9E-442EDDB76112@gmail.com> <5A7A6E6F-E2DD-4CA8-BDE7-1D6C3E976AF4@gmail.com> Message-ID: On Sun, Jan 1, 2012 at 18:09, Khaled Agrama wrote: > Have you tried using the latest patch level of ruby 1.8.7? I would second trying a newer version of Ruby; segfaults indicate a bug with either Ruby, a C extension, or both. -- Nathaniel Talbott <:((>< From jareds.lists at gmail.com Mon Jan 2 11:25:01 2012 From: jareds.lists at gmail.com (Jared Richardson) Date: Mon, 2 Jan 2012 11:25:01 -0500 Subject: [raleigh.rb] Segfault when precompiling assets In-Reply-To: References: <49EDC6B1-9D15-4A90-AA9E-442EDDB76112@gmail.com> <5A7A6E6F-E2DD-4CA8-BDE7-1D6C3E976AF4@gmail.com> Message-ID: Are you using Xcode 4.2 and rvm? And are you on an i7? We've seen an internal problem with the latest xcode gcc compiler and the way rvm compiles Ruby 1.8.7. Here's the fix. http://stackoverflow.com/questions/7734344/bug-bus-error-ruby-1-8-7 You're seeing a different error, but it might be a different manifestation of the same bug. Jared -- Jared Richardson http://AgileArtisans.com http://RoleModelSoftware.com http://twitter.com/JaredRichardson (919)760-79085 On Mon, Jan 2, 2012 at 11:01 AM, Nathaniel Talbott wrote: > On Sun, Jan 1, 2012 at 18:09, Khaled Agrama wrote: > > > Have you tried using the latest patch level of ruby 1.8.7? > > I would second trying a newer version of Ruby; segfaults indicate a > bug with either Ruby, a C extension, or both. > > > -- > Nathaniel Talbott > <:((>< > _______________________________________________ > raleigh-rb-members mailing list > raleigh-rb-members at rubyforge.org > http://rubyforge.org/mailman/listinfo/raleigh-rb-members > -- Jared Richardson http://AgileArtisans.com http://RoleModelSoftware.com http://twitter.com/JaredRichardson (919)760-79085 -------------- next part -------------- An HTML attachment was scrubbed... URL: From justis.peters at gmail.com Tue Jan 3 15:18:54 2012 From: justis.peters at gmail.com (Justis Peters) Date: Tue, 03 Jan 2012 15:18:54 -0500 Subject: [raleigh.rb] Fwd: [TriLUG] January 12 meeting - Open Source Business Intelligence Tools Message-ID: <4F0362AE.4030000@gmail.com> Some Raleigh.rb members may be interested in next week's meeting of the Triangle Linux Users Group. Alex will be talking mostly about products from Pentaho (http://www.pentaho.com/), which are primarily written in Java and have APIs for Java. That said, you could probably consume them using jRuby. Here's an example of someone who did that: http://agile-business-intelligence.com/2011/01/22/new-nifa-reporting-portal-goes-live/ Here's an article about integrating their reporting tools into a non-Java webapp: http://www.sherito.org/2011/06/integrating-phpaspruby-web-applications.html They have also recently provided Ruby as a scripting language for their ETL tool: http://type-exit.org/adventures-with-open-source-bi/2011/03/releasing-the-ruby-scripting-step-for-kettle/ http://en.wikipedia.org/wiki/Extract,_transform,_load He will also be talking generally about business intelligence, which is an exciting and interesting topic for anyone with access to significant amounts of data. For a quick intro to what BI is, please see http://en.wikipedia.org/wiki/Business_intelligence. If that gets you curious, then please join us next week to learn more! Kind regards, Justis Peters -------- Original Message -------- Subject: [TriLUG] January 12 meeting - Open Source Business Intelligence Tools Date: Thu, 29 Dec 2011 10:31:20 -0500 Reply-To: Triangle Linux Users Group General Discussion To: trilug-announce at trilug.org, Triangle Linux Users Group General Discussion Topic: Open Source Business Intelligence Tools Presenter: Alex Meadows When: Thursday, January 12, 7pm Where: Red Hat HQ, NCSU Centennial Campus Map: http://www.redhat.com/about/contact/ww/americas/raleigh.html Business Intelligence has become one of the business world's most valuable tools to determine upcoming business decisions. Thanks to the open source revolution, BI is no longer just for enterprise level businesses. This presentation will go over the different areas of Business Intelligence and show just how far open source alternatives have come in each area. BI can be broken down into five distinct areas, which include: *) Reporting *) Data Warehousing *) Statistical Analysis *) Visualization *) Predictive Analytics From the very basic reporting to the most advanced predictive analytics, open source can cover many of the features and capabilities of their multi-million dollar competitors. Alex Meadows is an avid open source advocate and self proclaimed 'data geek'. He has worked in the Business Intelligence field for six years and holds a Masters in Business Intelligence from Saint Joseph's University. He is also the Community Leader of the RTP Penthao User Group. He can be followed on his blog at http://www.bluefiredatasolutions.com and on Twitter at @DBA_Alex. -------------- next part -------------- An HTML attachment was scrubbed... URL: From pelargir at gmail.com Thu Jan 5 19:45:26 2012 From: pelargir at gmail.com (Matthew Bass) Date: Thu, 5 Jan 2012 19:45:26 -0500 Subject: [raleigh.rb] Segfault when precompiling assets In-Reply-To: <5A7A6E6F-E2DD-4CA8-BDE7-1D6C3E976AF4@gmail.com> References: <49EDC6B1-9D15-4A90-AA9E-442EDDB76112@gmail.com> <5A7A6E6F-E2DD-4CA8-BDE7-1D6C3E976AF4@gmail.com> Message-ID: <15E90C6B-BB9B-4E93-8B95-A8A1BADFE301@gmail.com> On Jan 1, 2012, at 6:09 PM, Khaled Agrama wrote: > Matthew, > > Have you tried using the latest patch level of ruby 1.8.7? > > Khaled Hey y'all, thanks for the suggestions. Upgrading from p248 to p352 did the trick. Matthew -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 4881 bytes Desc: not available URL: From mark at trueparallel.com Fri Jan 6 08:39:37 2012 From: mark at trueparallel.com (Mark Rosenberg) Date: Fri, 6 Jan 2012 08:39:37 -0500 Subject: [raleigh.rb] Ruby Resource Needed Message-ID: <0368DDEC-73A0-4C5E-B90E-A54477682C1A@trueparallel.com> Immediate need for experienced Ruby Developer! My firm has an existing RoR project and we are in need of a resource in the Raleigh area with solid skills and understands end-to-end application development - We are going to assume that someone who is an RoR expert will also come with all the related DB, Ajax, scripting and all libraries and frameworks experience. This project includes integration of various social media type functions and the site commands significant traffic. We need someone immediately so please get in touch. Call Mark Rosenberg at the office 919-747-4991 or on the cell: 919-412-7378. I would like to get this posted to the Raleigh-rb_members mail list as soon as possible. Thanks, Mark Rosenberg Mark Rosenberg mark at trueparallel.com O: 919-747-4991 C: 919-412-7378 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: PastedGraphic-1.tiff Type: image/tiff Size: 10944 bytes Desc: not available URL: From pelargir at gmail.com Tue Jan 10 13:44:54 2012 From: pelargir at gmail.com (Matthew Bass) Date: Tue, 10 Jan 2012 13:44:54 -0500 Subject: [raleigh.rb] Using tag helpers inside view helpers Message-ID: I'm in the process of upgrading a Rails 2.3 project to 3.1 and am running into trouble with some view helpers that call #image_tag in several places. In 2.3, all that was necessary to use #image_tag was to include a couple of modules in the view helper: include ActionView::Helpers::TagHelper include ActionView::Helpers::AssetTagHelper Under 3.1, however, I'm getting this error message: undefined local variable or method `config' I realize that using tag helpers inside view helpers isn't desirable, but this upgrade needs to be finished quickly and I'd rather not have to deal with cleaning up every instance of this until later when I have more free time. Any ideas? Has anyone been able to get tag helpers working inside view helpers under 3.1? Google has not been helpful. Matthew -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 4881 bytes Desc: not available URL: From steve at iannopollo.com Tue Jan 10 15:53:13 2012 From: steve at iannopollo.com (Steve Iannopollo) Date: Tue, 10 Jan 2012 15:53:13 -0500 Subject: [raleigh.rb] Using tag helpers inside view helpers In-Reply-To: References: Message-ID: <6415232C-03BD-416B-9AFA-A04D439D63C4@iannopollo.com> I've currently got an app running 3.1.3, and a quick test shows that using #image_tag in a view helper works right out of the box: module SessionsHelper def blah image_tag 'logo.png' end end Are you still including those ActionView helpers? If so, could they be hosing the use of #image_tag in the helpers? -Steve On Jan 10, 2012, at 1:44 PM, Matthew Bass wrote: > I'm in the process of upgrading a Rails 2.3 project to 3.1 and am running into trouble with some view helpers that call #image_tag in several places. In 2.3, all that was necessary to use #image_tag was to include a couple of modules in the view helper: > > include ActionView::Helpers::TagHelper > include ActionView::Helpers::AssetTagHelper > > Under 3.1, however, I'm getting this error message: > > undefined local variable or method `config' > > I realize that using tag helpers inside view helpers isn't desirable, but this upgrade needs to be finished quickly and I'd rather not have to deal with cleaning up every instance of this until later when I have more free time. > > Any ideas? Has anyone been able to get tag helpers working inside view helpers under 3.1? Google has not been helpful. > > Matthew > > _______________________________________________ > raleigh-rb-members mailing list > raleigh-rb-members at rubyforge.org > http://rubyforge.org/mailman/listinfo/raleigh-rb-members -------------- next part -------------- An HTML attachment was scrubbed... URL: From aok at chariotsolutions.com Fri Jan 13 14:38:03 2012 From: aok at chariotsolutions.com (Andrea O. K. Wright) Date: Fri, 13 Jan 2012 14:38:03 -0500 Subject: [raleigh.rb] Philly Event: Matz, Chad Fowler, Yehuda Katz, Jim Weirich, Douglas Crockford, many others Message-ID: Registration is open for the 7th Annual Philly Emerging Tech Conference (a.k.a. Emerging Technologies for the Enterprise), which is set for April 10 - April 11 at the Society Hill Sheraton in Philadelphia. To register for this 2-day, 5-track event: http://phillyemergingtech.com/2012/register The Early Bird rate, available through February 15, is $375 per person. If you can take advantage of the group discount (4 colleagues or friends, not necessarily from the same company, registering at the same time), the Early Bird price goes down to $281.25 per person. The conference has sold out the few years. Speakers include: Yukihiro Matsumoto creator, Ruby Programming Language Chad Fowler VP Engineering, LivingSocial author, The Passionate Programmer Yehuda Katz Ember.js, jQuery, Ruby on Rails core developer Douglas Crockford Senior JavaScript Architect at Yahoo! Cliff Click Chief JVM Architect, Azul Systems Alex Payne CTO, Simple Finance Jim Weirich Creator of the Ruby build tool, rake Jacqui Maher New York Times Interactive News Technologies Trevor Burnham, author, CoffeeScript: Accelerated JavaScript Development Zach Holman developer, GitHub Martin Thompson contributor, Disruptor Concurrent Framework Nathan Marz Lead Engineer, Twitter's Publisher Analytics Creator, Storm framework for realtime computation The list of confirmed speakers to date is here: http://phillyemergingtech.com/2012/speakers More speakers and session abstracts will be added over the next few weeks. -------------- next part -------------- An HTML attachment was scrubbed... URL: From rick.denatale at gmail.com Tue Jan 17 13:30:32 2012 From: rick.denatale at gmail.com (Rick DeNatale) Date: Tue, 17 Jan 2012 13:30:32 -0500 Subject: [raleigh.rb] Pre-meeting chow Schlotzky's tonight Message-ID: http://maps.google.com/maps?q=995+Airport+Boulevard,+Morrisville,+NC&hl=en&sll=35.831175,-78.725281&sspn=0.3535,0.655746&vpsrc=0&gl=us&hnear=995+Airport+Blvd,+Morrisville,+North+Carolina+27560&t=m&z=16 I'll be there around 5:30. Sending this to both the traditional and meetup.com mailing lists so you might get this twice. -- Rick DeNatale Google+: +Rick DeNatale Blog: http://talklikeaduck.denhaven2.com/ Github: http://github.com/rubyredrick Twitter: @RickDeNatale WWR: http://www.workingwithrails.com/person/9021-rick-denatale LinkedIn: http://www.linkedin.com/in/rickdenatale -------------- next part -------------- An HTML attachment was scrubbed... URL: From jamey.cribbs at gmail.com Wed Jan 18 15:24:47 2012 From: jamey.cribbs at gmail.com (jamey.cribbs at gmail.com) Date: Wed, 18 Jan 2012 15:24:47 -0500 Subject: [raleigh.rb] New Downtown Raleigh Co-working location Message-ID: Just an fyi, there is a new co-working place that has opened up in downtown Raleigh called The Raleigh Forum. It's current location is right above Gravy restaurant diagonally across from the Raleigh Times. They are having an open day this Friday, so if you are interested, come in and check it out. Jamey -------------- next part -------------- An HTML attachment was scrubbed... URL: From pelargir at gmail.com Sat Jan 21 11:52:49 2012 From: pelargir at gmail.com (Matthew Bass) Date: Sat, 21 Jan 2012 11:52:49 -0500 Subject: [raleigh.rb] Philly Event: Matz, Chad Fowler, Yehuda Katz, Jim Weirich, Douglas Crockford, many others In-Reply-To: References: Message-ID: <463D8AE5-F234-49B3-8763-1B6D1F70AE22@gmail.com> Is anyone else planning on going to this? If so, please consider dropping me a note offline. I'm trying to find 3 other developers who want to attend so we can get the discounted rate. Matthew On Jan 13, 2012, at 2:38 PM, Andrea O. K. Wright wrote: > Registration is open for the 7th Annual Philly Emerging Tech Conference (a.k.a. Emerging Technologies for the Enterprise), which is set for April 10 - April 11 at the Society Hill Sheraton in Philadelphia. > > To register for this 2-day, 5-track event: http://phillyemergingtech.com/2012/register > > The Early Bird rate, available through February 15, is $375 per person. If you can take advantage of the group discount (4 colleagues or friends, not necessarily from the same company, registering at the same time), the Early Bird price goes down to $281.25 per person. > > The conference has sold out the few years. > > Speakers include: > > Yukihiro Matsumoto > creator, Ruby Programming Language > > Chad Fowler > VP Engineering, LivingSocial > author, The Passionate Programmer > > Yehuda Katz > Ember.js, jQuery, Ruby on Rails core developer > > Douglas Crockford > Senior JavaScript Architect at Yahoo! > > Cliff Click > Chief JVM Architect, Azul Systems > > Alex Payne > CTO, Simple Finance > > Jim Weirich > Creator of the Ruby build tool, rake > > Jacqui Maher > New York Times Interactive News Technologies > > Trevor Burnham, > author, CoffeeScript: Accelerated JavaScript Development > > Zach Holman > developer, GitHub > > Martin Thompson > contributor, Disruptor Concurrent Framework > > Nathan Marz > Lead Engineer, Twitter's Publisher Analytics > Creator, Storm framework for realtime computation > > The list of confirmed speakers to date is here: http://phillyemergingtech.com/2012/speakers > > More speakers and session abstracts will be added over the next few weeks. > _______________________________________________ > raleigh-rb-members mailing list > raleigh-rb-members at rubyforge.org > http://rubyforge.org/mailman/listinfo/raleigh-rb-members -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 4881 bytes Desc: not available URL: From info at lojic.com Sat Jan 21 12:31:02 2012 From: info at lojic.com (Brian Adkins) Date: Sat, 21 Jan 2012 12:31:02 -0500 Subject: [raleigh.rb] Philly Event: Matz, Chad Fowler, Yehuda Katz, Jim Weirich, Douglas Crockford, many others In-Reply-To: <463D8AE5-F234-49B3-8763-1B6D1F70AE22@gmail.com> References: <463D8AE5-F234-49B3-8763-1B6D1F70AE22@gmail.com> Message-ID: <70F4D77F-1539-4083-B56C-96418E834928@lojic.com> I'm considering it, but I'd like to wait until the abstracts are filled out and the schedule is available to see how many time conflicts between my preferred talks there might be. Early bird runs through Feb 15th, so there's quite a bit of time. -- Brian Adkins Lojic Technologies, LLC http://lojic.com/ On Jan 21, 2012, at 11:52 AM, Matthew Bass wrote: > Is anyone else planning on going to this? If so, please consider dropping me a note offline. I'm trying to find 3 other developers who want to attend so we can get the discounted rate. > > Matthew > > > On Jan 13, 2012, at 2:38 PM, Andrea O. K. Wright wrote: > >> Registration is open for the 7th Annual Philly Emerging Tech Conference (a.k.a. Emerging Technologies for the Enterprise), which is set for April 10 - April 11 at the Society Hill Sheraton in Philadelphia. >> >> To register for this 2-day, 5-track event: http://phillyemergingtech.com/2012/register >> >> The Early Bird rate, available through February 15, is $375 per person. If you can take advantage of the group discount (4 colleagues or friends, not necessarily from the same company, registering at the same time), the Early Bird price goes down to $281.25 per person. >> >> The conference has sold out the few years. >> >> Speakers include: >> >> Yukihiro Matsumoto >> creator, Ruby Programming Language >> >> Chad Fowler >> VP Engineering, LivingSocial >> author, The Passionate Programmer >> >> Yehuda Katz >> Ember.js, jQuery, Ruby on Rails core developer >> >> Douglas Crockford >> Senior JavaScript Architect at Yahoo! >> >> Cliff Click >> Chief JVM Architect, Azul Systems >> >> Alex Payne >> CTO, Simple Finance >> >> Jim Weirich >> Creator of the Ruby build tool, rake >> >> Jacqui Maher >> New York Times Interactive News Technologies >> >> Trevor Burnham, >> author, CoffeeScript: Accelerated JavaScript Development >> >> Zach Holman >> developer, GitHub >> >> Martin Thompson >> contributor, Disruptor Concurrent Framework >> >> Nathan Marz >> Lead Engineer, Twitter's Publisher Analytics >> Creator, Storm framework for realtime computation >> >> The list of confirmed speakers to date is here: http://phillyemergingtech.com/2012/speakers >> >> More speakers and session abstracts will be added over the next few weeks. >> _______________________________________________ >> raleigh-rb-members mailing list >> raleigh-rb-members at rubyforge.org >> http://rubyforge.org/mailman/listinfo/raleigh-rb-members > > _______________________________________________ > raleigh-rb-members mailing list > raleigh-rb-members at rubyforge.org > http://rubyforge.org/mailman/listinfo/raleigh-rb-members From Brandon at Keysetts.com Sat Jan 21 13:03:10 2012 From: Brandon at Keysetts.com (Brandon Mathis) Date: Sat, 21 Jan 2012 13:03:10 -0500 Subject: [raleigh.rb] Rubynation Message-ID: <449EC8E5-D8E4-4AA1-AF53-99176DE65A70@Keysetts.com> Anyone planning on attending ruby nation. I'm looking for anyone who is willing to drive up a split a hotel room for the duration of the conference. http://www.rubynation.org/ --- Brandon Mathis Keyset Technical Solutions Founder / Software Developer Business: 919-809-7547 Skype: BeMathis87 -------------- next part -------------- An HTML attachment was scrubbed... URL: From eric at cranehouse.net Mon Jan 23 07:43:09 2012 From: eric at cranehouse.net (Eric Crane) Date: Mon, 23 Jan 2012 07:43:09 -0500 Subject: [raleigh.rb] Job Opening Message-ID: My company (MDeverywhere) is looking for some Rudy developers. Here's the blurb: MDeverywhere is looking for several Ruby / Rails developers to help with an exciting new project. We are looking for developers to work on a full-time contract basis in our Durham (RTP) office. We will be building the next generation of MDeverywhere's medical billing and practice management software. Knowledge of the business domain is a plus, but not a requirement. If you love building stuff with Rails, if you have good analytical and communication skills, if you enjoy working in a laid-back environment that is focused on getting things done, then we'd like to talk to you. If you are interested, contact me by email: eric.crane at mdeverywhere.com or call me: 631-232-4260 x213. -- Eric Crane www.cranehouse.net eric at cranehouse.net -------------- next part -------------- An HTML attachment was scrubbed... URL: From pelargir at gmail.com Wed Jan 25 02:17:58 2012 From: pelargir at gmail.com (Matthew Bass) Date: Wed, 25 Jan 2012 02:17:58 -0500 Subject: [raleigh.rb] Passenger 3.0.11 w/Ruby 1.9.3 Message-ID: Has anyone successfully configured Passenger 3.0.11 to run against a Rails 3.2 app on Ruby 1.9.3 yet? I've been attempting to upgrade my Slicehost sever to Ruby 1.9.3 and the Passenger workers keep dying. The log isn't very helpful. When I try to visit the app URL the browser just sits there "waiting for server." But I can bring up static assets in /public so Apache itself is working. It just seems to be an issue with Passenger. I thought 3.0.11 was supposed to work with 1.9.3 but maybe I'm wrong. Matthew -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 4881 bytes Desc: not available URL: From tom.brooke at gmail.com Wed Jan 25 08:01:56 2012 From: tom.brooke at gmail.com (Tom Brooke) Date: Wed, 25 Jan 2012 08:01:56 -0500 Subject: [raleigh.rb] Passenger 3.0.11 w/Ruby 1.9.3 In-Reply-To: References: Message-ID: I saw posts that said it did but haven't tried it - I'm Just getting ready to go down that road - Glad you're leading the way On Wed, Jan 25, 2012 at 2:17 AM, Matthew Bass wrote: > Has anyone successfully configured Passenger 3.0.11 to run against a Rails > 3.2 app on Ruby 1.9.3 yet? I've been attempting to upgrade my Slicehost > sever to Ruby 1.9.3 and the Passenger workers keep dying. The log isn't > very helpful. When I try to visit the app URL the browser just sits there > "waiting for server." But I can bring up static assets in /public so Apache > itself is working. It just seems to be an issue with Passenger. I thought > 3.0.11 was supposed to work with 1.9.3 but maybe I'm wrong. > > Matthew > > > _______________________________________________ > raleigh-rb-members mailing list > raleigh-rb-members at rubyforge.org > http://rubyforge.org/mailman/listinfo/raleigh-rb-members > -------------- next part -------------- An HTML attachment was scrubbed... URL: From pelargir at gmail.com Wed Jan 25 08:30:41 2012 From: pelargir at gmail.com (Matthew Bass) Date: Wed, 25 Jan 2012 08:30:41 -0500 Subject: [raleigh.rb] Passenger 3.0.11 w/Ruby 1.9.3 In-Reply-To: References: Message-ID: <2553B108-E558-4164-92B9-85A2A2DE6405@gmail.com> On Jan 25, 2012, at 8:01 AM, Tom Brooke wrote: > I saw posts that said it did but haven't tried it - I'm Just getting ready to go down that road - Glad you're leading the way Let me know if it works for you. I'm thinking there might be an incompatibility between Passenger 3.0.11 and my version of Apache (2.2.3). I'm really not in the mood to perform an upgrade though. Maybe next week. Matthew -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 4881 bytes Desc: not available URL: From info at lojic.com Wed Jan 25 16:12:33 2012 From: info at lojic.com (Brian Adkins) Date: Wed, 25 Jan 2012 16:12:33 -0500 Subject: [raleigh.rb] Passenger 3.0.11 w/Ruby 1.9.3 In-Reply-To: <2553B108-E558-4164-92B9-85A2A2DE6405@gmail.com> References: <2553B108-E558-4164-92B9-85A2A2DE6405@gmail.com> Message-ID: Not sure about Apache, but I'm running Passenger 3.0.11 on Ruby 1.9.3 with nginx. I built Passenger from the trunk, 'cause the public release wasn't ready for 1.9.3. -- Brian Adkins Lojic Technologies, LLC http://lojic.com/ On Jan 25, 2012, at 8:30 AM, Matthew Bass wrote: > > On Jan 25, 2012, at 8:01 AM, Tom Brooke wrote: > >> I saw posts that said it did but haven't tried it - I'm Just getting ready to go down that road - Glad you're leading the way > > Let me know if it works for you. I'm thinking there might be an incompatibility between Passenger 3.0.11 and my version of Apache (2.2.3). I'm really not in the mood to perform an upgrade though. Maybe next week. > > Matthew > > _______________________________________________ > raleigh-rb-members mailing list > raleigh-rb-members at rubyforge.org > http://rubyforge.org/mailman/listinfo/raleigh-rb-members From adam at thewilliams.ws Fri Jan 27 16:35:44 2012 From: adam at thewilliams.ws (Adam Williams) Date: Fri, 27 Jan 2012 16:35:44 -0500 Subject: [raleigh.rb] Some Programming Work Message-ID: <174DF4DE-51F2-4EE6-B64B-98E0BF2100ED@thewilliams.ws> Hello, I'm looking for some programming help. The product involves Rails 3.1.1, Backbone with jQuery Mobile, iOS 4 and Android. There is a lot to do, and there is flexibility in the arrangement, but right now, 2 days a week looks pretty good, over the next 3 to 6 months. A lot of the work might be sub-projects, where we ask you to invest your time in a specific task - please write a tool to import these spreadsheets; please write code that reads QR images (those funky square image id things) using the camera on an Android device and makes that data available to JavaScript code we're putting in PhoneGap. Or, if it makes sense, you might end up working on the Backbone/jQuery app. You'll need to be flexible, creative, willing to write tests as appropriate, communicate regularly - you know, normal stuff like that. Please let me know if you are interested. Thank you! Adam Williams From fmedlin at gmail.com Fri Jan 27 19:27:06 2012 From: fmedlin at gmail.com (Fred Medlin) Date: Fri, 27 Jan 2012 19:27:06 -0500 Subject: [raleigh.rb] New Downtown Raleigh Co-working location In-Reply-To: References: Message-ID: Anyone make it out for the free day (or any other) and want to describe how it was? Thanks! Fred On Wed, Jan 18, 2012 at 3:24 PM, jamey.cribbs at gmail.com < jamey.cribbs at gmail.com> wrote: > Just an fyi, there is a new co-working place that has opened up in > downtown Raleigh called The Raleigh Forum. It's current location is right > above Gravy restaurant diagonally across from the Raleigh Times. They are > having an open day this Friday, so if you are interested, come in and check > it out. > > Jamey > > > _______________________________________________ > raleigh-rb-members mailing list > raleigh-rb-members at rubyforge.org > http://rubyforge.org/mailman/listinfo/raleigh-rb-members > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jamey.cribbs at gmail.com Fri Jan 27 21:40:08 2012 From: jamey.cribbs at gmail.com (jamey.cribbs at gmail.com) Date: Fri, 27 Jan 2012 21:40:08 -0500 Subject: [raleigh.rb] New Downtown Raleigh Co-working location In-Reply-To: References: Message-ID: I've been going half-days for a couple of weeks now. They currently are in a temporary location, because their permanent place (across the street) is above a retail store that is being renovated. I think they are supposed to be back in their permanent place in another month. I like it so far. As a long-time solitary freelancer, its a nice change to be working in a location with other people, going out to lunch with them, and getting out of the house. Downtown Raleigh is a great place to work, with lots going on, and a number of good restaurants to choose from. Even the the temporary location is fine, I'm looking forward to the move back to the permanent location, as it has many more windows and lots of natural light. HTH, Jamey On Fri, Jan 27, 2012 at 7:27 PM, Fred Medlin wrote: > Anyone make it out for the free day (or any other) and want to describe > how it was? > > Thanks! > Fred > > On Wed, Jan 18, 2012 at 3:24 PM, jamey.cribbs at gmail.com < > jamey.cribbs at gmail.com> wrote: > >> Just an fyi, there is a new co-working place that has opened up in >> downtown Raleigh called The Raleigh Forum. It's current location is right >> above Gravy restaurant diagonally across from the Raleigh Times. They are >> having an open day this Friday, so if you are interested, come in and check >> it out. >> >> Jamey >> >> >> _______________________________________________ >> raleigh-rb-members mailing list >> raleigh-rb-members at rubyforge.org >> http://rubyforge.org/mailman/listinfo/raleigh-rb-members >> > > > _______________________________________________ > raleigh-rb-members mailing list > raleigh-rb-members at rubyforge.org > http://rubyforge.org/mailman/listinfo/raleigh-rb-members > -------------- next part -------------- An HTML attachment was scrubbed... URL: From joe at bodkinconsulting.com Sat Jan 28 07:17:41 2012 From: joe at bodkinconsulting.com (joe Fair) Date: Sat, 28 Jan 2012 07:17:41 -0500 Subject: [raleigh.rb] Ruby and Paypal suggestions Message-ID: Greetings, My name is Joe Fair, and I'm new to the Raleigh area. I've only been to a couple of meetings so far, but I'm looking forward to meeting more Rubyist. A while back I wrote a short book on using Ruby and Paypal. It goes over credit card processing, the different types of integrations, and how to roll your own library using the PayPal WSDL. It's time for an update, and I haven't seen a lot of new tools or ideas since the last time. I mentioned, but didn't cover, substruct, the shopping cart gem. Active Merchant deserves some attention. Now there is a ruby library from PayPal so you don't need to create your own. There are a few other odds and ends, but I wanted to check with the larger community and see if there is anything else that you've found helpful in dealing with PayPal. If you have any suggestions, please PM me at Joe at BodkinConsulting.com. Thanks, Joe From Brandon at Keysetts.com Sat Jan 28 15:04:54 2012 From: Brandon at Keysetts.com (Brandon Mathis) Date: Sat, 28 Jan 2012 15:04:54 -0500 Subject: [raleigh.rb] New Downtown Raleigh Co-working location In-Reply-To: References: Message-ID: Any idea on when they will be having another open day so I can come by and check things out? --- Brandon Mathis Keyset Technical Solutions Founder / Software Developer Business: 919-809-7547 Skype: BeMathis87 On Jan 27, 2012, at 9:40 PM, jamey.cribbs at gmail.com wrote: > I've been going half-days for a couple of weeks now. They currently are in a temporary location, because their permanent place (across the street) is above a retail store that is being renovated. I think they are supposed to be back in their permanent place in another month. > > I like it so far. As a long-time solitary freelancer, its a nice change to be working in a location with other people, going out to lunch with them, and getting out of the house. Downtown Raleigh is a great place to work, with lots going on, and a number of good restaurants to choose from. > > Even the the temporary location is fine, I'm looking forward to the move back to the permanent location, as it has many more windows and lots of natural light. > > HTH, > > Jamey > > On Fri, Jan 27, 2012 at 7:27 PM, Fred Medlin wrote: > Anyone make it out for the free day (or any other) and want to describe how it was? > > Thanks! > Fred > > On Wed, Jan 18, 2012 at 3:24 PM, jamey.cribbs at gmail.com wrote: > Just an fyi, there is a new co-working place that has opened up in downtown Raleigh called The Raleigh Forum. It's current location is right above Gravy restaurant diagonally across from the Raleigh Times. They are having an open day this Friday, so if you are interested, come in and check it out. > > Jamey > > > _______________________________________________ > raleigh-rb-members mailing list > raleigh-rb-members at rubyforge.org > http://rubyforge.org/mailman/listinfo/raleigh-rb-members > > > _______________________________________________ > raleigh-rb-members mailing list > raleigh-rb-members at rubyforge.org > http://rubyforge.org/mailman/listinfo/raleigh-rb-members > > _______________________________________________ > raleigh-rb-members mailing list > raleigh-rb-members at rubyforge.org > http://rubyforge.org/mailman/listinfo/raleigh-rb-members -------------- next part -------------- An HTML attachment was scrubbed... URL: From jamey.cribbs at gmail.com Sat Jan 28 15:31:47 2012 From: jamey.cribbs at gmail.com (jamey.cribbs at gmail.com) Date: Sat, 28 Jan 2012 15:31:47 -0500 Subject: [raleigh.rb] New Downtown Raleigh Co-working location In-Reply-To: References: Message-ID: I'm pretty sure they offer a free day to anyone who wants to come check it out. Jamey On Sat, Jan 28, 2012 at 3:04 PM, Brandon Mathis wrote: > Any idea on when they will be having another open day so I can come by and > check things out? > *---* > *Brandon Mathis* > *Keyset Technical Solutions* > *Founder / Software Developer* > *Business: 919-809-7547* > *Skype: BeMathis87* > > On Jan 27, 2012, at 9:40 PM, jamey.cribbs at gmail.com wrote: > > I've been going half-days for a couple of weeks now. They currently are > in a temporary location, because their permanent place (across the street) > is above a retail store that is being renovated. I think they are supposed > to be back in their permanent place in another month. > > I like it so far. As a long-time solitary freelancer, its a nice change > to be working in a location with other people, going out to lunch with > them, and getting out of the house. Downtown Raleigh is a great place to > work, with lots going on, and a number of good restaurants to choose from. > > Even the the temporary location is fine, I'm looking forward to the move > back to the permanent location, as it has many more windows and lots of > natural light. > > HTH, > > Jamey > > On Fri, Jan 27, 2012 at 7:27 PM, Fred Medlin wrote: > >> Anyone make it out for the free day (or any other) and want to describe >> how it was? >> >> Thanks! >> Fred >> >> On Wed, Jan 18, 2012 at 3:24 PM, jamey.cribbs at gmail.com < >> jamey.cribbs at gmail.com> wrote: >> >>> Just an fyi, there is a new co-working place that has opened up in >>> downtown Raleigh called The Raleigh Forum. It's current location is right >>> above Gravy restaurant diagonally across from the Raleigh Times. They are >>> having an open day this Friday, so if you are interested, come in and check >>> it out. >>> >>> Jamey >>> >>> >>> _______________________________________________ >>> raleigh-rb-members mailing list >>> raleigh-rb-members at rubyforge.org >>> http://rubyforge.org/mailman/listinfo/raleigh-rb-members >>> >> >> >> _______________________________________________ >> raleigh-rb-members mailing list >> raleigh-rb-members at rubyforge.org >> http://rubyforge.org/mailman/listinfo/raleigh-rb-members >> > > _______________________________________________ > raleigh-rb-members mailing list > raleigh-rb-members at rubyforge.org > http://rubyforge.org/mailman/listinfo/raleigh-rb-members > > > > _______________________________________________ > raleigh-rb-members mailing list > raleigh-rb-members at rubyforge.org > http://rubyforge.org/mailman/listinfo/raleigh-rb-members > -------------- next part -------------- An HTML attachment was scrubbed... URL: From info at lojic.com Sat Jan 28 15:38:45 2012 From: info at lojic.com (Brian Adkins) Date: Sat, 28 Jan 2012 15:38:45 -0500 Subject: [raleigh.rb] Passenger 3.0.11 w/Ruby 1.9.3 In-Reply-To: References: <2553B108-E558-4164-92B9-85A2A2DE6405@gmail.com> Message-ID: <6A92C10F-65DF-4238-894A-197B6887952A@lojic.com> FYI - it appears building the most recent Passenger from github is no longer required. I just checked my most recent project and I'm using the 3.0.11 Passenger gem with this Ruby: $ ruby -v ruby 1.9.3p0 (2011-10-30 revision 33570) [x86_64-linux] It was working fine with Rails 3.2.0.rc1, but I just upgraded to Rails 3.2.1 to fix a known issue with the logger, and everything is working smoothly. Again, this is with nginx; no clue how Apache might do. Brian -- Brian Adkins Lojic Technologies, LLC http://lojic.com/ On Jan 25, 2012, at 4:12 PM, Brian Adkins wrote: > Not sure about Apache, but I'm running Passenger 3.0.11 on Ruby 1.9.3 with nginx. I built Passenger from the trunk, 'cause the public release wasn't ready for 1.9.3. > > -- > Brian Adkins > Lojic Technologies, LLC > http://lojic.com/ > > > > > On Jan 25, 2012, at 8:30 AM, Matthew Bass wrote: > >> >> On Jan 25, 2012, at 8:01 AM, Tom Brooke wrote: >> >>> I saw posts that said it did but haven't tried it - I'm Just getting ready to go down that road - Glad you're leading the way >> >> Let me know if it works for you. I'm thinking there might be an incompatibility between Passenger 3.0.11 and my version of Apache (2.2.3). I'm really not in the mood to perform an upgrade though. Maybe next week. >> >> Matthew >> >> _______________________________________________ >> raleigh-rb-members mailing list >> raleigh-rb-members at rubyforge.org >> http://rubyforge.org/mailman/listinfo/raleigh-rb-members > > _______________________________________________ > raleigh-rb-members mailing list > raleigh-rb-members at rubyforge.org > http://rubyforge.org/mailman/listinfo/raleigh-rb-members From fmedlin at gmail.com Sat Jan 28 15:55:50 2012 From: fmedlin at gmail.com (Fred Medlin) Date: Sat, 28 Jan 2012 15:55:50 -0500 Subject: [raleigh.rb] New Downtown Raleigh Co-working location In-Reply-To: References: Message-ID: I think I'll head over on Tuesday and check it out. Fred On Sat, Jan 28, 2012 at 3:31 PM, jamey.cribbs at gmail.com < jamey.cribbs at gmail.com> wrote: > I'm pretty sure they offer a free day to anyone who wants to come check it > out. > > Jamey > > > On Sat, Jan 28, 2012 at 3:04 PM, Brandon Mathis wrote: > >> Any idea on when they will be having another open day so I can come by >> and check things out? >> *---* >> *Brandon Mathis* >> *Keyset Technical Solutions* >> *Founder / Software Developer* >> *Business: 919-809-7547* >> *Skype: BeMathis87* >> >> On Jan 27, 2012, at 9:40 PM, jamey.cribbs at gmail.com wrote: >> >> I've been going half-days for a couple of weeks now. They currently are >> in a temporary location, because their permanent place (across the street) >> is above a retail store that is being renovated. I think they are supposed >> to be back in their permanent place in another month. >> >> I like it so far. As a long-time solitary freelancer, its a nice change >> to be working in a location with other people, going out to lunch with >> them, and getting out of the house. Downtown Raleigh is a great place to >> work, with lots going on, and a number of good restaurants to choose from. >> >> Even the the temporary location is fine, I'm looking forward to the move >> back to the permanent location, as it has many more windows and lots of >> natural light. >> >> HTH, >> >> Jamey >> >> On Fri, Jan 27, 2012 at 7:27 PM, Fred Medlin wrote: >> >>> Anyone make it out for the free day (or any other) and want to describe >>> how it was? >>> >>> Thanks! >>> Fred >>> >>> On Wed, Jan 18, 2012 at 3:24 PM, jamey.cribbs at gmail.com < >>> jamey.cribbs at gmail.com> wrote: >>> >>>> Just an fyi, there is a new co-working place that has opened up in >>>> downtown Raleigh called The Raleigh Forum. It's current location is right >>>> above Gravy restaurant diagonally across from the Raleigh Times. They are >>>> having an open day this Friday, so if you are interested, come in and check >>>> it out. >>>> >>>> Jamey >>>> >>>> >>>> _______________________________________________ >>>> raleigh-rb-members mailing list >>>> raleigh-rb-members at rubyforge.org >>>> http://rubyforge.org/mailman/listinfo/raleigh-rb-members >>>> >>> >>> >>> _______________________________________________ >>> raleigh-rb-members mailing list >>> raleigh-rb-members at rubyforge.org >>> http://rubyforge.org/mailman/listinfo/raleigh-rb-members >>> >> >> _______________________________________________ >> raleigh-rb-members mailing list >> raleigh-rb-members at rubyforge.org >> http://rubyforge.org/mailman/listinfo/raleigh-rb-members >> >> >> >> _______________________________________________ >> raleigh-rb-members mailing list >> raleigh-rb-members at rubyforge.org >> http://rubyforge.org/mailman/listinfo/raleigh-rb-members >> > > > _______________________________________________ > raleigh-rb-members mailing list > raleigh-rb-members at rubyforge.org > http://rubyforge.org/mailman/listinfo/raleigh-rb-members > -------------- next part -------------- An HTML attachment was scrubbed... URL: From kevin at hypotheticalabs.com Tue Jan 31 12:59:53 2012 From: kevin at hypotheticalabs.com (Kevin Smith) Date: Tue, 31 Jan 2012 12:59:53 -0500 Subject: [raleigh.rb] New Downtown Raleigh Co-working location In-Reply-To: References: Message-ID: <6BDA63EC-7C70-47DF-9AE9-6B2B86CE782F@hypotheticalabs.com> Really like Raleigh Forum. The local members of my team @ Opscode get together and work out of the space every Thursday. Owners are super friendly, lots of restaurants nearby, and even their temp space isn't bad. --Kevin On Jan 27, 2012, at 9:40 PM, jamey.cribbs at gmail.com wrote: > I've been going half-days for a couple of weeks now. They currently are in a temporary location, because their permanent place (across the street) is above a retail store that is being renovated. I think they are supposed to be back in their permanent place in another month. > > I like it so far. As a long-time solitary freelancer, its a nice change to be working in a location with other people, going out to lunch with them, and getting out of the house. Downtown Raleigh is a great place to work, with lots going on, and a number of good restaurants to choose from. > > Even the the temporary location is fine, I'm looking forward to the move back to the permanent location, as it has many more windows and lots of natural light. > > HTH, > > Jamey > > On Fri, Jan 27, 2012 at 7:27 PM, Fred Medlin wrote: > Anyone make it out for the free day (or any other) and want to describe how it was? > > Thanks! > Fred > > On Wed, Jan 18, 2012 at 3:24 PM, jamey.cribbs at gmail.com wrote: > Just an fyi, there is a new co-working place that has opened up in downtown Raleigh called The Raleigh Forum. It's current location is right above Gravy restaurant diagonally across from the Raleigh Times. They are having an open day this Friday, so if you are interested, come in and check it out. > > Jamey > > > _______________________________________________ > raleigh-rb-members mailing list > raleigh-rb-members at rubyforge.org > http://rubyforge.org/mailman/listinfo/raleigh-rb-members > > > _______________________________________________ > raleigh-rb-members mailing list > raleigh-rb-members at rubyforge.org > http://rubyforge.org/mailman/listinfo/raleigh-rb-members > > _______________________________________________ > raleigh-rb-members mailing list > raleigh-rb-members at rubyforge.org > http://rubyforge.org/mailman/listinfo/raleigh-rb-members From minter at lunenburg.org Tue Jan 31 13:58:33 2012 From: minter at lunenburg.org (H. Wade Minter) Date: Tue, 31 Jan 2012 13:58:33 -0500 Subject: [raleigh.rb] New Downtown Raleigh Co-working location In-Reply-To: <6BDA63EC-7C70-47DF-9AE9-6B2B86CE782F@hypotheticalabs.com> References: <6BDA63EC-7C70-47DF-9AE9-6B2B86CE782F@hypotheticalabs.com> Message-ID: <592D9731-D68D-4076-9124-EF0662BA5524@lunenburg.org> I should check that out. I work out of my house for TeamSnap, and on occasion it's good to venture out into the Yellow Face. --Wade On Jan 31, 2012, at 12:59 PM, Kevin Smith wrote: > Really like Raleigh Forum. The local members of my team @ Opscode get together and work out of the space every Thursday. Owners are super friendly, lots of restaurants nearby, and even their temp space isn't bad. > > --Kevin > On Jan 27, 2012, at 9:40 PM, jamey.cribbs at gmail.com wrote: > >> I've been going half-days for a couple of weeks now. They currently are in a temporary location, because their permanent place (across the street) is above a retail store that is being renovated. I think they are supposed to be back in their permanent place in another month. >> >> I like it so far. As a long-time solitary freelancer, its a nice change to be working in a location with other people, going out to lunch with them, and getting out of the house. Downtown Raleigh is a great place to work, with lots going on, and a number of good restaurants to choose from. >> >> Even the the temporary location is fine, I'm looking forward to the move back to the permanent location, as it has many more windows and lots of natural light. >> >> HTH, >> >> Jamey >> >> On Fri, Jan 27, 2012 at 7:27 PM, Fred Medlin wrote: >> Anyone make it out for the free day (or any other) and want to describe how it was? >> >> Thanks! >> Fred >> >> On Wed, Jan 18, 2012 at 3:24 PM, jamey.cribbs at gmail.com wrote: >> Just an fyi, there is a new co-working place that has opened up in downtown Raleigh called The Raleigh Forum. It's current location is right above Gravy restaurant diagonally across from the Raleigh Times. They are having an open day this Friday, so if you are interested, come in and check it out. >> >> Jamey >> >> >> _______________________________________________ >> raleigh-rb-members mailing list >> raleigh-rb-members at rubyforge.org >> http://rubyforge.org/mailman/listinfo/raleigh-rb-members >> >> >> _______________________________________________ >> raleigh-rb-members mailing list >> raleigh-rb-members at rubyforge.org >> http://rubyforge.org/mailman/listinfo/raleigh-rb-members >> >> _______________________________________________ >> raleigh-rb-members mailing list >> raleigh-rb-members at rubyforge.org >> http://rubyforge.org/mailman/listinfo/raleigh-rb-members > > _______________________________________________ > raleigh-rb-members mailing list > raleigh-rb-members at rubyforge.org > http://rubyforge.org/mailman/listinfo/raleigh-rb-members From bradoaks at gmail.com Tue Jan 31 19:00:11 2012 From: bradoaks at gmail.com (Brad Oaks) Date: Tue, 31 Jan 2012 19:00:11 -0500 Subject: [raleigh.rb] New Downtown Raleigh Co-working location In-Reply-To: <592D9731-D68D-4076-9124-EF0662BA5524@lunenburg.org> References: <6BDA63EC-7C70-47DF-9AE9-6B2B86CE782F@hypotheticalabs.com> <592D9731-D68D-4076-9124-EF0662BA5524@lunenburg.org> Message-ID: I hadn't heard "the Yellow Face." It took me a little bit to recognize it's the same as The Big Blue Room. :) On Tue, Jan 31, 2012 at 1:58 PM, H. Wade Minter wrote: > I should check that out. I work out of my house for TeamSnap, and on > occasion it's good to venture out into the Yellow Face. > > --Wade > > On Jan 31, 2012, at 12:59 PM, Kevin Smith wrote: > > > Really like Raleigh Forum. The local members of my team @ Opscode get > together and work out of the space every Thursday. Owners are super > friendly, lots of restaurants nearby, and even their temp space isn't bad. > > > > --Kevin > > On Jan 27, 2012, at 9:40 PM, jamey.cribbs at gmail.com wrote: > > > >> I've been going half-days for a couple of weeks now. They currently > are in a temporary location, because their permanent place (across the > street) is above a retail store that is being renovated. I think they are > supposed to be back in their permanent place in another month. > >> > >> I like it so far. As a long-time solitary freelancer, its a nice > change to be working in a location with other people, going out to lunch > with them, and getting out of the house. Downtown Raleigh is a great place > to work, with lots going on, and a number of good restaurants to choose > from. > >> > >> Even the the temporary location is fine, I'm looking forward to the > move back to the permanent location, as it has many more windows and lots > of natural light. > >> > >> HTH, > >> > >> Jamey > >> > >> On Fri, Jan 27, 2012 at 7:27 PM, Fred Medlin wrote: > >> Anyone make it out for the free day (or any other) and want to describe > how it was? > >> > >> Thanks! > >> Fred > >> > >> On Wed, Jan 18, 2012 at 3:24 PM, jamey.cribbs at gmail.com < > jamey.cribbs at gmail.com> wrote: > >> Just an fyi, there is a new co-working place that has opened up in > downtown Raleigh called The Raleigh Forum. It's current location is right > above Gravy restaurant diagonally across from the Raleigh Times. They are > having an open day this Friday, so if you are interested, come in and check > it out. > >> > >> Jamey > >> > >> > >> _______________________________________________ > >> raleigh-rb-members mailing list > >> raleigh-rb-members at rubyforge.org > >> http://rubyforge.org/mailman/listinfo/raleigh-rb-members > >> > >> > >> _______________________________________________ > >> raleigh-rb-members mailing list > >> raleigh-rb-members at rubyforge.org > >> http://rubyforge.org/mailman/listinfo/raleigh-rb-members > >> > >> _______________________________________________ > >> raleigh-rb-members mailing list > >> raleigh-rb-members at rubyforge.org > >> http://rubyforge.org/mailman/listinfo/raleigh-rb-members > > > > _______________________________________________ > > raleigh-rb-members mailing list > > raleigh-rb-members at rubyforge.org > > http://rubyforge.org/mailman/listinfo/raleigh-rb-members > > _______________________________________________ > raleigh-rb-members mailing list > raleigh-rb-members at rubyforge.org > http://rubyforge.org/mailman/listinfo/raleigh-rb-members > -------------- next part -------------- An HTML attachment was scrubbed... URL: From nathan at wallscorp.us Tue Jan 31 20:18:53 2012 From: nathan at wallscorp.us (Nathan L. Walls) Date: Tue, 31 Jan 2012 20:18:53 -0500 Subject: [raleigh.rb] New Downtown Raleigh Co-working location In-Reply-To: References: <6BDA63EC-7C70-47DF-9AE9-6B2B86CE782F@hypotheticalabs.com> <592D9731-D68D-4076-9124-EF0662BA5524@lunenburg.org> Message-ID: I've heard it as "Angry Yellow Face, It Burns, It Burns!" -- Nathan L. Walls On Jan 31, 2012, at 7:00 PM, Brad Oaks wrote: > I hadn't heard "the Yellow Face." It took me a little bit to recognize it's the same as The Big Blue Room. :) > > On Tue, Jan 31, 2012 at 1:58 PM, H. Wade Minter wrote: > I should check that out. I work out of my house for TeamSnap, and on occasion it's good to venture out into the Yellow Face. > > --Wade > > On Jan 31, 2012, at 12:59 PM, Kevin Smith wrote: > > > Really like Raleigh Forum. The local members of my team @ Opscode get together and work out of the space every Thursday. Owners are super friendly, lots of restaurants nearby, and even their temp space isn't bad. > > > > --Kevin > > On Jan 27, 2012, at 9:40 PM, jamey.cribbs at gmail.com wrote: > > > >> I've been going half-days for a couple of weeks now. They currently are in a temporary location, because their permanent place (across the street) is above a retail store that is being renovated. I think they are supposed to be back in their permanent place in another month. > >> > >> I like it so far. As a long-time solitary freelancer, its a nice change to be working in a location with other people, going out to lunch with them, and getting out of the house. Downtown Raleigh is a great place to work, with lots going on, and a number of good restaurants to choose from. > >> > >> Even the the temporary location is fine, I'm looking forward to the move back to the permanent location, as it has many more windows and lots of natural light. > >> > >> HTH, > >> > >> Jamey > >> > >> On Fri, Jan 27, 2012 at 7:27 PM, Fred Medlin wrote: > >> Anyone make it out for the free day (or any other) and want to describe how it was? > >> > >> Thanks! > >> Fred > >> > >> On Wed, Jan 18, 2012 at 3:24 PM, jamey.cribbs at gmail.com wrote: > >> Just an fyi, there is a new co-working place that has opened up in downtown Raleigh called The Raleigh Forum. It's current location is right above Gravy restaurant diagonally across from the Raleigh Times. They are having an open day this Friday, so if you are interested, come in and check it out. > >> > >> Jamey > >> > >> > >> _______________________________________________ > >> raleigh-rb-members mailing list > >> raleigh-rb-members at rubyforge.org > >> http://rubyforge.org/mailman/listinfo/raleigh-rb-members > >> > >> > >> _______________________________________________ > >> raleigh-rb-members mailing list > >> raleigh-rb-members at rubyforge.org > >> http://rubyforge.org/mailman/listinfo/raleigh-rb-members > >> > >> _______________________________________________ > >> raleigh-rb-members mailing list > >> raleigh-rb-members at rubyforge.org > >> http://rubyforge.org/mailman/listinfo/raleigh-rb-members > > > > _______________________________________________ > > raleigh-rb-members mailing list > > raleigh-rb-members at rubyforge.org > > http://rubyforge.org/mailman/listinfo/raleigh-rb-members > > _______________________________________________ > raleigh-rb-members mailing list > raleigh-rb-members at rubyforge.org > http://rubyforge.org/mailman/listinfo/raleigh-rb-members > > _______________________________________________ > raleigh-rb-members mailing list > raleigh-rb-members at rubyforge.org > http://rubyforge.org/mailman/listinfo/raleigh-rb-members -------------- next part -------------- An HTML attachment was scrubbed... URL: