MRuby: A Lightweight Ruby Implementation by Matz It's been in the making for a while (remember RiteVM?) but this week Matz's new 'lightweight' Ruby implementation, mruby, spread around the Rubysphere like wildfire. The key goal is to produce an embeddable Ruby implementation that has ...
April 27, 2012 Tagged: open source issues Comments (View) Inbox Zero: Github Issues Edition On our many open source projects , we’ve seen a recurring problem throughout the various issue trackers we’ve used: the number of issues just seems to keep going up, and the longer a project is...
April 24th, 2012 A whole squad of Ruby5 hosts reports from RailsConf 2012 in Austin. We discuss the DHH keynote, Rails on Roombas, the fact that Confreaks is now filming all talks, progressive enhancement on mobile, sharing your appreciation to community contributors and the Ruby Hero...
Friday, April 27, 2012 at 6:15AM About to push another week into the dustbin of history. A sneak preview of Phusion Passenger 3.2, part 2 - Passenger is still out there, and the next release is out in pre-release. It's got notably lower memory requirements for one thing. TotalSpaces b...
Support for the Chef Knife command, leveraging FOG, for the Citrix CloudStack API
My name is Will, I'm 30 years old, and I'm a Pivot. In my three year tenure here at Pivotal Labs, I've found that it may be easy to see the parts that make us successful consultants, but that forrest is hard to see for all the trees. Everything from breakfast to keybindings plays a pa...
After much hair pulling, I found out why the default access handler in Redmine wasn't working for Git's new smart HTTP protocol . Since it normally works with DAV, it tells apart read-only queries by their HTTP method. However, that doesn't work for Git's smart HTTP protocol, as it wi...
fbgraph 1.10.0 A Gem for Facebook Open Graph API install gem install fbgraph Download Subscribe Stats Authors Nicolas Santa 24,738 total downloads 3 for this version Owners Links Homepage Source Code Documentation Wiki Bug Tracker Bundler gem "fbgraph", "~> 1.10.0" Versions 1.10.0 Apr...
leaderboard 2.0.6 Leaderboards backed by Redis in Ruby install gem install leaderboard Download Documentation Subscribe Stats Authors David Czarnecki 3,806 total downloads 3 for this version Owners Links Homepage Bundler gem "leaderboard", "~> 2.0.6" Versions 2.0.6 April 27, 2012 2.0....
A class to dynamically manage number of processes and status in the resque pool with a command-line user interface to interacively manage and supervise the worker pool.
TestRail : TestRail is a web-based test case management software to manage, track and organize software testing efforts. TestLodge : Online test case management tool, allowing you to manage your test plans, test cases and test runs with ease. Klaros-Testmanagement : The free Community...
fluent-plugin-datacounter 0.3.0 Output filter plugin to count messages that matches specified conditions install gem install fluent-plugin-datacounter Download Documentation Subscribe Stats Authors TAGOMORI Satoshi 620 total downloads 2 for this version Owners Links Homepage Bundler g...
Hello, does anybody know _why_ 1.9.2 redefines libc symbols in r27214: int ruby_snprintf(char *str, size_t n, char const *fmt, ...); int ruby_vsnprintf(char *str, size_t n, char const *fmt, va_list ap); #undef snprintf #undef vsnprintf #define snprintf ruby_snprintf #define vsnprintf ...
. This works by creating a number of named scopes that can be called on any ActiveRecord model to search against that model’s attributes. Given, say, a User model with a username attribute, Searchlogic lets us use methods such as username_equals , username_does_not_equal , username_be...
February 2, 2012 Tagged: cucumber presentational classes rails testing Comments (View) Decoupling Data from Presentation I’m really happy to see a resurgence in an understanding that writing integration tests that use classes and DOM structure to perform assertions within these tests ...
A toolkit of useful, reusable foundation code created by RightScale.
Wait a minute, before I go anywhere with you, I want to know where you're taking me.
April 24th, 2012 A whole squad of Ruby5 hosts reports from RailsConf 2012 in Austin. We discuss the DHH keynote, Rails on Roombas, the fact that Confreaks is now filming all talks, progressive enhancement on mobile, sharing your appreciation to community contributors and the Ruby Hero...
erd 0.0.2 erd engine on Rails install gem install erd Download Documentation Subscribe Stats Authors Akira Matsuda 30 total downloads 9 for this version Owners Links Homepage Bundler gem "erd", "~> 0.0.2" Versions 0.0.2 April 27, 2012 0.0.1 April 27, 2012 Runtime Dependencies nokogiri...
It’s been forever since I’ve written a blog entry, so LETS DO THIS . I want to talk about reading RFID tags with Ruby. I am a nerd, so even though I can’t think of a good application, I am compelled to be able to read RFID tags. I love programming Ruby, so of course, I have to do this...
silver_spoon 0.0.1 Entitlements in Redis install gem install silver_spoon Download Documentation Subscribe Stats Authors David Czarnecki 24 total downloads 24 for this version Owners Links Homepage Gemfile gem "silver_spoon", "~> 0.0.1" Versions 0.0.1 April 27, 2012 Runtime Dependenci...
# include InstanceMethods # if method_defined?(:#{original_method}) # if method_defined?(:_unmemoized_mime_type) raise "Already memoized #{symbol}" # raise "Already memoized mime_type" end # end alias #{original_method} #{symbol} # alias _unmemoized_mime_type mime_type # if instance_m...
# app running on http://example.com/example get '/foo' do t = %w[text/css text/html application/javascript] request.accept # ['text/html', '*/*'] request.accept? 'text/xml' # true request.preferred_type(t) # 'text/html' request.body # request body sent by the client (see below) reques...
Not all caches will reliably cache content where the filename only differs by query parameters . Steve Souders recommends , “…avoiding a querystring for cacheable resources”. He found that in this case 5-20% of requests will not be cached. Query strings in particular do not work at al...
RSVP details are included below as well. Please take the time to RSVP to the event. Any questions on these events should be directed to the individual meetups. Tuesday May 1st Revolutionary Guard with Grant Hutchins and Ryan Ong from Pivotal Labs. As always at our tech talks, lunch is...