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.
Challenge: RSpec formatters 2
At Codebrawl, we did an RSpec formatters contest before, but we’re doing another one since a lot of you asked us to. Can you build the best RSpec formatter ever? Bring it on!
Compiling Ruby on fresh Lion install
I wrote some notes on the issues I’ve run into while compiling Ruby on fresh Lion install.
Respond to Custom Formats in Rails
I just wrote about Respond to Custom Formats in Rails .
Using Rbenv To Manage Your Ruby Installs
I wrote up my recent experience when switching from RVM to rbenv and what things I found useful to know when making the switch. Read it here.
Show some love for prepared statements in Rails 3.1
Find out why you need to send some love to @tenderlove and the rest of the Rails core team! [more inside]
acts_as_flying_saucer on rails 3.1 and heroku
Quick blog post installing and using acts_as_flying_saucer in rails 3.1 and heroku.more info available here
Walk through of new features of acts_as_flying_saucer XHTML to PDF
Couple of new features is added to acts_as_flying_saucer new features
Spik with Rails imperative
My experiment is Spik. I experimented with literate programming abilities of Ruby and Rails. I want to talk with Rails in English. Without {}, (), [], @, +, -, = etc.
My Linux based Development Setup
Here is my Linux based Development Setup - tools that I use on daily basis. Please share your tools.
Rails is Not Your Application
A (work in progress) proposal on extracting application and domain logic from your complex Rails applications. Provides an example using a Service Layer and DCI.
Observe: A simple interface for adding observers to any class.
Observe provides a simple interface for adding observers to any class. Love to hear your thoughts!
Ruby/Rails centric Vim with support for Git, RVM and more!
I’ve been using Vim for Ruby/Rails development for the past 9 months and have tuned it to the point where I am significantly more productive than I was with Netbeans IDE. Here is my vimfile configuration.
Unofficial Ruby on Rails 3 style guide
I just finished writing the first draft of an Unofficial Ruby on Rails 3 style guide. Hopefully someone will find it useful. Any feedback will be appreciated!
Introducing Spinach: An alternative to Cucumber
We just launched Spinach, a new BDD framework focused on step reusability and modularity and wrote an article about it.
X-Request-Id tracking and TaggedLogging in Rails
I just posted about X-Request-Id tracking and TaggedLogging in Rails3.2.
New cached_resource gem caches ActiveResource responses
The cached_resource gem was just released today. “CachedResource helps ActiveResource by caching responses according to request parameters. It can help reduce the lag created by making repeated requests across the network.”
Sending Devise Emails With Delayed_job
I posted an article about using delayed_job for sending Devise’s password reset email in the background.
Faster Web vs. TCP Slow-Start
For most web-browsing use cases, an internet connection over several Mbps offers but a tiny improvement in performance - don’t waste your money on that high-bandwidth connection! Oh, and learn a few tips on how to build a faster web and web-services.
Sustainable Web Services
Flying Sphinx just became profitable - but it’s not yet sustainable (and yes, I realise that’s a word that gets thrown around a lot). I wrote up some of my thoughts on what a sustainable web service could look like - and would love feedback and differing viewpoints.
Setting Up Jasmine For Your Rails App
In this video, we use the jasminerice and guard-jasmine gems to setup our continuous JavaScript testing suite. Then we write a few example specs in CoffeeScript for a backbone.js model.
Fukuoka Ruby Night
Ruby event on November 3, 2011 at MacKenzie Room, Stanford University. Program will include, 1) keynote speeches by Yukihiro “Matz” Matsumoto and Derek Collison, CTO, VMware Inc. and 2)Silicon Valley Ruby Innovator Award Competition, a preliminary competition for the 2012 Fukuoka Ruby Award. Please check the details from the following link and register for the event. Fukuoka Ruby Night
Do Gem Downloads Really Correlate with Gem Usage?
Loren Segal analyzes the GemStats.org and NewRelic data. Survey Says: No
Rackable is Dead, Roy is Born
Some of you may remember that I released Rackable more than two years ago. While it has a lot of followers on Github, the project has been quite dead^Wcalm for a long time. I just rewritten it to be more modern (it uses Bundler, Minitest) and user-friendly (a gem is provided). See the updated project page on Github.
RubyMonk!! Learn Ruby!! @rubymonk
Just found a WebApp to Learn Ruby! RubyMonk is an interactive platform that helps you master Ruby!
Ruby SSL: Certificate Verify Failed
A quick post showing how to fix the read server certificate B: certificate verify failed SSL error.