is often overlooked by software developers more familiar with higher level languages. This is unfortunate because the shell can be one of the most important parts of a developer's toolkit. From the one-off grep search or sed replacement in your source tree to a more formal script for ...
New beginnings are exciting and I'm delighted to announce that I've joined a terrific team of people at Enova who are working hard to innovate and push Ruby well beyond its comfort zone. I'm looking forward to sharing the journey with you as we build fantastic developer tools, migrate...
TDD and ActiveRecord in Rails Posted by solnic on January 06, 2014 — 0 comments Check out my thoughts on TDDing ActiveRecord in Rails. Right here . Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a proper CAPTCHA to...
Technology is advancing at a rapid pace, making it challenging for some to keep up. Today’s television consumers are driven by flexibility and cost-savings – offerings that cable TV companies cannot currently provide. This paper will explore: The impact “cord cutters” and “cord nevers...
Nokogiri as a command line tool Posted by robmiller on January 07, 2014 — 0 comments You've probably used Nokogiri as a library to scrape sites. But did you know you could use it as a standalone script from the command line , too? Comments Post a Comment Comment abilities for non ...
Print media has always been a case of survival of the fittest. Much like when media entrepreneur William R. Hearst was battling newspaper publisher Joseph Pulitzer , or when Pulitzer was battling rival newspaper publisher Charles A. Dana , new media companies are constantly popping up...
New Year resolutions are kicking into high gear! And like any resolution; strategy and commitment are essential. Keeping yourself on track, encouraged, and most importantly accountable are crucial pieces to attaining your goals. In the realm of fitness, the online world is full of res...
Training SpringSource University provides a comprehensive education and certification program for SpringSource software products as well as Spring, Groovy, Grails, and Apache Open Source technologies. We offer both public and customized private training and have trained over 4,000 peo...
is Mike Gunderloy's software development weblog, covering Ruby on Rails and whatever else I find interesting in the universe of software. I'm a full-time Rails developer and contributor, available for long- or short-term consulting, with solid experience in working as part of a distri...
I am having a problem installing Ruby 2.0.0-p0 using rbenv install on Ubuntu 12.04.2 LTS. I have clean version of Ubuntu 12.04.2 LTS running on Virtualbox. I am getting this error and the build is failing. I think I read that the new RubyGems requires https. I have tried rbenv install...
Grails 2.0 Login Create Account Pivotal Home Learn Products & Services Groovy/Grails Tool Suite (IDE) Other Products Consulting Training About SpringSource Community Downloads Plugins Facebook connect Twitter connect Log in Login or Email (forgot login) Password (forgot password) Crea...
Grails 2.0 Login Create Account Pivotal Home Learn Products & Services Groovy/Grails Tool Suite (IDE) Other Products Consulting Training About SpringSource Community Downloads Plugins Facebook connect Twitter connect Log in Login or Email (forgot login) Password (forgot password) Crea...
Grails 2.0 Login Create Account Pivotal Home Learn Products & Services Groovy/Grails Tool Suite (IDE) Other Products Consulting Training About SpringSource Community Downloads Plugins Facebook connect Twitter connect Log in Login or Email (forgot login) Password (forgot password) Crea...
If you look on Cultured Code's Arrivals page, you'll see something like this: This is a very tempting thing for small companies to do. You want your customers to know that you're working on something they want. But ultimately, it's a bad idea. When Cloud Sync launches, I'll think, "Fi...
GIANT ROBOTS SMASHING INTO OTHER GIANT ROBOTS Written by thoughtbot Convert Ruby 1.8 to 1.9 Hash Syntax Dan Croak February 11, 2012 ruby vim In vim, for an entire file: :%s/:\([^ ]*\)\(\s*\)=>/\1:/g In the shell, for an entire project: perl -pi -e 's/:([\w\d_]+)(\s*)=>/\1:/g' **/*.rb ...
// Draw rounded rectangle bezier path UIBezierPath *roundedRectanglePath = [UIBezierPath bezierPathWithRoundedRect: CGRectMake(0, 0, 280, 37) cornerRadius: 4]; // Use the bezier as a clipping path [roundedRectanglePath addClip]; // Use one of the two gradients depending on the state o...
The Koans walk you along the path to enlightenment in order to learn Ruby. The goal is to learn the Ruby language, syntax, structure, and some common functions and libraries. We also teach you culture. Testing is not just something we pay lip service to, but something we live. It is e...
Depois de pensar sobre os primórdios do Scrum, acho que a raíz tanto do Scrum quanto Lean são sistemas complexos adaptativos . Quando nós criamos Scrum nós não falamos sobre Lean, falamos sobre sistemas complexos adaptativos. Eu acho que Scrum e Lean são implementações complementares ...