Dan Croak January 07, 2014 playbook We're pleased to announce the second major, 14,000 word version of our playbook . We're giving it away for free and licensing it as Creative Commons Attribution-NonCommercial . The playbook is the most comprehensive description that we've ever gathe...
Rubinius alive & well with new corporate sponsor, Enova Posted by jc00ke on January 07, 2014 — 0 comments Brian Shirai of the Rubinius team announced on the Rubinius blog that he'll be joining Enova and continuing his work on Rubinius. Thanks to Enova for their new sponsorship of Rubi...
Posted by netghost on January 07, 2014 — 2 comments You probably include ActiveSupport's Concerns in your Rails code, but how do they work? We'll read Rails' Concern Implementation , and learn a bit more about modules, ruby idioms, and more. Come along if you want to understand your l...
January 3rd, 2014 Writing a Ruby compiler, the Omega universe simulator, RubyGems 2.2.0, debugging with HTTP clients, detecting similarities in images, and the Lotus web framework all in this episode of the Ruby5! Episode #428 – December 20th, 2013 Today only! Some Rails 4.1 tidbits, ...
Rendering Collections in Rails Posted by croaky on January 07, 2014 — 0 comments Partials are a great way to break down complex view into more manageable chunks as well as keeping view code DRY. However, rendering a partial for each item in a collection looks ugly. Luckily, Rails give...
Last summer (2013) I was honored with an invitation to serve as a mentor for the inaugural group of entrepreneurs welcomed into the TechPeaks accelerator program. It opened my eyes to what's possible when a progressive local government achieves effective cultivation of innovation and ...
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...
The Garden City Ruby Conference 2014 Experience Posted by icicle on January 07, 2014 — 0 comments The first Bangalore City RubyConf - Garden City RubyConf 2014 happened last week on January 3rd & 4th. The event itself was a major success, in terms of participation, quality of talks an...
How To Create GitHub Avatars For Pairs Jessie Young November 21, 2013 git Whether you love or hate pairing, we can all agree that attributing work to both pair partners is a pain. Enter: The Easiest Solution Possible™. Step 1: Create a commit with both of your names Before you merge y...
# File '/Users/jbolton/Projects/sass-site/.sass/lib/sass/script/functions.rb', line 286 def self.signature(method_name, arg_arity, kwarg_arity) return unless @signatures[method_name] @signatures[method_name].each do |signature| return signature if signature.args.size == arg_arity + kw...
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...
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...
Continuous Deployment for static pages Posted by manualwise on January 07, 2014 — 0 comments In this tutorial you will learn how to set up Continuous Integration and Deployment for your static pages with Middleman App, Codeship and GitHub pages. Continuous Deployment for static pages ...
hoe version 3.7.4 has been released! Published 2014-01-06 @ 16:47 Hoe is a rake/rubygems helper for project Rakefiles. It helps you manage, maintain, and release your project and includes a dynamic plug-in system allowing for easy extensibility. Hoe ships with plug-ins for all your us...