Drupal SA-CORE-2014-005

Drupal Security threats and how we respond at NEWMEDIA! Here at NEWMEDIA! we are constantly learning and improving. Over the course of the past year we have been refining our continuous integration and hosting platforms as they relate to Drupal. A significant threat, and subsequent fix has been identifeid in all versions of Drupal 7… Continue reading Drupal SA-CORE-2014-005

Published
Categorized as Drupal

A Tool for Opscode Chef Cookbook Readme Generation

Consistency is the key to successful engineering teams. Here at Newmedia we are constantly seeking ways of providing tools to allow our engineers to be more efficient. The consistency is critical when understanding and managing the technical debt created by a team of intelligent people. One area we spend a fair amount of time focusing… Continue reading A Tool for Opscode Chef Cookbook Readme Generation

Published
Categorized as DevOps

Ruby Dependency Management with Bundler

Managing dependencies is a difficult task in any system. Bundler makes it almost enjoyable for Ruby! Bundler is a dependency manager for Ruby. Projects that are cognizant of dependency management are more favorable than those that rely on manual management. Bundler creates project (or folder) specific bundles of gems with specific versions for that project’s… Continue reading Ruby Dependency Management with Bundler

Ruby Version Manager

In this post we learn to manage Ruby versions with the Ruby Version Manager or RVM. Ruby is a useful language and we use it extensively. As developers we need the ability to quickly move between installed versions of Ruby as necessary to work against. This need was recently highlighted by the release of OSX… Continue reading Ruby Version Manager