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.
Easy handcrafted prototypes for Rails
We at Kisko Labs just released Carpentry as open source. Carpentry is a simple tool for prototyping in Rails. It gives you possibility to use all Rails helpers and Ruby to build prototypes. Our designers love it, hopefully you will too.
MacRuby on iOS - confirmed? (Or not.)
iOS 5 will have garbage collection, so it’s now looking increasingly likely that MacRuby/iOS apps will be possible
Euruko in Amsterdam next year, go big or stay small?
About Euruko 2011 in Berlin and some thoughts about the Amsterdam edition next year.
Slop 1.7 - Awesome option parsing
I’ve just released Slop 1.7. This version adds better support for Handling lists, and the awesomeness that is auto creating options at parse time. Even with these awesome features, Slop still lingers at around 400 lines of code. Much smaller than most option parsers!
Faye 0.6 released
The easy-to-use pub/sub messaging server Faye is now on version 0.6, which features a new backend engine based on Redis. This lets you distribute your Faye service across many web servers to increase connection capacity.
Screencast on "How Autoloading works in Rails"
BigBinary has produced a screencast on How Autoloading works in Rails .
Fed up of typing `bundle exec`? Automate it with bundler-exec.
bundler-exec replaces a bunch of common Ruby commands (e.g. rake, ruby, rails, rspec) with a shell function that automatically runs them with bundle exec if you’re working in a Bundled project. http://effectif.com/ruby/automating-bundle-exec If you’re not sure why that’s a good thing, that’s explained too.
Helpful Resources For Upgrading to Rails 3.1
Getting ready to upgrade to Rails 3.1? Or, perhaps you’re just curious about what the upgrade experience looks like? This collection of helpful resources will guide you through the upgrade to Rails 3.1. [more inside]
The Rogues are at it again
The Rogues are at it again! This time talking about RubyGems and open source project maintenance. We also went into some of the community aspects of the RubyGems project and what it means.
Building a Rails development server
A walkthrough of using Nginx to serve multiple Rails apps with Thin, Unicorn or Passenger. Nginx config examples included.
Announcing Virtus - Attributes on Steroids For Your Plain Ruby Objects
Check out my announcement about a new project called Virtus which is an extraction of DataMapper Property API.
When did that feature go live? (and other useful git commands)
I just posted two new blog posts covering some useful git actions: [more inside]
RVM + Gemsets for super easy Ruby and RubyGem management
You are not alone. I have had my fair share of issues with conflicting gems too. I wrote an article titled “RVM + Gemsets for super easy Ruby and RubyGem management” for those that might be new to RVM, Ruby or just looking to learn about a few RVM Best Practices that they may or may not be using. [more inside]
Ruby on Rails bootcamp in Manchester in August
In August, Tekin Suleyman and I will be delivering a 3-day, affordable Ruby on Rails bootcamp in Manchester (UK). It’s aimed at developers who already know a bit about web development and object oriented programming, but have limited or no experience with Ruby or Rails. The course will provide the skills, knowledge and experience necessary to build and deploy your very own Rails applications from scratch. Read more.
Mongoid is looking for new maintainers
DRY up your Rails code using with_options
If you don’t know about Rails’ with_options method, chances are you’ve got some nasty duplication in your codebase. [more inside]
Just released: mm_geoip
I just released mm_geoip, a convinience wrapper around the geoip gem with lazy lookup, a rack middleware and support for cleartext region names. Go to https://github.com/niko/mm_geoip for the code or install via gem install mm_geoip.
Introducing the autosuggest-rb gem
I just launched autosuggest-rb which is a gem that wraps the jQuery autoSuggest Plugin and makes is easy to plug into Rails 3. For more details, see this blog post. Feel free to fork and improve it!
Rails Engines and filter_parameters
New blog post on adding filter_parameters in a Rails Engine. This is opposed to the standard application configuration approach.
Chronic 0.4.0
I’ve just pushed Chronic 0.4.0. Chronic is a natural language date/time parser written in pure Ruby. 0.4.0 contains many fixes and features you’ve been waiting for. Be sure to get in your feature requests and submit any issues you have whilst we work towards a 1.0!
MacRuby: Tame the Cocoa
With MacRuby we can make awesome helper classes available to the Cocoa environment, making coding for OS X even more pleasant.
Mongoid::Token, smaller IDs for your Mongoid documents
I just launched Mongoid::Token which is a short, but sweet gem for adding concise IDs to your Mongoid documents, when you can’t - or don’t want to use slugs and don’t want those gigantic MongoDB IDs in your URLs.
Gamifying Github
coderwall.com => a social coding game where developers unlock achievements when they commit good code.