to improve documentation and ruby interfaces for beanstalkd , arguably one of the best job queues available for web applications today. First, we converted the beanstalkd protocol to markdown for better readability. Then, we introduced a brand new production-ready beanstalkd client ca...
Delegation on a method by method basis with Forwardable Posted by nashby on November 07, 2012 — 0 comments Read about object composition and delegation using Forwardable from Ruby Stdlib in this post . Comments Post a Comment Comment abilities for non registered users are currentl...
#accepts_nested_attributes_for (often) considered harmful Posted by elight on November 07, 2012 — 0 comments Following up on the release of redtape , I wrote a blog post detailing why you should strongly consider it when reaching for #accepts_nested_attributes_for. Comments Post a...
A cleaner alternative to accepts_nested_attributes_for Posted by elight on November 06, 2012 — 2 comments Redtape provides an alternative to ActiveRecord::NestedAttributes#accepts_nested_attributes_for in the form of, well, a Form! The initial implementation was heavily inspired by "7...
Traitor - an implementation of traits for Ruby 2.0 Posted by txus on November 06, 2012 — 0 comments I just wrote about Traitor , an implementation of Traits for Ruby 2.0. Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to ...
Hacking mruby onto Heroku with Buildpacks Posted by schneems on November 06, 2012 — 0 comments Learn how buildpacks work while Hacking mruby onto Heroku . Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a proper CAP...
world.db - A Free Open World Database & Schema (Countries/Regions/Cities) Posted by geraldbauer on November 06, 2012 — 0 comments Hello, I've extracted from the sport.db/Sportbook all countries, regions and cities into its own free open database, that is, world.db. The open world data...
Jenkins CI setup for Rails application from scratch Posted by makaroni4 on November 06, 2012 — 0 comments In this blog post you can find sufficient manual how to install Jenkins CI on clean machine and configure it to build your Rails application. Comments Post a Comment Comment a...
Ruby 2.0 available on Pogoapp Posted by themgt on November 05, 2012 — 0 comments Pogoapp also just today added Ruby 2.0.0 preview support, and we've written a blog explaining how to use it in your app Comments Post a Comment Comment abilities for non registered users are currently...
Ruby 2.0 available on Heroku Posted by schneems on November 05, 2012 — 0 comments Haven't tried Ruby 2.0.0 yet? Not to worry Heroku has Ruby 2.0.0 Preview1 available right now. Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending ti...
Yet another ruby shootout Posted by alexandrov on November 05, 2012 — 0 comments I just posted a comparison of ruby-2.0.0-preview1, rubinius-2.0-rc1 and ruby-1.9.3-p286 in my blog. The most interesting for me seems the end of the story. Waiting for your comments. Comments Post a C...
allows you to easily slice up a spritesheet into Magick::Image s. The thought is that a spreadsheet contains many of a character's actions (standing, walking, jumping, etc..) which consist of many frames. This provides a DSL for defining those actions and where on the spritesheet each...
Value Struct Posted by happycode on November 05, 2012 — 0 comments Simple read-only structs in Ruby . Ready to be used everywhere! Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a proper CAPTCHA to solve the escala...
Rama: A CoffeScript TCP Terminal Proxy Posted by themgt on November 02, 2012 — 0 comments A blog post explaining the little CoffeeScript TCP terminal proxy app we wrote, named rama and (essentially) compatible with the heroku command line app's rendezvous client Comments Post a Co...
rails_best_practices 1.12.0 released Posted by flyerhzm on November 02, 2012 — 0 comments I just released rails_best_practices 1.12.0, it added NotRescueExceptionCheck, see more here . Comments Post a Comment Comment abilities for non registered users are currently deactivated, pe...
A Ruby Rebus Challenge Posted by jerodsanto on November 02, 2012 — 0 comments Here's a fun little Ruby-based challenge heading into the weekend: can you figure out all 20 movie titles from these Ruby Rebuses ? Comments Post a Comment Comment abilities for non registered users are ...
GuerillaPatch: Monkey patch objects using Ruby 2.0 refinements, if available Posted by Perceptes on November 02, 2012 — 0 comments GuerillaPatch : A gem to monkey patch extensions with the same interface for Ruby 1.9 and Ruby 2.0. If run on Ruby 2.0, the new refinements feature will b...
We've seen lots of Rails app test suites that use WebMock to disable HTTP requests. There is also good tools like VCR and techniques like Fakes available for other HTTP requests made from Ruby. However, modern apps often make HTTP requests to external services from Javascript. We ofte...
Ruby Tidbits: String, the original value object Posted by ernie on November 01, 2012 — 0 comments I just wrote a quick article describing a simple pattern you can employ to reuse string formatting logic throughout your application and avoid making unnecessary regexp comparisons. Comme...
Ruby's "twiddle wakka" and why we don't use it Posted by croaky on October 31, 2012 — 0 comments Ruby has a "twiddle wakka" character that theoretically pairs perfectly with semantic versioning. In practice, however, we recommend locking the versions of gems in your Gemfile . Comments...
Simple SPDY and NPN Negotiation with HAProxy Posted by igrigorik on October 31, 2012 — 0 comments With SSL + NPN support in HAProxy, adding SPDY support to your site has never been easier. A hands on look at the configuration to make it all work. You can now deploy a simple Ruby SPDY ...
Setting up Puma and Rails on Heroku Posted by subelsky on October 31, 2012 — 0 comments Simple code snippet showing how to get Puma and Rails talking and running on Heroku, with a plug for Don't Fear the Threads . Comments Post a Comment Comment abilities for non registered users ...
Phusion Passenger 4.0 supports JRuby, Rubinius Posted by FooBarWidget on October 31, 2012 — 0 comments Read about it here. Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a proper CAPTCHA to solve the escalating spa...
describes a new Engine Yard add-on for a cloud-based solution that streamlines all your online image management needs with Cloudinary. You can easily upload images to the cloud, perform smart image resizing & transformations and seamlessly deliver images through a fast CDN. The add-on...
Reddit on Rails Part 3: Last week of UT on Rails Posted by schneems on October 30, 2012 — 0 comments This is the 10th and final week of my video/exercise/quiz series. Jump over to: Reddit on Rails Part 3: Last week of UT on Rails finish your Reddit on Rails project and prepare yoursel...
Rails 4 in 30 minutes slides Posted by wyeworks on October 29, 2012 — 0 comments Rails 4 in 30 minutes slides Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a proper CAPTCHA to solve the escalating spam problem. So...
passing job parameters to email triggered jenkins jobs Posted by amolnpujari on October 29, 2012 — 0 comments Just briefed about how did we tell Jenkins to run a job using any device having email clients - here Comments Post a Comment Comment abilities for non registered users are...
Cequel 0.5.0 - query builder and object-row mapper for Cassandra Posted by outoftime on October 29, 2012 — 0 comments We've just release version 0.5 of Cequel , a query builder and object-row mapper for Cassandra using CQL. Version 0.5 introduces support for counter columns at both th...
Fast hashing with CityHash Posted by nashby on October 29, 2012 — 0 comments I just wrote a blog about fast hashing with CityHash - a family of non-cryptographic hash functions, designed for fast hashing of strings. Comments Post a Comment Comment abilities for non registered user...
sport.db - Free Open Sports DB Adds Plain Text Fixtures & More Posted by geraldbauer on October 28, 2012 — 0 comments Hello, I've added a plain text fixture reader for easy data import to the sportdb gem. For samples, see the English Premier League or the Deutsche Bundesliga fixtures....