From tim.pease at gmail.com Wed Dec 1 23:50:03 2010 From: tim.pease at gmail.com (Tim Pease) Date: Wed, 1 Dec 2010 21:50:03 -0700 Subject: [Boulder Ruby Group] rolling rails log files ... Message-ID: At the last boulder.rb meeting, I mentioned a solution for rolling rails log files so they do not consume your disk and cause your server to crumble, crash, and catch fire. After much holiday cheer (and a new domain registrar) a blog post has been written ... http://pea53.com/rolling-rails-log-files Enjoy! TwP From ara.t.howard at gmail.com Thu Dec 2 00:31:54 2010 From: ara.t.howard at gmail.com (ara.t.howard) Date: Wed, 1 Dec 2010 22:31:54 -0700 Subject: [Boulder Ruby Group] rolling rails log files ... In-Reply-To: References: Message-ID: On Wed, Dec 1, 2010 at 21:50, Tim Pease wrote: > http://pea53.com/rolling-rails-log-files > fyi. pretty much ALL my rails apps have had this in it for years: https://gist.github.com/724822 -- -a happiness is not something ready-made.? it comes from your own actions. - h.h. the 14th dalai lama From ara.t.howard at gmail.com Thu Dec 2 00:34:49 2010 From: ara.t.howard at gmail.com (ara.t.howard) Date: Wed, 1 Dec 2010 22:34:49 -0700 Subject: [Boulder Ruby Group] rolling rails log files ... In-Reply-To: References: Message-ID: On Wed, Dec 1, 2010 at 22:31, ara.t.howard wrote: > On Wed, Dec 1, 2010 at 21:50, Tim Pease wrote: >> http://pea53.com/rolling-rails-log-files >> > > fyi. ?pretty much ALL my rails apps have had this in it for years: > > https://gist.github.com/724822 > left out lockfile, which is needed for rolling... https://gist.github.com/724825 in any case, we use tim's logging exclusively. rails pretty much sucks the big one with respect to log rolling - check your old deploys for big log files... i once found a 3gb file on a customers machine! > > > -- > -a > > happiness is not something ready-made.? it comes from your own > actions. - h.h. the 14th dalai lama > -- -a happiness is not something ready-made.? it comes from your own actions. - h.h. the 14th dalai lama From tim.pease at gmail.com Thu Dec 2 11:12:15 2010 From: tim.pease at gmail.com (Tim Pease) Date: Thu, 2 Dec 2010 09:12:15 -0700 Subject: [Boulder Ruby Group] rolling rails log files ... In-Reply-To: References: Message-ID: <0837BA9E-BE17-40D5-B5D0-496D6545C0B0@gmail.com> On Dec 1, 2010, at 10:34 PM, ara.t.howard wrote: > On Wed, Dec 1, 2010 at 22:31, ara.t.howard wrote: >> On Wed, Dec 1, 2010 at 21:50, Tim Pease wrote: >>> http://pea53.com/rolling-rails-log-files >>> >> >> fyi. pretty much ALL my rails apps have had this in it for years: >> >> https://gist.github.com/724822 >> > > left out lockfile, which is needed for rolling... > > https://gist.github.com/724825 > > > in any case, we use tim's logging exclusively. rails pretty much > sucks the big one with respect to log rolling - check your old deploys > for big log files... i once found a 3gb file on a customers machine! > Ha! We had a production machine with a 22gb log file. Tony, a syslog post will be forthcoming. TwP From tony.arcieri at medioh.com Thu Dec 2 00:53:55 2010 From: tony.arcieri at medioh.com (Tony Arcieri) Date: Wed, 1 Dec 2010 22:53:55 -0700 Subject: [Boulder Ruby Group] rolling rails log files ... In-Reply-To: References: Message-ID: I'd be more interested in the syslog logging to Splunk On Wed, Dec 1, 2010 at 9:50 PM, Tim Pease wrote: > At the last boulder.rb meeting, I mentioned a solution for rolling rails > log files so they do not consume your disk and cause your server to crumble, > crash, and catch fire. After much holiday cheer (and a new domain registrar) > a blog post has been written ... > > http://pea53.com/rolling-rails-log-files > > Enjoy! > > TwP > _______________________________________________ > Bdrg-members mailing list > Bdrg-members at rubyforge.org > http://rubyforge.org/mailman/listinfo/bdrg-members > -- Tony Arcieri Medioh! A Kudelski Brand -------------- next part -------------- An HTML attachment was scrubbed... URL: From psadauskas at gmail.com Thu Dec 2 12:56:45 2010 From: psadauskas at gmail.com (Paul Sadauskas) Date: Thu, 2 Dec 2010 10:56:45 -0700 Subject: [Boulder Ruby Group] rolling rails log files ... In-Reply-To: References: Message-ID: We use rsyslog, with a central logging server whenever the app is installed on more than one machine. The interesting bits of that config are here: https://gist.github.com/725749 logrotate can (and automatically does, on Ubuntu) SIGHUP the rsyslog process, without losing any logged lines. For a busy app, though, logrotate `daily` isn't enough, and can still use up 10s of GBs. logrotate lets you set max file size limits with `size 200M` in the config file. Paul Sadauskas On Wed, Dec 1, 2010 at 10:53 PM, Tony Arcieri wrote: > I'd be more interested in the syslog logging to Splunk > > > On Wed, Dec 1, 2010 at 9:50 PM, Tim Pease wrote: > >> At the last boulder.rb meeting, I mentioned a solution for rolling rails >> log files so they do not consume your disk and cause your server to crumble, >> crash, and catch fire. After much holiday cheer (and a new domain registrar) >> a blog post has been written ... >> >> http://pea53.com/rolling-rails-log-files >> >> Enjoy! >> >> TwP >> _______________________________________________ >> Bdrg-members mailing list >> Bdrg-members at rubyforge.org >> http://rubyforge.org/mailman/listinfo/bdrg-members >> > > > > -- > Tony Arcieri > Medioh! A Kudelski Brand > > _______________________________________________ > Bdrg-members mailing list > Bdrg-members at rubyforge.org > http://rubyforge.org/mailman/listinfo/bdrg-members > -------------- next part -------------- An HTML attachment was scrubbed... URL: From mghaught at gmail.com Fri Dec 3 20:55:11 2010 From: mghaught at gmail.com (Marty Haught) Date: Fri, 3 Dec 2010 18:55:11 -0700 Subject: [Boulder Ruby Group] BRG - December Meeting - Dec 14th Message-ID: The December meeting will be a week earlier than normal due to the holidays on December 14th at 7pm. Even the meeting will match the holiday spirit by focusing on sharing the best gems and plugins in your Ruby stack. We will explore what libraries give us the best boost in our development environments. I encourage audience participation so bring your list of favorite resources and we'll go over them for the final meeting of the year. Details on the meeting are on our website as usual: http://boulderruby.org/meetings/2010/11/04/december-2010/ Cheers, Marty Haught http://boulderruby.org From jake.sutton at gmail.com Wed Dec 8 10:55:10 2010 From: jake.sutton at gmail.com (Jake Sutton) Date: Wed, 8 Dec 2010 08:55:10 -0700 Subject: [Boulder Ruby Group] Reminder: Foraker Labs "Ruby on Beer" Hackfest 12/9 Message-ID: Just a quick reminder that we're hosting a get together at the Foraker Labs office tomorrow starting around 4:30. Plenty of pizza and beverages will be on hand. Details at http://rubyonbeer.com/ If you're a Plancast fan, let us know you're coming: http://plancast.com/p/2v1u Hope to see a bunch of you there! Cheers! - Jake ---------------------- Jake Sutton Foraker Labs From blowmage at gmail.com Sat Dec 11 11:55:15 2010 From: blowmage at gmail.com (Mike Moore) Date: Sat, 11 Dec 2010 09:55:15 -0700 Subject: [Boulder Ruby Group] [ANN] MountainWest RubyConf 2011 CFP Message-ID: We are happy to announce the 5th MountainWest RubyConf 2011 will be held on March 17-18, 2011 in Salt Lake City, Utah. MWRC is a two day single-track conference chock full of Ruby goodness for just $100. It is a terrific opportunity to rub elbows with some of the smartest Rubyists around. For Ruby hackers by Ruby hackers. Our Call for Proposals is now open. We are looking for code-heavy presentations that inspire us and blows our minds. Please start submitting your proposals on the conference site: http://mtnwestrubyconf.org/ CFP is open through January 8, 2011 Registration starts January 17, 2011 The fun happens on March 17-18, 2011 We're looking forward to another amazing conference! Questions? Comments? Let me know. ~Mike Moore http://twitter.com/mwrc -------------- next part -------------- An HTML attachment was scrubbed... URL: From eric-lists at pumavision.net Mon Dec 13 14:30:31 2010 From: eric-lists at pumavision.net (Eric Weidner) Date: Mon, 13 Dec 2010 12:30:31 -0700 Subject: [Boulder Ruby Group] Looking for Senior Engineer with Ruby/Rails Experience - Broomfield, CO Message-ID: *PLEASE RESPOND TO jobs at openlogic.com* OpenLogic is growing! We are looking to add a Senior Engineer with Ruby/Rails experience to our dynamic team. Ruby/Rails is the primary technology space, but a technologist with a varied background and the ability to work in other languages and technologies (especially Java, Hadoop, HBase) is desired. Knowledge of developing for a high volume, high data production environments is desired as well. Thanks, Eric *Job Title:* Senior Software Engineer - Ruby/Rails *Job Category:* Technical/Software * * *About OpenLogic:* OpenLogic is a leading provider of open source solutions that enable enterprises to safely acquire, support, and control open source software. OpenLogic provides enterprises with a certified library of open source software that encompasses hundreds of the most popular open source packages. With the broadest open source coverage in the industry, OpenLogic offers indemnification, updates, and enterprise-grade technical support backed by the OpenLogic Expert Community. The OpenLogic solution also enforces policies for open source components -- reducing the risk and maximizing the cost savings associated with using open source software. OpenLogic uses agile methodologies and technologies to foster highly collaborative, dynamic, and flexible development teams. * * *Position Overview:* OpenLogic is seeking a talented and experienced software professional to join its dynamic development team in the role of Senior Software Engineer. The successful candidate is expected to live and breathe open source projects. The ideal candidate will have an enterprise software development background and technical leadership skills in Ruby/Rails and related technologies. *Responsibilities: * - Creating products that allow our customers to select, deploy, and manage Open Source software. - Developing enterprise software that supports high user volume and scales to large organizations. - Routinely use many different development applications and frameworks for enterprise, web, and GUI developers. *Qualifications:* The ideal candidate will have technical leadership experience in a small software development organization as well as strong technical knowledge/skills and expertise in developing complex infrastructure, web-based software and enterprise software. Experience in several of the following is required: - Demonstrated expertise in the design and development of highly scalable enterprise solutions. - Ruby/Rails expertise. - Full SDLC from development to production deployment - Database schema design and usage. - Key open source projects: Ruby, Rails, ActiveRecord, RSpec, etc. - Modern web technologies: HTML5, CSS3, Javascript - Agile/Scrum development experience. - Java experience is a plus. - Open source project and community participation a plus Excellent communication skills are essential. Requires BS in Computer Science or related field. Candidate should have at least 10 years professional software development experience and 2+ years of enterprise-level Ruby/Rails experience. A background in other programming languages and open source projects is highly desirable. -------------- next part -------------- An HTML attachment was scrubbed... URL: From mghaught at gmail.com Tue Dec 14 11:26:50 2010 From: mghaught at gmail.com (Marty Haught) Date: Tue, 14 Dec 2010 09:26:50 -0700 Subject: [Boulder Ruby Group] BRG - December Meeting - Dec 14th Reminder Message-ID: Sorry for getting out the email reminder late but better late than never. Tonight is our December meeting at 7pm at the Everlater/Gnip offices (directions below). The meeting will be more discussion than presentation as we walk through some of our favorite and most beneficial libraries for the Ruby stack. Bring a list of your preferred gems to share with the others. Details on the meeting are on our website as usual: http://boulderruby.org/meetings/2010/11/04/december-2010/ Cheers, Marty http://boulderruby.org Directions: Gnip/Everlater 1601 Pearl St Boulder, CO 80302 Use the Pearl St entrance and head upstairs. The door is just between Foolish Craigs and Aji and to the east of the NE corner of 16th and Pearl. URL to google maps: http://bit.ly/bv4cvN From cnk at ugcs.caltech.edu Tue Dec 14 13:04:15 2010 From: cnk at ugcs.caltech.edu (Cynthia Kiser) Date: Tue, 14 Dec 2010 10:04:15 -0800 Subject: [Boulder Ruby Group] BRG - December Meeting - Dec 14th Reminder In-Reply-To: References: Message-ID: <20101214180414.GB12851@ugcs.caltech.edu> If anyone collects the list or blogs about the discussion, could you please post a link to the list - for the benefit of your out of state members. Thanks, -- Cynthia N. Kiser cnk at ugcs.caltech.edu From prakash.n.murthy at gmail.com Tue Dec 14 14:14:18 2010 From: prakash.n.murthy at gmail.com (Prakash Murthy) Date: Tue, 14 Dec 2010 12:14:18 -0700 Subject: [Boulder Ruby Group] BRG - December Meeting - Dec 14th Reminder In-Reply-To: <20101214180414.GB12851@ugcs.caltech.edu> References: <20101214180414.GB12851@ugcs.caltech.edu> Message-ID: <7A908683-0201-4E70-A7A5-33CC2EFB0484@gmail.com> Sure; I will do that. Sent from my iPhone Prakash Murthy http://twitter.com/_prakash On Dec 14, 2010, at 11:04 AM, Cynthia Kiser wrote: > If anyone collects the list or blogs about the discussion, could you > please post a link to the list - for the benefit of your out of state > members. Thanks, > > -- > Cynthia N. Kiser > cnk at ugcs.caltech.edu > _______________________________________________ > Bdrg-members mailing list > Bdrg-members at rubyforge.org > http://rubyforge.org/mailman/listinfo/bdrg-members From prakash.n.murthy at gmail.com Wed Dec 15 01:07:40 2010 From: prakash.n.murthy at gmail.com (Prakash Murthy) Date: Tue, 14 Dec 2010 23:07:40 -0700 Subject: [Boulder Ruby Group] BRG - December Meeting - List of Gems, etc. discussed in the meeting Message-ID: Hi All I have posted the list of *gems / plugins /services discussed in today's meeting on my blog *. Starting with the presentation slides Marty created, I have included the links to each of the components. Hope this is helpful. Do let me know of any additions / corrections. Regards, Prakash N Murthy http://twitter.com/_prakash On Tue, Dec 14, 2010 at 12:14 PM, Prakash Murthy wrote: > Sure; I will do that. > > Sent from my iPhone > Prakash Murthy > http://twitter.com/_prakash > > On Dec 14, 2010, at 11:04 AM, Cynthia Kiser wrote: > > > If anyone collects the list or blogs about the discussion, could you > > please post a link to the list - for the benefit of your out of state > > members. Thanks, > > > > -- > > Cynthia N. Kiser > > cnk at ugcs.caltech.edu > > _______________________________________________ > > Bdrg-members mailing list > > Bdrg-members at rubyforge.org > > http://rubyforge.org/mailman/listinfo/bdrg-members > -------------- next part -------------- An HTML attachment was scrubbed... URL: From mghaught at gmail.com Wed Dec 15 10:22:31 2010 From: mghaught at gmail.com (Marty Haught) Date: Wed, 15 Dec 2010 08:22:31 -0700 Subject: [Boulder Ruby Group] Speaking at Boulder Ruby in 2011 Message-ID: Now that we're done with 2010, I'm planning out the 2011 meetings. If you would like to speak at Boulder Ruby at one of our winter or spring meetings, please contact me offlist. I'd like to see of our newer members consider presenting on a topic. It's not as hard as you might think and it's good to give back to your community. Thanks for a great year and happy holidays to all of you. Cheers, Marty From brian.long at firstmoversadvantage.com Thu Dec 16 16:52:12 2010 From: brian.long at firstmoversadvantage.com (Brian Long) Date: Thu, 16 Dec 2010 14:52:12 -0700 Subject: [Boulder Ruby Group] Translation Services Message-ID: <65873233-2F68-4BF0-A533-548F3557C6F2@firstmoversadvantage.com> Hi, Does anyone have referrals for language translation services they have used in the past? I need to translate from English to Espa?ol & Fran?ais. It is for our directory of moving companies at http://www.movingandrelocationguide.com Thanks! Brian K. Long, President First Movers Advantage, LLC 1373 Forest Park Circle Suite 203 Lafayette, CO 80026-3193 phone: 303-443-2070 fax: 303-443-2073 http://www.movingleads.com http://www.firstmoversadvantage.com http://www.movingandrelocationguide.com Find Me On: Instant Messaging: brian.long at me.com Linked In: http://www.linkedin.com/in/brianlongfirstmoversadvantage Twitter: http://twitter.com/brianlong From prakash.n.murthy at gmail.com Sat Dec 18 18:50:31 2010 From: prakash.n.murthy at gmail.com (Prakash Murthy) Date: Sat, 18 Dec 2010 16:50:31 -0700 Subject: [Boulder Ruby Group] BRG - December Meeting - List of Gems, etc. discussed in the meeting In-Reply-To: References: Message-ID: Hi Got to know of *open_gem * while working with *Elliot Winkler * today. Find it very useful! Quite likely I will be using this frequently to dig into the implementation details of the gems that I am using. I have updated my blogpost to include this gem. Do let me know if there are any more gems - in both senses of the term - that need to be included here; some gems that you use almost without thinking and hasn't made it to the list yet .... Thanks, Prakash On Tue, Dec 14, 2010 at 11:07 PM, Prakash Murthy wrote: > Hi All > > I have posted the list of *gems / plugins /services discussed in today's > meeting on my blog *. Starting with the > presentation slides Marty created, I have included the links to each of the > components. Hope this is helpful. Do let me know of any additions / > corrections. > > Regards, > Prakash N Murthy > http://twitter.com/_prakash > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From andy at beyondcredentials.com Thu Dec 23 15:52:12 2010 From: andy at beyondcredentials.com (Andy O'Dower) Date: Thu, 23 Dec 2010 13:52:12 -0700 Subject: [Boulder Ruby Group] Looking for developer, potentially full time Message-ID: Guys, I met some of you at last week's meetup. I'm looking for an experience Ruby developer(s) to work with us on a freelance/contract basis that could very easily transition into a well paid, full time gig (that's the goal). We are funded and have customers/revenue, but lack a CTO to help us architect a newer, better, more scalable version of our current site. Please contact me to learn more about what we're doing and if you might be interested. Here's the site: http://beyondcredentials.com Thanks, Andy Andy O?Dower | Co-Founder | www.BeyondCredentials.com | andy at beyondcredentials.com | 303.513.0469 c | 888.669.4755 p | twitter.com/beyondcred View my BC Profile: andy.beyondcredentials.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From internetoutfitters at gmail.com Wed Dec 29 14:24:49 2010 From: internetoutfitters at gmail.com (Kelly Ehret) Date: Wed, 29 Dec 2010 12:24:49 -0700 Subject: [Boulder Ruby Group] Bdrg-members Digest, Vol 50, Issue 2 In-Reply-To: References: Message-ID: Anyone have recommendations for a good CPA here in Boulder that is used to dealing with us programmer-types? I'm looking for someone mainly to handle quarterlies and annual returns. Thanks, Kelly On Tue, Dec 14, 2010 at 9:26 AM, wrote: > Send Bdrg-members mailing list submissions to > bdrg-members at rubyforge.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://rubyforge.org/mailman/listinfo/bdrg-members > or, via email, send a message with subject or body 'help' to > bdrg-members-request at rubyforge.org > > You can reach the person managing the list at > bdrg-members-owner at rubyforge.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Bdrg-members digest..." > > > Today's Topics: > > 1. Re: rolling rails log files ... (Paul Sadauskas) > 2. BRG - December Meeting - Dec 14th (Marty Haught) > 3. Reminder: Foraker Labs "Ruby on Beer" Hackfest 12/9 (Jake Sutton) > 4. [ANN] MountainWest RubyConf 2011 CFP (Mike Moore) > 5. Looking for Senior Engineer with Ruby/Rails Experience - > Broomfield, CO (Eric Weidner) > 6. BRG - December Meeting - Dec 14th Reminder (Marty Haught) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 2 Dec 2010 10:56:45 -0700 > From: Paul Sadauskas > To: bdrg-members at rubyforge.org > Cc: Tony Arcieri > Subject: Re: [Boulder Ruby Group] rolling rails log files ... > Message-ID: > > Content-Type: text/plain; charset="iso-8859-1" > > We use rsyslog, with a central logging server whenever the app is installed > on more than one machine. The interesting bits of that config are here: > > https://gist.github.com/725749 > > logrotate can (and automatically does, on Ubuntu) SIGHUP the rsyslog > process, without losing any logged lines. For a busy app, though, logrotate > `daily` isn't enough, and can still use up 10s of GBs. logrotate lets you > set max file size limits with `size 200M` in the config file. > > Paul Sadauskas > > > > On Wed, Dec 1, 2010 at 10:53 PM, Tony Arcieri >wrote: > > > I'd be more interested in the syslog logging to Splunk > > > > > > On Wed, Dec 1, 2010 at 9:50 PM, Tim Pease wrote: > > > >> At the last boulder.rb meeting, I mentioned a solution for rolling rails > >> log files so they do not consume your disk and cause your server to > crumble, > >> crash, and catch fire. After much holiday cheer (and a new domain > registrar) > >> a blog post has been written ... > >> > >> http://pea53.com/rolling-rails-log-files > >> > >> Enjoy! > >> > >> TwP > >> _______________________________________________ > >> Bdrg-members mailing list > >> Bdrg-members at rubyforge.org > >> http://rubyforge.org/mailman/listinfo/bdrg-members > >> > > > > > > > > -- > > Tony Arcieri > > Medioh! A Kudelski Brand > > > > _______________________________________________ > > Bdrg-members mailing list > > Bdrg-members at rubyforge.org > > http://rubyforge.org/mailman/listinfo/bdrg-members > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://rubyforge.org/pipermail/bdrg-members/attachments/20101202/79ebab0c/attachment-0001.html > > > > ------------------------------ > > Message: 2 > Date: Fri, 3 Dec 2010 18:55:11 -0700 > From: Marty Haught > To: bdrg > Subject: [Boulder Ruby Group] BRG - December Meeting - Dec 14th > Message-ID: > > > > Content-Type: text/plain; charset=ISO-8859-1 > > The December meeting will be a week earlier than normal due to the > holidays on December 14th at 7pm. Even the meeting will match the > holiday spirit by focusing on sharing the best gems and plugins in > your Ruby stack. We will explore what libraries give us the best > boost in our development environments. I encourage audience > participation so bring your list of favorite resources and we'll go > over them for the final meeting of the year. Details on the meeting > are on our website as usual: > > http://boulderruby.org/meetings/2010/11/04/december-2010/ > > Cheers, > Marty Haught > http://boulderruby.org > > > ------------------------------ > > Message: 3 > Date: Wed, 8 Dec 2010 08:55:10 -0700 > From: Jake Sutton > To: bdrg-members at rubyforge.org > Subject: [Boulder Ruby Group] Reminder: Foraker Labs "Ruby on Beer" > Hackfest 12/9 > Message-ID: > > Content-Type: text/plain; charset=ISO-8859-1 > > Just a quick reminder that we're hosting a get together at the Foraker > Labs office tomorrow starting around 4:30. > Plenty of pizza and beverages will be on hand. > > Details at http://rubyonbeer.com/ > > If you're a Plancast fan, let us know you're coming: > http://plancast.com/p/2v1u > > Hope to see a bunch of you there! > > Cheers! > - Jake > > ---------------------- > Jake Sutton > Foraker Labs > > > ------------------------------ > > Message: 4 > Date: Sat, 11 Dec 2010 09:55:15 -0700 > From: Mike Moore > Subject: [Boulder Ruby Group] [ANN] MountainWest RubyConf 2011 CFP > Message-ID: > > > > Content-Type: text/plain; charset="iso-8859-1" > > We are happy to announce the 5th MountainWest RubyConf 2011 will be held on > March 17-18, 2011 in Salt Lake City, Utah. MWRC is a two day single-track > conference chock full of Ruby goodness for just $100. It is a terrific > opportunity to rub elbows with some of the smartest Rubyists around. For > Ruby hackers by Ruby hackers. > > Our Call for Proposals is now open. We are looking for code-heavy > presentations that inspire us and blows our minds. Please start submitting > your proposals on the conference site: > > http://mtnwestrubyconf.org/ > > CFP is open through January 8, 2011 > Registration starts January 17, 2011 > The fun happens on March 17-18, 2011 > > We're looking forward to another amazing conference! Questions? Comments? > Let me know. > > ~Mike Moore > http://twitter.com/mwrc > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://rubyforge.org/pipermail/bdrg-members/attachments/20101211/a441b66e/attachment-0001.html > > > > ------------------------------ > > Message: 5 > Date: Mon, 13 Dec 2010 12:30:31 -0700 > From: Eric Weidner > To: jobs at openlogic.com > Subject: [Boulder Ruby Group] Looking for Senior Engineer with > Ruby/Rails Experience - Broomfield, CO > Message-ID: > > Content-Type: text/plain; charset="iso-8859-1" > > *PLEASE RESPOND TO jobs at openlogic.com* > > OpenLogic is growing! We are looking to add a Senior Engineer with > Ruby/Rails experience to our dynamic team. Ruby/Rails is the primary > technology space, but a technologist with a varied background and the > ability to work in other languages and technologies (especially Java, > Hadoop, HBase) is desired. Knowledge of developing for a high volume, high > data production environments is desired as well. > > Thanks, > > Eric > > > *Job Title:* Senior Software Engineer - Ruby/Rails > > > > *Job Category:* Technical/Software > > * * > > *About OpenLogic:* > > OpenLogic is a leading provider of open source solutions that enable > enterprises to safely acquire, support, and control open source software. > OpenLogic provides enterprises with a certified library of open source > software that encompasses hundreds of the most popular open source > packages. > With the broadest open source coverage in the industry, OpenLogic offers > indemnification, updates, and enterprise-grade technical support backed by > the OpenLogic Expert Community. The OpenLogic solution also enforces > policies for open source components -- reducing the risk and maximizing the > cost savings associated with using open source software. > > > > OpenLogic uses agile methodologies and technologies to foster highly > collaborative, dynamic, and flexible development teams. > > * * > > *Position Overview:* > > OpenLogic is seeking a talented and experienced software professional to > join its dynamic development team in the role of Senior Software Engineer. > The > successful candidate is expected to live and breathe open source projects. > The > ideal candidate will have an enterprise software development background and > technical leadership skills in Ruby/Rails and related technologies. > > > > *Responsibilities: * > > - Creating products that allow our customers to select, deploy, and > manage Open Source software. > - Developing enterprise software that supports high user volume and > scales to large organizations. > - Routinely use many different development applications and frameworks > for enterprise, web, and GUI developers. > > > > *Qualifications:* > > The ideal candidate will have technical leadership experience in a small > software development organization as well as strong technical > knowledge/skills and expertise in developing complex infrastructure, > web-based software and enterprise software. > > > > Experience in several of the following is required: > > - Demonstrated expertise in the design and development of highly scalable > enterprise solutions. > - Ruby/Rails expertise. > - Full SDLC from development to production deployment > - Database schema design and usage. > - Key open source projects: Ruby, Rails, ActiveRecord, RSpec, etc. > - Modern web technologies: HTML5, CSS3, Javascript > - Agile/Scrum development experience. > - Java experience is a plus. > - Open source project and community participation a plus > > Excellent communication skills are essential. Requires BS in Computer > Science or related field. Candidate should have at least 10 years > professional software development experience and 2+ years of > enterprise-level Ruby/Rails experience. A background in other programming > languages and open source projects is highly desirable. > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://rubyforge.org/pipermail/bdrg-members/attachments/20101213/66c01c78/attachment-0001.html > > > > ------------------------------ > > Message: 6 > Date: Tue, 14 Dec 2010 09:26:50 -0700 > From: Marty Haught > To: bdrg > Subject: [Boulder Ruby Group] BRG - December Meeting - Dec 14th > Reminder > Message-ID: > > Content-Type: text/plain; charset=ISO-8859-1 > > Sorry for getting out the email reminder late but better late than > never. Tonight is our December meeting at 7pm at the Everlater/Gnip > offices (directions below). The meeting will be more discussion than > presentation as we walk through some of our favorite and most > beneficial libraries for the Ruby stack. Bring a list of your > preferred gems to share with the others. Details on the meeting are > on our website as usual: > > http://boulderruby.org/meetings/2010/11/04/december-2010/ > > Cheers, > Marty > http://boulderruby.org > > Directions: > Gnip/Everlater > 1601 Pearl St > Boulder, CO 80302 > > Use the Pearl St entrance and head upstairs. The door is just between > Foolish Craigs and Aji and to the east of the NE corner of 16th and > Pearl. > > URL to google maps: http://bit.ly/bv4cvN > > > ------------------------------ > > _______________________________________________ > Bdrg-members mailing list > Bdrg-members at rubyforge.org > http://rubyforge.org/mailman/listinfo/bdrg-members > > End of Bdrg-members Digest, Vol 50, Issue 2 > ******************************************* > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ara.t.howard at gmail.com Wed Dec 29 14:44:59 2010 From: ara.t.howard at gmail.com (ara.t.howard) Date: Wed, 29 Dec 2010 12:44:59 -0700 Subject: [Boulder Ruby Group] Bdrg-members Digest, Vol 50, Issue 2 In-Reply-To: References: Message-ID: On Wed, Dec 29, 2010 at 12:24, Kelly Ehret wrote: > Anyone have recommendations for a good CPA here in Boulder that is used to > dealing with us programmer-types? ?I'm looking for someone mainly to handle > quarterlies and annual returns. despite the crappy website we (dojo4) recommend http://appel-cpa.com/ highly. he's right downtown and a long time boulder cpa. -- -a share your knowledge.? it's a way to achieve immortality. - h.h. the 14th dalai lama From spike at indra.com Wed Dec 29 16:35:44 2010 From: spike at indra.com (Spike Ilacqua) Date: Wed, 29 Dec 2010 14:35:44 -0700 Subject: [Boulder Ruby Group] Bdrg-members Digest, Vol 50, Issue 2 In-Reply-To: References: Message-ID: <4D1BA9B0.7020400@indra.com> We're happy with Three Jewels Accounting (who also have a crappy web site): http://www.threejewels.net/ From internetoutfitters at gmail.com Wed Dec 29 16:51:10 2010 From: internetoutfitters at gmail.com (Kelly Ehret) Date: Wed, 29 Dec 2010 14:51:10 -0700 Subject: [Boulder Ruby Group] Bdrg-members Digest, Vol 50, Issue 2 In-Reply-To: <4D1BA9B0.7020400@indra.com> References: <4D1BA9B0.7020400@indra.com> Message-ID: Thanks for the referrals everyone. I think I'm seeing a business opportunity in fixing crappy CPA web sites.... On Wed, Dec 29, 2010 at 2:35 PM, Spike Ilacqua wrote: > We're happy with Three Jewels Accounting (who also have a crappy web site): > > http://www.threejewels.net/ > > -------------- next part -------------- An HTML attachment was scrubbed... URL: