xpool v0.9.0 is out Posted by robgleeson on March 18, 2013 — 0 comments xpool is a lightweight process pool. This release(v0.9.0) includes _a lot_ of changes, including new features & much improved performance. Comments Post a Comment Comment abilities for non registered users are...
simplifies interprocess communication by providing a bi-directional channel that can be used to transport ruby objects between processes on the same machine. This release(v5.1.1.4) was focused on improving the documentation and usage examples which weren't that good in previous releases.
morris-rails - Morris.js for the Rails 3 Asset Pipeline Posted by RyanScottLewis on March 18, 2013 — 0 comments morris-rails adds morris.js to the Rails 3 asset pipeline. Check it out! Comments Post a Comment Comment abilities for non registered users are currently deactivated, pe...
2011 has been a good year for me so far – financially as well as in terms of cool work in general. I feel like it’s time to share some of that luck with others and spend a couple of hours per week working pro bono, helping people. Read the blog post for details and spread the word. :-)
Get started with testing from top to bottom Posted by oBeLx on March 15, 2013 — 0 comments Get started with testing from top to bottom Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a proper CAPTCHA to solve the es...
Search through bundled gems Posted by jim on March 15, 2013 — 0 comments Find something inside your bundled gems with ag whatyouwant `bundle show --paths` You can use ack or grep if you like. I wrote a bit about searching through your bundled gems on my blog. Comments Post a Comme...
Sinatra 1.2.9, 1.3.6 and 1.4.0 released Posted by rkh on March 15, 2013 — 0 comments Earlier today I released Sinatra 1.2.9 , 1.3.6 and 1.4.0 . For more infos on what's new in 1.4, check out the blog post on rkh.im . Comments Post a Comment Comment abilities for non registered use...
Rapidash - a ruby gem to rapidly build your API client Posted by Gazler on March 14, 2013 — 0 comments I have created Rapidash a ruby gem to help you make an API client for your RESTful API in a few lines of code. class Repos < Rapidash::Base end class User < Rapidash::Base resource :...
Understanding instance_exec in ruby Posted by bigbinary on March 14, 2013 — 0 comments Wrote a blog on instance_exec . 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 pr...
Rails contractor looking for work? There's a Twitter account for that Posted by Ryan Wilcox on March 13, 2013 — 0 comments Are you a Rails contractor or freelancer, and using Twitter to find new projects? Tweeting "I'm available for projects" and hoping your tweet will find its w...
Dynamic Error Pages In Rails Posted by joshnesbitt on March 13, 2013 — 0 comments We've just published a new blog post about how to customise the default error templates in Rails. Click here to read it. Comments Post a Comment Comment abilities for non registered users are current...
Hound 0.2.0 now with extra awesome! Posted by injekt on March 13, 2013 — 0 comments Last week I released Hound . A Rails gem for tracking actions made on your models. Hound now injects itself into your existing User model to provide extra mechanisms for listing a users activity. It al...
How to make your testing awesome with Phantom.JS Posted by oBeLx on March 12, 2013 — 0 comments http://blog.codeship.io/2013/02/11/Using-PhantomJS-for-backend-tests.html Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to a...
Heroku Engineer Engaged to Ruby Posted by schneems on March 12, 2013 — 0 comments If you love Ruby so much why don’t you marry her? So on December 25th, he got down on one knee continue reading... Comments Post a Comment Comment abilities for non registered users are currently dea...
Tuning Phusion Passenger's concurrency settings Posted by FooBarWidget on March 12, 2013 — 0 comments This article teaches how to tune Phusion Passenger's MaxPoolSize and concurrency settings. Comments Post a Comment Comment abilities for non registered users are currently de...
WebSockets with Rails 4 and Ruby 2 Posted by themgt on March 11, 2013 — 0 comments I just wrote up a blog on how to use the excellent websocket-rails gem to build a simple Ruby 2 + Rails 4 realtime chat app and deploy it to Pogoapp . Here's a live demo . Comments Post a Comment Co...
A Simplified Query Interface for Relationships in Active Record 4 Posted by beerlington on March 11, 2013 — 0 comments I wrote about a little known change to Active Record queries in the forthcoming Rails 4 release that I thought people would be interested in. Comments Post a Comm...
Posted by FooBarWidget on March 11, 2013 — 1 comment Remember the recent Rubygems.org vulnerability ? We don't want all that to happen again do we? But the responsibility lies partly with us, the gem developers. We at Phusion have already signed most of our repositories and gems with ...
Aficionados of simplicity, allow me to introduce you to my new command-line interface option parser, CLI.K . Based on Michel Marten's excellent Clap library, CLI.K takes the code a few steps further by supporting multiple options per definition, single letter "run-on" options and, cle...
football.db - Free Open Football Fixtures&More (Champions League, Bundesliga, World Cup Quali etc.) Posted by geraldbauer on March 10, 2013 — 0 comments I've extracted all football fixtures from the sport.db into its own database, that is, football.db . Note, all football fixtures are...
What's new in Sinatra 1.4? Posted by rkh on March 09, 2013 — 0 comments Want to know what's coming in Sinatra 1.4? Check out my blog post . Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a proper CAPTCHA to solve t...
Start testing your web application with Casper.JS Posted by oBeLx on March 08, 2013 — 0 comments http://blog.codeship.io/2013/03/07/Smoke-Testing-with-Casperjs.html Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a ...
Hound: Track your Rails models and create activity lists from the results Posted by injekt on March 08, 2013 — 0 comments I've just built Hound . Hound tracks actions made on your Rails models and supports adding custom actions for easily creating activity lists for any of your models...
Faster, smaller and more beautiful web with WebP Posted by igrigorik on March 07, 2013 — 0 comments An average page is now over 1300 kB in size and over 60% of that is in images... WebP provides 30-80% improvement over JPEG and PNG - latest news and updates from WebP team , and exampl...
Did you know that you only need six lines to implement Sinatra? What crazy things can you do with flip flops? And what's coming for Ruby 3.0? Check out my talk on this and many more rather irrelevant but highly entertaining things.
Full lineup of speakers announced for SpreeConf in Washington, D.C. Posted by railsdog on March 06, 2013 — 0 comments The schedule for SpreeConf 2013 has been announced. The conference will be held on March 20-21 and feature two full days of training and talks dedicated to the world's...
Inspecting Rails 4 using Ruby 2.0 Posted by mattetti on March 06, 2013 — 0 comments Ruby 2.0 has a brand new feature very few people talked about: TracePoint. This Ruby 2.0 TracePoint example shows how to use this new feature to look at what Rails does when she handles requests. More ...
Upgrading Rails: Gems Extracted in Rails 4 Posted by alindeman on March 06, 2013 — 0 comments I posted a list of gems extracted from Rails 4 . When upgrading a Rails 3 application, you may need to pull in a few of these. Comments Post a Comment Comment abilities for non registered...
Gemnasium gem 1.0.0 is out Posted by gravis on March 06, 2013 — 0 comments Tech-Angels just launched an open-source gem to upload just the needed files from your projects: gemnasium-1.0.0 . More info on the blog post or the project readme . Comments Post a Comment Comment abilitie...
Burlington Ruby Conference 2013 - CFP Now Open - August 3 & 4 Posted by beerlington on March 04, 2013 — 0 comments This summer we'll be hosting the 2nd annual Burlington Ruby Conference in Burlington, Vermont. We are looking for a diversity of speakers and topics that are of interest ...