Visualize a set of Graphs using the Neography Gem Posted by maxdemarzi on March 26, 2012 — 0 comments Build a matrix of Hiveplots using Neo4j, Gremlin and D3.js Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a prop...
The Current State of Ruby concurrency Posted by nmerouze on March 26, 2012 — 0 comments I'm currently in a project using Websockets and I wanted to share my thoughts about the current state of Ruby concurrency to help the Ruby community going in the right way. Comments Post a Comm...
Fifteen of my best Ruby articles are now freely available Posted by seacreature on March 26, 2012 — 0 comments When I started writing professionally, I made a promise to myself to eventually release all my content for free. In keeping with that promise, I've decided to share Practicin...
bullet 2.3.0 released Posted by flyerhzm on March 25, 2012 — 0 comments bullet is a gem to help you increase your application's performance by reducing the number of sql requests it makes. bullet 2.3.0 got 10% performance improved for activerecord 3.0.12, it works much faster, bullet ...
What happens when DDD meets Lean approach... Posted by nu7hatch on March 25, 2012 — 0 comments I just published my new blog post, this time more ruby related. It's about my hacker's thoughts on Lean Startup, DDD and DCI . I appreciate any feedback! Comments Post a Comment Comment ...
switch_user 0.7.0 released Posted by flyerhzm on March 25, 2012 — 0 comments It has been a long time coming, but switch_user 0.7.0 finally supports restful_authentication. switch_user gem provides a convenient way to switch current user that speeds up your development and reproduce us...
Cinch 2.0 is here Posted by dominikh on March 24, 2012 — 0 comments Today I released version 2.0 of the best known IRC framework for Ruby, introducing a lot of nice new features and API improvements. Changelog and migration guide (for older users) can be found at http://bit.ly/GLoXVP ...
on github where I'm going to try to understand the most common design patterns and implement them in ruby. So please, if you want to participate in the discussion of patterns, share your experience or you just have any critics(mostly appreciated) please don't hesitate to take part in....
An exciting, but not very glamorous change coming in Ruby 2.0... Posted by patshaughnessy on March 23, 2012 — 0 comments This morning I wrote about Why You Should Be Excited About Garbage Collection in Ruby 2.0 . Comments Post a Comment Comment abilities for non registered users a...
Bundler Pain Points Posted by myabc on March 20, 2012 — 2 comments I wrote up a list of some common pain points with Bundler (well, at least the pain points that are common to me). I also list various fixes and workarounds. Comments Very nice analysis. Thanks for writing this up.s...
multiple_mailers - send emails by different smtp accounts Posted by flyerhzm on March 21, 2012 — 0 comments I just released a gem multiple_mailers , it extends actionmailer to allow one smtp account per mailer class. I also wrote a blog post to explain. Comments Post a Comment Com...
Fast deployment using Capistrano, RVM and more Posted by mpapis on March 21, 2012 — 0 comments I just wrote a new blog post on Fast deployment using Capistrano, RVM and more loaded with all the details needed to bootstrap server in 10 minutes. Comments Post a Comment Comment abili...
Javascript templates using eco. Posted by stjhimy on March 21, 2012 — 0 comments Eco makes coffeescript available on javascript templates, like jst + erb. Rails + Coffee + Eco + JQuery = AWWWW YEAH! . Comments Post a Comment Comment abilities for non registered users are currently...
New Ruby video series on YouTube Posted by mattslay on March 20, 2012 — 0 comments Matt Stopa has begun posting a nice series of videos on YouTube, each one introducing some basic concepts in Ruby. These brief videos show him typing in code in real time while giving explanations and c...
A Unix Shell in Ruby - Pipes Posted by jstorimer on March 20, 2012 — 0 comments I just published the fourth article in a series where I implement a Unix shell in pure Ruby code. This time it covers shell pipelines. Comments Post a Comment Comment abilities for non registered users...
minitest-metadata: annotate tests with metadata (key-value). Posted by wojtekmach on March 19, 2012 — 0 comments https://github.com/wojtekmach/minitest-metadata Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a prop...
wisepdf – wkhtmltopdf done right Posted by alexandrov on March 18, 2012 — 0 comments After a couple of weeks spent with WickedPDF and PDFKit I understood, that I can make something better. And it is called wisepdf! It works with Rails 2.3 and above, it correctly supports Assets Pipeli...
Decoupling Persistence from your Domain Posted by moonmaster9000 on March 18, 2012 — 0 comments A method for using either inheritance (with naming conventions) or mixins to segregate persistence concerns from your domain models. README / example code on github here . Blog post / comme...
Wiserespond - one more way to make your controllers DRY Posted by alexandrov on March 17, 2012 — 0 comments Just crafted small Gem to make your controllers even more DRYer and extremely easy to understand. Hope it will be useful. https://github.com/igor-alexandrov/wiserespond https://...
Gitara - A Ruby DSL for generating Lilypond guitar tablatures Posted by gsmendoza on March 17, 2012 — 0 comments Gitara is a Ruby DSL for generating Lilypond guitar tablatures. At 0.4.2, it's still a work in progress. But you should now be able to write some decent guitar tablatures w...
Padrino Web Framework 0.10.6: ActiveSupport 3.2, Improved Logger, HTML5 Helpers and bug fixes Posted by nesquena on March 16, 2012 — 0 comments The Padrino team just released 0.10.6 stable which includes ActiveRecord 3.2 support, MiniRecord support, Logging upgrades, performance impro...
Objects on Rails now available to read online Posted by avdi on March 15, 2012 — 0 comments "Objects on Rails", a developer notebook exploring ideas and techniques for applying classic OO thinking to Rails projects, is now available free to read online . Comments Post a Comment Co...
Github.js — Write files to Github right from the browser. Posted by mql on March 15, 2012 — 2 comments I just pushed Version 0.1.2 of Github.js , a higher-level wrapper around the Github API. Intended for the browser. Comments Although a cool library I'm trying to figure out why t...
You got NoSQL in my Postgres! Using Hstore in Rails Posted by schneems on March 14, 2012 — 0 comments Wouldn't it be awesome if we could just save data in a database like a hash? Well now you can, with hstore & Rails . Hstore is a key/value schema-less datastore in Postgres, use it ju...
How to write MiniTest::Spec Expectations Posted by ningja on March 13, 2012 — 0 comments I'm a fan of MiniTest::Spec. It strikes a nice balance between the simplicity of TestUnit and the readable syntax of RSpec. So here's how to write MiniTest::Spec Expectations. Comments Post a ...
Wroclove.rb Links Posted by jim on March 13, 2012 — 0 comments There were some great presentations at wroclove.rb and Michał Kwiatkowski is gathering a list of all the things you missed . Comments Post a Comment Comment abilities for non registered users are currently deactivated,...
Suggestions for content on "rubyonrails.io" Posted by arunagw on March 11, 2012 — 4 comments I just brought the domain "rubyonrails.io" and would like to invite the community to provide me with some suggestions to make the best use of this domain. Comments Domain name looks pretty...
bahia - now with rubinius and jruby support Posted by cldwalker on March 13, 2012 — 0 comments bahia 0.5.0 just came out with rubinius and jruby support. bahia acceptance tests your commandline apps in test frameworks such as rspec, test-unit and minitest. Check it out! Comments P...
CerealEyes v0.0.1 Posted by seejohnrun on March 13, 2012 — 0 comments I just released the first version of a proof of concept serializer / deserializer based on GSON. https://github.com/seejohnrun/cereal_eyes Comments Post a Comment Comment abilities for non registered users are c...
StoreConfigurable For ActiveRecord Posted by MetaSkills on March 13, 2012 — 0 comments StoreConfigurable - A zero-configuration recursive Hash for storing a tree of options in a serialized ActiveRecord column which includes self-aware hooks that delegate dirty/changed state to your co...