BEGIN:VCALENDAR
PRODID;X-RICAL-TZSOURCE=TZINFO:-//Calagator//EN
CALSCALE:GREGORIAN
X-WR-CALNAME:Calagator
METHOD:PUBLISH
VERSION:2.0
BEGIN:VTIMEZONE
TZID;X-RICAL-TZSOURCE=TZINFO:America/Los_Angeles
BEGIN:DAYLIGHT
DTSTART:20150308T020000
RDATE:20150308T020000
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
END:DAYLIGHT
BEGIN:STANDARD
DTSTART:20151101T020000
RDATE:20151101T020000
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
CREATED;VALUE=DATE-TIME:20150603T183557Z
DTEND;TZID=America/Los_Angeles;VALUE=DATE-TIME:20150608T200000
DTSTART;TZID=America/Los_Angeles;VALUE=DATE-TIME:20150608T173000
DTSTAMP;VALUE=DATE-TIME:20150603T183557Z
LAST-MODIFIED;VALUE=DATE-TIME:20150603T183557Z
UID:http://calagator.org/events/1250468580
DESCRIPTION:#Women Who Code Portland Networking Night @ New Relic&#13\;\n
 &#13\;\n**› Please RSVP via Eventbrite [HERE](http://bit.ly/1FTL3nR)**&#
 13\;\n&#13\;\nThis month\, our FutureTalks speaker series is joining for
 ces with WWC\, as we host seven engineers from New Relic giving brief te
 chnical talks about their work\, all emcee'd by our very own Liz Abinant
 e\, who presented at our February event. Next Monday\, June 8th will be 
 the 4th Networking Night of their series.&#13\;\n&#13\;\nSpeakers:&#13\;
 \n&#13\;\n* **Alice Goldfuss** - *&quot\;Docker in a Flash&quot\;*&#13\;
 \n* **Ashley Puls** - *&quot\;Why\, When\, and How to Measure Performanc
 e&quot\;*&#13\;\n* **Emily Hyland** - *“Programming for Humans: API desi
 gn as user experience design”*&#13\;\n* **Kate Morrow** - *&quot\;Jelly 
 Bean Trails and Middle-points&quot\;*&#13\;\n* **Katherine Wu** - *&quot
 \;Moving from ActiveRecord to a Service&quot\;*&#13\;\n* **Katie Leonard
 ** - *&quot\;Upgrading Rails&quot\;*&#13\;\n* **Zoe Kay** - *&quot\;Upgr
 ading Rails&quot\;*&#13\;\n&#13\;\nProgram:&#13\;\n&#13\;\n* 5:30-6:00 -
  Check-In and Networking&#13\;\n* 6:00-7:30 - Lightning Talks&#13\;\n* 7
 :30-8:00 - Wrap Up and Networking&#13\;\n&#13\;\n**› Doors will open at 
 5:30 for a 30-minute networking happy half-hour! The food\, beer and dri
 nks are provided by Bellagios and New Relic. The presentations will begi
 n right at 6p.**&#13\;\n&#13\;\n› Stay tuned for the latest developments
  and updates on this and upcoming events by joining our Meetup group\, [
 New Relic FutureTalks PDX](http://www.meetup.com/New-Relic-FutureTalks-P
 DX/)\, and following us on Twitter @newrelic.&#13\;\n&#13\;\n› FutureTal
 k is brought to you by **New Relic** in collaboration with **[TAO](http:
 //www.techoregon.org)**\n\nTags: new\, relic\, futuretalks\, pdx\, futur
 e\, tech\, talk\, technology\, women\, code\, networking\, docker\, prog
 ramming\, api\, design\, jelly\, bean\, activerecord\, rails\n\nImported
  from: http://calagator.org/events/1250468580
SUMMARY:FutureTalks / WWC Networking Night @ New Relic
LOCATION:New Relic: 111 SW 5th Avenue\, Suite 2700\, Portland Oregon 9720
 4 United States
SEQUENCE:3
END:VEVENT
BEGIN:VEVENT
CREATED;VALUE=DATE-TIME:20151104T172208Z
DTEND;TZID=America/Los_Angeles;VALUE=DATE-TIME:20151214T210000
DTSTART;TZID=America/Los_Angeles;VALUE=DATE-TIME:20151214T180000
DTSTAMP;VALUE=DATE-TIME:20151104T172208Z
LAST-MODIFIED;VALUE=DATE-TIME:20151201T182518Z
UID:http://calagator.org/events/1250469343
DESCRIPTION:Test Ruby PDX is a new user group focusing on testing from a 
 developer's perspective. Join us for peer mentoring\, conversation\, and
  pizza at 6\, followed by presentations at 7. This month\, Jason Clark o
 f New Relic will discuss how to tackle the complex testing issues that c
 ome up when your code needs to be compatible with multiple dependencies.
 &#13\;\n&#13\;\nFor more information about this and future meetings\, fo
 llow @TestRubyPDX on Twitter.&#13\;\n&#13\;\n### Testing the Multiverse&
 #13\;\n#### Jason Clark&#13\;\nIt’s a basic principle of testing that mi
 nimizing dependencies will make you happier\, faster\, and more producti
 ve. But what happens when you can’t? If your code plugs into or extends 
 another gem\, comfortable isolation might be out of the question. Stubbi
 ng and careful design can carry you a ways\, but eventually you need to 
 actually test your code against those gems you’re building on. Luckily\,
  there are ways to reduce this pain. We’ll dig deep on creating a simple
  environment to check your work against multiple dependencies. We’ll see
  patterns that help avoid pulling your hair out when those dependencies 
 change. We’ll even search around the raw edges\, examining how to verify
  what your code does when it lands in an environment you haven’t tested.
  There’s a multitude of gems out there to build on. Let’s see how we can
  test with them!&#13\;\n&#13\;\n### ActiveMocker: Fast ActiveRecord Mock
 s&#13\;\n#### Dustin Zeisler&#13\;\nTired of a slow test suite in Rails?
  Hitting the database so often it's getting you down? Is waiting for Rai
 ls to boot as you do red\, green\, refactor killing your vibe? Wouldn't 
 it be great if your tests ran in milliseconds instead of seconds or minu
 tes? You may say &quot\;That's all great\, but I'll have to change the w
 ay I test and program adding tedious boilerplate\, making my code ugly.&
 quot\; And I would say\, no! I created ActiveMocker to save my team from
  just that. You can have nearly all of the benefits by adding one settin
 g to your test file and with just a little more work you can have full\,
  glorious\, unadulterated speed. ActiveMocker creates mock classes from 
 ActiveRecord models\, allowing your test suite to run at breakneck speed
 . This can be done by not loading Rails or hitting a database. The model
 s are read dynamically and statically so that ActiveMocker can generate 
 a Ruby file to require within a test. The mock file can be run by itself
  and comes with a partial implementation of ActiveRecord. Attributes and
  associations can be used the same as in ActiveRecord. Methods have the 
 same argument signature but raise a NotImplementedError when called\, al
 lowing you to stub it with a mocking framework\, like RSpec. Mocks are r
 egenerated when the schema is modified so your mocks won't go stale\, pr
 eventing the case where your units tests pass but production code fails.
 &#13\;\n&#13\;\n## Thanks to Renew Financial for providing the space and
  pizza for this event!\n\nTags: ruby\, rails\, testing\, agile\, Cucumbe
 r\, RSpec\, Test::Unit\, Minitest\, Capybara\, activerecord\, ActiveMock
 er\n\nImported from: http://calagator.org/events/1250469343
URL:http://testrubypdx.org
SUMMARY:Test Ruby PDX Monthly Meeting
LOCATION:Renew Financial: 402 SW 6th Ave. #902\, Portland OR 97202 US
SEQUENCE:6
END:VEVENT
END:VCALENDAR
