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 ...
Ruby 2.0.0 MetaCasts Video Free This Week! Posted by markbates on February 25, 2013 — 0 comments To celebrate the release of Ruby 2.0 the MetaCasts video on Ruby 2.0.0-rc2 is free for this week only! Check it out to see the highlights of what is new in Ruby 2.0. Enjoy. http://www.meta...
Sinatra 1.3.5 release Posted by rkh on February 25, 2013 — 0 comments I just released Sinatra 1.3.5, which includes RubyGems 2.0 compatibility. Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a proper CAPTCHA to sol...
Decoding Rails Session Cookies Posted by alindeman on February 19, 2013 — 0 comments I wrote about how easy it is to decode and view the contents of session cookies in Rails 3 . A fully encrypted cookie store is coming in Rails 4. Comments Post a Comment Comment abilities for non ...
chruby 0.3.3 released! Posted by postmodern on February 19, 2013 — 0 comments chruby 0.3.3 has been released! This release contains bug fixes and workarounds for using tmux with chruby/auto.sh , ohmyzsh 's bundle exec ruby alias and OSX Mountain Lion 's PROMPT_COMMAND . Version 0.3.3 ...
Automatic Gemfile security audit for all your organizaition/user repos Posted by grosser on February 18, 2013 — 0 comments bundler-organization_audit audits all your projects for vulnerable gem version. Pro tip: Run it on your CI! Comments Post a Comment Comment abilities for non ...
Representable 1.3.3 Released With User Options Support! Posted by apotonick on February 16, 2013 — 0 comments Representable 1.3.3 got :setter and :getter to define accessors inline and process user options from outside! Heads-up here . Comments Post a Comment Comment abilities for...
Custom pre-commit hooks with pre-commit gem Posted by grosser on February 16, 2013 — 0 comments pre-commit comes with checks like missing-migrations/merge-conflicts/whitespace/jshint/... and now can also run project-specific checks via config/pre-commit.rb Comments Post a Comment ...
A Casual Stroll Through Discourse's Source Code Posted by jerodsanto on February 12, 2013 — 0 comments Discourse is a new, open source discussion platform built on Rails and Ember.js. I wanted to see what a production-ready Rails/Ember codebase looks like, so I cloned the repo, had a ...
bundler-audit: patch-level verification for Bundler Posted by postmodern on February 12, 2013 — 0 comments bundler-audit provides patch-level verification for Bundler. It will check the gem versions in Gemfile.lock against a local database of advisories. Check whether your Rails apps ...
Avoiding SQL Injection in Rails Posted by presidentbeef on February 11, 2013 — 0 comments I promise this is not related to or prompted by the Rails CVEs today - just coincidental timing. I've put a small blog post together about rails-sqli.org , a list of dangerous methods in ActiveRe...
integrate Emacs with rbenv - announcing rbenv.el Posted by senny on February 11, 2013 — 0 comments Ruby developers using Emacs and rbenv should take a look at rbenv.el . It let's you configure your Emacs session with the rbenv ruby of your choice. Comments Post a Comment Comment a...
Getting To Know RubyMotion With Laurent Sansonetti Posted by patshaughnessy on February 11, 2013 — 0 comments Not familiar with RubyMotion yet? Or want to learn more? Take a few minutes to read part 1 of my interview with Laurent Sansonetti . FYI tomorrow I'll post part 2, also on Rub...
Creating immutable tree data structures in Ruby Posted by molf on February 11, 2013 — 0 comments What are the advantages of immutable data structures outside functional programming? We explore the benefits of immutability when designing a search query API in Ruby. Continue reading... ...
Blind Refactoring, Guided by Tests Posted by NathanLong on February 08, 2013 — 0 comments Can you write good code if you don't understand what you're doing? I was recently surprised to discover that sometimes, with a good test suite, you can . Comments Post a Comment Comment abili...
Open Source in your Inbox: Code Triage Posted by schneems on February 07, 2013 — 0 comments “I don’t have time to contribute to open source”. But who does? We’re too busy shipping products and open source is so daunting and time consuming. Sure tools and technologies are our livelihoo...
PartyFoul 1.0 - Capture errors in your app and open as a Github issue! Posted by bcardarella on February 06, 2013 — 0 comments PartyFoul 1.0 includes background processor adapters, custom label handlers, and strategies for capturing errors in your Workers. Stop paying tons of money fo...
Visualising KPIs of your Rails project with Google Charts Posted by makaroni4 on February 05, 2013 — 0 comments It is extremely important to know how well your project is going. The best way to do it – just plot some metrics. In blog post Visualising database some tricky ActiveRecord ...