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.
Airplay 0.2.6 iOS 5 Support
Apple releases the final for iOS 5 and i update the gem also! Now supports Apple TV running iOS 5 and Airplay compatible servers.
Multiple Facebook login strategies using Devise and Omniauth
I needed to create multiple Facebook Omniauth login strategies in the same app. So I wrote a post on how I did it. Read the post on Wealsodocookies.
How to install VM's on a Hetzner Root-Server with an automated script.
You can find all information in the README file. My goal was to save money and to have multiple independent systems for development, testing, staging and production.
When Your Fat Models Need to Go on a Diet
Thoughts on slimming your heavy ActiveRecord models at the source and during runtime.
Using rbenv to manage rubies
How I use rbenv to manage rubies and integrate with other UNIX tools
Silicon Valley Ruby Innovator Award Competition
The first ever Ruby competition judged by “Matz” in Silicon Valley. Application Deadline: October 17 Enter Now: » 2012 Fukuoka Ruby Award Competition
Ammeter: The Way to Write Specs for Your Rails Generators
Introducing the Ammeter gem that lets you write specs for your Rails Generators using RSpec.
REE garbage collector performance tuning
A long back I have tuned my GC of REE for a small rails application and also wrote post over here. Now it is a time to revisit whether same tuning is still applicable, after code base becomes huge.
biceps: versioning your API with ease
There’s been a lot of debates lately on how (and whether) one should version his/her API with the Accept header, so we extracted our Rails routing constraints into a gem: biceps
Spree Raises $1.5 Million for Open Source eCommerce
Tech Crunch just announced a $1.5M seed investment in Spree Commerce, Inc. Spree is the leading open source e-commerce platform for Ruby on Rails. Don’t worry - its going to stay 100% open source. You can read the official Spree announcement for more details.
It’s time to clean up your mess: refactoring Cucumber step definitions
Don’t let your features/step_definitions folder become a mess! Learn how to refactor your Cucumber step definitions to be more readable and maintainable.
Challenge: methods taking multiple blocks
Ruby makes it trivial to pass a block of code into our method calls. But what do we do when a method needs two blocks of code or more? In this week’s Codebrawl, we challenge you to write the most elegant way to allow a method to take multiple blocks. Oh, and we have a great prize for the winner!
Your estimates suck
Releasing early and often? Respect The Iron Triangle or your code quality will suffer.
AdhearsionConf 2011 in San Francisco Begins!
Watch the live stream here: AhnConf Live. Come and learn about the latest and greatest for realtime communications in Ruby and where Adhearsion is headed.
The new Ruby Toolbox has landed
-> Check it out
Podcast: Chris Nelson on writing beautiful front end code
Chris Nelson talks about <a href=http://www.engineyard.com/podcast/s01e43-chris-nelson>how MVC is shifting from server side to client side, and how Backbone.js and CoffeeScript are transforming front end development</a>.
wrapr allows you to inject behavior into any existing class
Wrapr allows you to modify the behavior of any instance method (even #initialize) with before, around and after filters. The gem allows you to modify arguments before they reach instance methods and allows you intercept/modify returns. As it was originally developed to wrap Exception to trap/debug specific exceptions deep in business logic, Wrapping a base class wraps all descendant classes.
Rails 3.1.1 is out
Rails 3.1.1 is out! Upgrade your Applications!! [more inside]
Turn to Tap Out
The wheels on the Turn bus aren’t going quite so round and round. So I decided to score my own ride. Checkout TapOut, a TAP-Y/J consumer reporting tool, and MiniTap, a TAP-Y/J reporter for MiniTest. It’s like one of those uber-cool kit cars your neighbor’s son uses to pick up the chickies. Of course, like all good mechanics, we’re still tweaking the engine a bit –mainly the current set of report formats are riding a tad thin and rough, but they’ll be polished up as time permits (feel free to grab a wrench). Peace out.
RVM and REE installation
Recently I had given session on RVM and REE installation. Click here for more information.
A review of Crafting Rails Applications
I just published a review of crafting rails applications.
Rails 3.1 docs for Dictionary.app and RDoc Dictionary.app formatter
Updated version of Rails 3.1 documentation for Dictionary.app is now ready for download. [more inside]
Cache Money: Why Utilize Caching?
Danish Khan’s blog post walks through when it’s wise to implement caching, and how to decide which type of caching is best for your app.
Guard - Rails Best Practices
BDD your Rails Best Practices checklist alongside your specs with Guard. [more inside]