Ruby, Smalltalk and Class Variables Posted by patshaughnessy on December 17, 2012 — 0 comments Last week I decided to look into the details of how Ruby implements class variables, and ended up learning all about Smalltalk instead :) I just posted a write up here ; read it to learn wha...
OAuth too big? Try SSL Authentication. Posted by laserlemon on December 17, 2012 — 0 comments OAuth is great… sometimes a little too great. When the bells and whistles of OAuth aren't worth the hassle of building your own provider, consider SSL Authentication . Collective Idea outline...
Complete lineup for day 2 of La Conf Paris 2013 announced Posted by tigrish on December 17, 2012 — 0 comments With an emphasis on practical demonstrations instead of long technical talks, Jon Leighton , Geoffrey Grosenbach , Katrina Owen , Jeremy McAnally , Avdi Grimm , Amy Hoy , Rand...
A story of PROMPT_COMMAND and RVM Posted by mpapis on December 17, 2012 — 0 comments I just published A story of PROMPT_COMMAND and RVM . Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a proper CAPTCHA to solve the...
How I find out a memory leak in grape Posted by flyerhzm on December 17, 2012 — 0 comments I shared my story to fix a ruby symbol memory leak in grape gem , it also told you one way to detect the memory leak. Comments Post a Comment Comment abilities for non registered users are c...
New HTML5 Form Input Helpers in Rails 4 Posted by kfaustino on December 16, 2012 — 0 comments I just wrote up a blog post about the new HTML5 additions to Rails 4 Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a pr...
Although I'm not directly involved in any Ruby implementation, I've been in the community for a better part of a decade and want to see us spend less time on politics and more time on evolving an awesome language. Here's my two cents on how I think we can attain a Common Ruby definiti...
ROA3 | Ruby on Ales 2013 - March 7th & 8th, 2013 Posted by amerine on December 13, 2012 — 0 comments I'm happy to announce that the Ruby on Ales crew is putting on our third show. Come visit us in Bend on March 7th and 8th for some great talks, amazing beer and fun wintery activities....
More choices, more concurrency. Introducing JRuby on Heroku Posted by schneems on December 13, 2012 — 0 comments Heroku just launched JRuby into General Availability, read all about it:Run JRuby on Heroku Today . Comments Post a Comment Comment abilities for non registered users a...
Setting Local Environment Variables in Rails Posted by DanielKehoe on December 13, 2012 — 0 comments A new article from Taylor Mock and the RailsApps Project on Rails Environment Variables shows a bulletproof way to set local environment variables for use in your Rails application wit...
Gem Launch: Service Posted by c00lryguy on December 13, 2012 — 0 comments Service encapsulates an object which executes a bit of code in a loop that can be started or stopped (optionally in a new Thread) and query whether it is running or not. Comments Post a Comment Comment abili...
is a small command-line utility distributed as a RubyGem that allows you to easily create/destroy/rename/list all your private-hosted git repositories on your own server. All you need is a small VPS (256MB RAM / 10GB HDD / 1vCPUCore should be sufficient). Git Go also provides you with...
Using Authority when you don't have a model Posted by NathanLong on December 10, 2012 — 0 comments Authority provides a sensible, ORM-neutral way to authorize actions on your Rails models. But what if you need to authorize something for which there is no model, like access to a stats ...
rack-protection 1.3.0 Posted by rkh on December 10, 2012 — 0 comments I just released rack-protection 1.3.0. Please upgrade your apps. Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a proper CAPTCHA to solve the es...
Rate limit your Rails app using Doorkeeper and Redis Posted by andreareginato on December 10, 2012 — 0 comments I just launched the Redis Throttle gem. This is fork of the Rack Throttle middleware that provides logic for rate-limiting incoming HTTP requests to Rack applications using ...
Test CLI calls to remote APIs Posted by pmurach on December 09, 2012 — 0 comments communist treats your command line app as black box and provides simple cucumber steps to described expected responses. Check it out and let us know what you think? Comments Post a Comment Comment ab...
Automatic reloading in Rails console Posted by jordoh on December 09, 2012 — 0 comments Enable automatic reloading in the Rails console so every statement is evaluated using the latest code. Comments Post a Comment Comment abilities for non registered users are currently deactivat...
Mutli-platform installation instructions for MRI, JRuby and Rubinius Posted by postmodern on December 08, 2012 — 1 comment Recently wrote copy/pastable installation instructions for MRI , JRuby and Rubinius on Debian, Ubuntu, RedHat, Fedora and OS X. Comments you might consider ad...
Using quick shell aliases Posted by NathanLong on December 07, 2012 — 0 comments Temporary shell aliases are a pretty obvious idea, but do you remember to make them when you need them? Comments Post a Comment Comment abilities for non registered users are currently deactivated, pe...
7 steps to continuous deployment Posted by oBeLx on December 07, 2012 — 0 comments Releasing new parts of your software daily has so many advantages, that you can't afford to refrain from it: * making releases a breeze * faster development * immediate user feedback * happy developers ...
Roundtrip: simple tracking and metrics for your business processes in real-time Posted by jondot on December 07, 2012 — 0 comments I just pushed Roundtrip , a Redis, Sinatra and Graphite based business process tracking and metrics service. You can also see how it works in this blog po...
Join the Google+ Ruby Community! Posted by bcardarella on December 07, 2012 — 0 comments Google+ just released communities so let's build one around Ruby. Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a proper CAP...
Add metadata to Minitest specs similar to RSpec Posted by ningja on December 06, 2012 — 0 comments Just released minispec-metadata gem. Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a proper CAPTCHA to solve the e...
Brainfucktt - a Brainfuck interpreter built with TreeTop Posted by c00lryguy on December 06, 2012 — 0 comments While learning Treetop , I decided that a Brainfuck interpreter would be a nice place to start. So, I made treetop_bootstrap , which is a scaffold for Treetop projects, and t...
world.db gem Now Includes All 193 United Nations Countries; Added CSV/HTML Export Posted by geraldbauer on December 06, 2012 — 0 comments I've added all 193 member countries of the United Nations to the world.db fixtures 'n' gem. I've also added csv or html table export for spreadshee...
Ensuring data integrity Posted by pcreux on December 05, 2012 — 0 comments I just wrote a blog post where I share practices to ensure data integrity on Ruby on Rails applications. Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending...
Garlic.js in love with Rails Asset Pipeline Posted by nashby on December 04, 2012 — 0 comments I just released garlicjs-rails gem. Garlic.js allows you to automatically persist your forms' text field values locally, until the form is submitted. This way, your users don't lose any prec...
Essence of MVC Posted by shanebdavis on December 04, 2012 — 0 comments Clear, illustrated post on the essence of the Model-View-Controller pattern, its structures, its roles and how to maximize its amazing benefits. The Essence of MVC Comments Post a Comment Comment abilities for ...
A quick flight over the MRI codebase (in 30 YouTube minutes) Posted by PeterCooper on December 03, 2012 — 0 comments Pat Shaughnessy (author of Ruby Under a Microscope) and I recently sat down and took a tour of the MRI Ruby codebase. It's suited to people who've never looked under th...
Clickable stacktraces for RSpec and MacVim Posted by rubiii on December 02, 2012 — 0 comments The title pretty much says it all. Give it a try! Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a proper CAPTCHA to sol...