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.
shoulda now available as a gem
Shoulda, the Test::Unit framework that makes tests easy on the fingers and eyes, just hit 2.0.0, now plays nicely in Rails apps as a gem.
Relation from RailsConf Europe
I finally finished my relation from RailsConf Europe. You can read the coverage of day 1, DHH keynote, day 2 and day 3.
Ext JS TreeLoader with Ruby on Rails Tutorial
I’ve written a ExtJS TreeLoader with Ruby on Rails tutorial It’s mainly to help Ruby on Rails users to generate the JSON needed by TreeLoader.
Geospatial Searches With ThinkingSphinx
A fat guy walks briskly through setting up, geo-aware, ThinkingSphinx searches.
EditorKicker 0.2.0 released
EditorKicker 0.2.0 released: EditorKicker is a pretty tool to invoke your favorite editor (TextMate or Emacs) and open errored file automatically when an exception raised on your Ruby script.
Do you have any gripes with Rails?
What drives you nuts? Leave a comment to tell us what you don’t like about Rails!
Merb 0.9.7 released.
Merb 0.9.7 released: read the announcement at official Merb blog.
Active Record Single Table Inheritance
Maybe your Rails app could benefit from Single Table Inheritance?
Rails + Git + Braid + Shoulda tutorial
A tutorial describing, how to setup a Rails project with Git + Braid for tracking plugin/gem dependencies. Rails + Git + Braid + Shoulda tutorial Plugins/Gems used: Braid, Shoulda, factory_girl, factory_girl_on_rails, shoulda_generator.
How to test SSL in a Rails app
I had to implement SSL (again) today so I wrote up a quick guide to testing Rails controller actions that use SSL.
Rubyconf Unofficial Speaker List
The Rubyconf schedule is up, but you may have noticed that there’s no “Speaker” page, where you can see all the names of people talking. I wanted to see this, so I made my own Rubyconf Unofficial Speaker list.
FiveRuns Rails TakeFive Interview with Jamie van Dyke
FiveRuns has posted the latest Rails TakeFive interview, this week featuring Jamie van Dyke, CTO of Parfait. Check it out here.
Hierarchies in Rails/MySQL
This post lists some options for hierarchical data in relational databases and suggests a simple solution for shallow trees (2-levels). Hierarchical Data in Rails/MySQL. It surely is too simplistic for most use cases, but could be useful in your special case.
Ruby DCamp Registration Open
Ruby DCamp, likely the first Ruby Open Space event, opened registration a few days ago. Register here. Come learn from 149 other talented Rubyists while trying to improve the Ruby ecosystem. Registration costs, along with sponsorships, cover the cost of the venue (sized to accommodate 150), food, and other infrastructure.
Terminate without mercy
The Terminator gem has been released by Ara Howard (with a bit of help from moi). Here is a short write up on why this gem is cool and why you might need it.
Configatron 1.2.1 Released
Thanks to Brandon Dimcheff for contributing a patch that let’s you call .to_hash on configatron to get your configuration settings out as a Hash.
UNA 1.1 Released
UNA 1.1 is the world’s only multiplayer IDE, and the new 1.1 release brings completely revamped syntax coloring and near real-time syntax checking for the Ruby programming language.
A Bort Fork - The Rails Base Application
A forked version of Bort (a “base” Rails application) with emails being used in place of usernames.
MacRuby 0.3
MacRuby 0.3, a Ruby 1.9 implementation based on core Mac OS X technologies, written by Apple, has just been released!
Last call for "REST with Rails" in Austin, Texas, on Oct 4
Getting started with Rails? Start out the right way - the RESTful way. Registration expected to close this Friday. Full details here.
Merb's new cache
Post at merbunity.com detailing the new, improved Merb::Cache.
Merbcamp registration opens
Merbcamp registration is now open. Come and get it while its hot.
Bort - A Base Rails App
Bort is a base rails application with common functionality prebuilt. Includes restful auth, password recovery, default capistrano recipe, sessions table, setting YAML file and more
Lambda, etc. in Ruby 1.9
Overview of changes to lambda and blocks in Ruby 1.9 (inspired by David Black’s talk at RailsConf Europe)