We decided to use two microcontrollers to monitor and report the bathroom status. One microcontroller would sit near the bathrooms and use door sensors to detect if they were closed or open. The other microcontroller would sit in an area visible to everyone in the office and use an LE...
Writing Robust Web Applications - The Lost Art of Exception Handling Posted by skorks on January 08, 2014 — 0 comments Have you ever wondered if your Rails app is robust enough and how you can make it more so? Tuts+ has a comprehensive overview of some of the things you can do at the ...
I take on recruiting in my latest blog post Avoiding Paper Tigers, Leaches and Space Cadets . If you are a hiring manager, you will want to avoid the candidates I describe and learn from my experience what qualities they have and techniques to expose them early. If you are a ruby engi...
Join Us for Lightning Talks this SpreeConf Posted January 07, 2014 by Shannon Madlin Comments Last year’s SpreeConf DC Lightning Talks were much discussed after the conference. Between the highly entertaining, and informative, topics such as windows rails development and advancement i...
minitest version 5.2.1 has been released! Published 2014-01-07 @ 16:18 minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking. "I had a class with Jim Weirich on testing last week and we were allowed to choose our testing frameworks. Ki...
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...
The Vim Learning Curve is a Myth Ben Orenstein November 22, 2011 vim I've been speaking about and teaching people vim for several years now, and I've noticed a surprising pattern: people are literally afraid of learning the editor. Over the years, the popular mythology around vim has ...
vlad version 2.6.3 has been released! Published 2014-01-07 @ 16:15 Vlad the Deployer is pragmatic application deployment automation, without mercy. Much like Capistrano, but with 1/10th the complexity. Vlad integrates seamlessly with Rake, and uses familiar and standard tools like ssh...
Our Work Listen. Explore. Deliver. We solve hard problems with our clients every day. Blog Be it on design, technology, or business, we’ll share our hard-earned lessons and brave new ideas with you. About Us We are a global force, building better applications.
If you’re used to working with Backbone.js , you may be accustomed to writing your own render method for your views. Typically, it looks something like: var MyView = Backbone.View.extend({ render: function () { this.$el.html(this.template(this.model.toJSON())); } }); In contrast, in E...
Method deprecated or moved This method is deprecated or moved on the latest stable version. The last existing version (v2.3.8) is shown here. after_save () public Is called after Base.save (regardless of whether it’s a create or update save). Note that this callback is still wrapped i...
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...
Un lenguaje de programación dinámico y de código abierto enfocado en la simplicidad y productividad. Su elegante sintaxis se siente natural al leerla y fácil al escribirla.
We decided to use two microcontrollers to monitor and report the bathroom status. One microcontroller would sit near the bathrooms and use door sensors to detect if they were closed or open. The other microcontroller would sit in an area visible to everyone in the office and use an LE...
Validating that a web app’s content is rendered correctly is an integral part of testing web apps. Displaying user-submitted input in HTML is the core functionality of almost any website. For example, the last couple of web sites you used most likely had you enter information in a tex...
Creates a button element that defines a submit button, reset button or a generic button which can be used in JavaScript, for example. You can use the button tag as a regular submit tag but it isn't supported in legacy browsers. However, the button tag allows richer labels such as imag...
THE PREEVENTUALIST'S LOSING AND FINDING REGISTRY (a free service benefiting the ENLIGHTENED who have been LIGHTENED) --- updates are made daily, please check back! --- this service is commissioned and subsidized in part by The Ashley Raymond Youth Study Clan ... all seals and privileg...
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...
The Perils of Uniqueness Validations Derek Prior July 17, 2013 rails postgres Your Rails application probably makes use of uniqueness validations in several key places. This validation provides for a nice user experience when duplicate records are detected but as we will see in a mome...