Export to
Wednesday, March 13, 2019 at 6:33am and last updated
Friday, March 22, 2019 at 11:40am.
Ruby Tuesday - PDX Ruby Brigade Monthly Meeting
Access Notes
Check in at the security desk to get access to the 27th floor. This usually isn't required for official events and meetups.
Website
Description
Pizza & beer starting at 6pm!
PRESENTATIONS - 7pm-8:30pm
Code for PDX ~ Arthur Smid
Code for PDX is a local chapter of Code for America. Arthur will talk about tech for the public good and CONSUL (http://consulproject.org/en/), an open source software for participatory process built with Ruby on Rails.
Recyclable Cache Keys in Rails ~ Jared Mooney
Ruby on Rails has powerful caching features and Jared is going to share some of the insight he learned about managing cache keys on a recent project.
How Can We Handle Errors? ~ Mike Calhoun
Most of the time, exceptions and errors are the last thing we want to put substantial thought into and are often addressed in that order. We tend to not want to think hard about how things could go wrong. However, from traditional apps to APIs or ArgumentErrors to NameErrors, handling exceptions gracefully is crucial to healthy applications. Let’s take a closer look at the Ruby Exception library and some strategies for catching and handling errors. We will look at what happens when exceptions are handled too well or not well enough. We will also take a closer look at the types of exceptions you can expect and where you can expect them. Lastly we’ll explore some examples for exception handling and testing in common rails application contexts.