The Ruby and Rails community linklog
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Submit a post
Post Preview
Note: Only the first pargraph is shown on the front page and overly long paragraphs may be broken up.
Combining RDoc and RSpec to create testable documentation
I would love to hear your feedback on the idea of “combining RDoc and RSpec to create testable documentation”. Posted a more detailed explanation at: http://gist.github.com/412283
IPAddress: new IP manipulation library
I’ve released IPAddress 0.5.0, first release to be public available. IPAddress is an IPv4 and IPv6 addresses manipulation library, designed to be easy to use. It is probably the most complete and powerful IP manipulation library available today.
How to model a custom search form in Rails
I just wrote a post about “How to model a custom search form in Rails” on our DevInterface Blog.
Testing Javascript with Cucumber in Javascript
Javascript adapter for Cucumber which uses TheRubyRacer which provides bindings to V8 -> Testing Javascript with Cucumber in Javascript
MongoHub - Awesome MongoDB admin tool for the mac.
Checkout MongoHub a tool for managing MongoDB databases.
Mount Rack apps in Rails 3
How to mount a Rack app in Rails 3 using the mount-method or the anchor-parameter.
Fallback attributes to delegate
Fallback to delegate if somethings fishy. fallback :title, :to => :shop, :if => :title_to_short?
Create printable PDF cards from your Pivotal Tracker stories
If you’re using Pivotal Tracker and need to print your stories for estimating/discussion, you should have a look on a Ruby script I’ve created to lay out a nice PDF version of your story cards, ready to print and cutting up. The PDF is generated with Prawn so you should have no trouble modyfing it to suit your needs.
My first Rails bugmash
My first Rails bugmash, a small article about my experience in participating in the recent bugmash.
DataMapper 1.0.0 RC2 Released!
I just released DataMapper 1.0.0 RC2 to rubygems.com. Please install, test it out and let us know if you run into any issues.
RubyNation 2010 Videos
The videos from RubyNation 2010 will be trickling out over the next few weeks. Jim Weirich’s talk on Solid Ruby is live now.
TinyMCE plugin with filemanager support
We’ve just released tinymce_filemanager - rails plugin / wrapper for tinymce with embedded filemanager plugin.
The top 20 plugins to create a Rails application
Rails is now closer to its official third release and all plugins and gems authors are working to ensure compatibility of their products with the new version of the framework. [more inside]
New Rails Dispatch Post: Upgarding Your Rails 2 App to Rails 3
Another great post + presentation by Yehuda Katz and Rizwan Reza - check it out!
Host images offsite using paperclip without S3
paperclip_uploadd is Rails plugin that uses Uploadd to host your images on your own CDN outside of your application servers.
Detecting duplicate images with Ruby
Phashion is a Ruby wrapper around the pHash library, an API for detecting duplicate and near-duplicate image, audio and video files. It currently only supports images but your help is welcome!
Reflexive: Live Class And Source Code Browser
Reflexive is a web based live class and source code browser. It’s meant to simplify navigating the code bases which make heavy use of metaprogramming techniques and/or have large amount of classes dispersed between many files. Checkout introduction blog post as well!
Scalable Work Queues with Beanstalk
Beanstalk is a fast, in-memory work queue system - a memcached of work queues. A look at the features, advanced recipes, and its use at PostRank, with Ruby examples, of course.
CodeRack - an open Rack middleware directory is launched
CodeRack contest site has been converted into an open Rack middleware directory. Read more here
Ruby and Javascript S Expression Differences
I just made a litte gist of comparison between sexp of ruby and javascript usign Johnson and rubyparser. Is also a test for using v8 with ruby. Check also on my blog post in italian.
Google releases VP8 web video codec under BSD!
It isn’t exactly ruby related but it’s important for us all in the open source community. Google has released VP8 under the name WebM and it aims to become the primary video codec in use on the web!
Submit A Workshop Or Session for AAC2010
The call for proposals for Acts as Conference 2010 is open! Submit a workshop or session proposal right now. For the past two years of Acts As Conference we have brought the most leading edge tech in the Ruby on Rails world to our community. This year we’re taking it up a few notches. This year we want to help people remain competitive with workshops and sessions focusing on software craftsmanship, web development, Agile development, and Ruby on Rails.