Sneakers: a high performance background processing framework for Ruby Posted by jondot on January 03, 2014 — 0 comments Sneakers is a high performance background processing framework for Ruby based on RabbitMQ. It has a hybrid processing model akin to Puma+Unicorn combined. It's being...
egistrations are now open for RubyLearning’s “Pay if you like “, online course on “Programming the Web with Ruby “. The first batch had over 2000 participants . Web-based applications offer many advantages, such as instant access, automatic upgrades, and opportunities for collaboratio...
Screencast: Caching an API Posted by avdi on January 03, 2014 — 0 comments I just freed up another episode from the RubyTapas archives. This one talks about building a caching layer over an HTTP API, and touches on testing with WebMock as well. Comments Post a Comment Comment abil...
For the first several years of my career in IT, I spent a lot of time thinking about what I’d rather be doing while at work. I might be in a meeting, talking about how to improve the uptime of a billing system. Or putting together time cards for a weekly report. Or programming in a la...
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...
Episode #428 – December 20th, 2013 Today only! Some Rails 4.1 tidbits, dependency injection drama, a Rails engine for the Dashing framework, and some free tapas from Avdi. December 17th, 2013 rails-assets.org, Rails Database Info, Callbacks Extraction, Shutterbug, A Deeper Look at Rub...
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...
Hi Garth, On 27 November 2012 13:35, Garth Home <gsmedley at eastlink.ca > wrote: > I can see that in the tzinfo Sydney.rb file, which Canberra is linked to, the entry for DST has > "EST" as the abbreviation. This looks like a bug to me, but I'm new to tzinfo, so maybe I'm missing > s...
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...
As I studied Ruby over the past 2 years while working on the book, I’ve been surprised and intrigued by how much of Ruby’s design - and implementation - is based on older computer languages, particularly Smalltalk and Lisp. It’s amazing to me how important the basic computer science r...
It is often asked: how do I create a list of checkboxes for managing a HABTM association? Ask no more because this episode will show you how to do exactly that.
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...
Clone Me Maybe Gabe Berke-Williams July 21, 2012 git Let’s say you’re on the Github page for rails/rails . Copying the URL from the top of the page, pasting it into the terminal takes too dang long! Instead, put this in your ~/.gitconfig : # ~/.gitconfig [url "git://github.com/"] # Re...
I tweeted that I was considering making my next box an Ubuntu machine, rather than OS X. One of the many responses: This was probably intended as praise, but I think it's actually a very significant mistake, and the truth is precisely opposite. In 2010, from Feburary to around October...
Introduced a new tool: passenger-config restart-app . With this command you can initiate an application restart without touching restart.txt. Unlike touching restart.txt, this tool initiates the restart immediately instead of on the next request. Fixed some problems in process spawnin...
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...
pick 28e91bb [#4000] Add Chosen as Javascript asset pick 2043850 [#4000] Link to Chosen stylesheet in admin layout pick fd38b60 [#4000] Add Chosen to select field pick 34c2e5c [#4000] Fix Chosen formatting # Rebase 19780cc..34c2e5c onto 19780cc # # Commands: # p, pick = use commit # r...
8 New Steps for Fixing Other People's Code Alex Grant September 15, 2012 git ruby open source testing Way back in mid-2007, when Rails 1.2 was the new hotness and GitHub was still a year away from crawling out of the primordial internet soup, prolific open source contributor Dr Nic wr...