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 ...
Check if Rails assets need to be precompiled Posted by subelsky on March 03, 2013 — 0 comments Wrote a quick rake task to check if Rails assets need to be pre-compiled (which I like to do before deployment) - if there's interest, I will try submitting a pull request to add this to Rai...
world.db JSON HTTP API Sample w/ Sinatra Posted by geraldbauer on March 03, 2013 — 0 comments I have created a little JSON API service for the open world database (that is, world.db) using the Sinatra Ruby gem. For example, /countries/south_america gets you all countries in South Amer...
Posted by trans on March 01, 2013 — 0 comments New versions of yard-tomdoc and it's trusty underbelly tomparse have been released. Both are much improved over previous releases, including some great new features. The YARD plug-in, for instance, supports many of YARD's tags via section...
Using Authority with a Single-Sign-On App Posted by NathanLong on February 28, 2013 — 0 comments I just blogged a general outline of how our team built a single-sign-on app and how that influenced the design of our authorization gem, Authority . Comments Post a Comment Comment abi...
Gridhook - A Rails endpoint for handling SendGrid webhook event notifications Posted by injekt on February 28, 2013 — 0 comments I just launched Gridhook in response to a pull request I opened on Griddler . Gridhook handles managing incoming event notifications from SendGrids webhook ...
neg 1.1.0 released Posted by jmettraux on February 28, 2013 — 0 comments Neg, a tiny and un-awesome PEG parser library just reached 1.1.0 . This new release brings better error messages in case of unconsumed input and some helper for the translator feature (the thing turning raw parse...
Bloombroom v1.2.0 - fast Bloom Filter for continuous/streaming keys Posted by colinsurprenant on February 27, 2013 — 0 comments I just pushed Bloombroom v1.2.0 , a Ruby & JRuby gem with fast Bloom Filters implementations: - Standard Bloom Filter for bounded key space - Continuous Bloo...
Bringing life to old Rails apps Posted by markoa on February 27, 2013 — 0 comments So you've just picked up a rather large Rails codebase that has not been updated for a while. The tests are missing. The client is expecting new features. How do you manage all that? This two -part arti...
Posted by mattetti on February 26, 2013 — 0 comments I just released something most of you probably won't need: A Ruby HTTP client that fires requests but doesn't wait for responses. You could think of it as HTTP over UDP but with the first connection being verified. Basically, the cl...
Becoming a Rubyist Posted by bryckbost on February 26, 2013 — 0 comments Just like learning a new spoken language, learning a new programming language means learning a new way of thinking. Here are some of reflections on becoming a Rubyist . Comments Post a Comment Comment abiliti...
Installing Rails -- Both 3.2 and 4.0 with Ruby 2.0 Posted by DanielKehoe on February 26, 2013 — 0 comments Updated Installing Rails tutorial showing how to set up both Rail 3.2 and 4.0 with Ruby 2.0. Uses some new features of rvm. Comments Post a Comment Comment abilities for non ...
The debugger gem needs help getting updated for Ruby 2.0! Posted by bcardarella on February 25, 2013 — 0 comments Please help Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a proper CAPTCHA to solve the escalating ...