RubyFlow The Ruby and Rails community linklog

×

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

You can use basic HTML markup (e.g. <a>) or Markdown.
Note that your post may be edited to suit the format of the site.

As you are not logged in, you will be
directed via GitHub to signup or sign in

Post Preview

Note: Only the first pargraph is shown on the front page and overly long paragraphs may be broken up.

A handy vim macro for RSpec users

Hate refactoring stuff into a before(:each) block by hand? <a href=http://codeulate.com/2011/02/a-handy-vim-macro-for-rspec-users/”>Let vim do it for you.</a>

thumbs up!
There is an extra quote in the link.
Something goes wrong …. “Error 404 - Not Found”

Introducing NoneSuch: The greatest Ruby gem EVAR

Check out this short presentation on a new Ruby gem that will quite possibly change your life forever.

@drhenner: It’s a bit silly and I’d probably have to do something if RubyFlow k…
Actually, Peter, I really only posted this as a lead-in to let people know abou…
Fair enough, i basically said what i said to allow people to know that this is …
We’re all friends again!

Understanding Rack (in french)

Hi, i am the Dakar Ruby User Group creator and lead manager. I just launched a blog post about Understanding Rack. And i just wanted to share it with all of you.

Salut, merci pour ton blog et se rendre utile pour les Rubyists francophone. …
You welcome :) Je fais de mon mieux pour partager avec la communauté Ruby fr…

The query_reviewer, a classic Rails utility

I have been using the query_reviewer rails plugin since 2009. If you haven’t used it, this is the time to take a look. I reviewed and applied all the fixes since into a compilation fork which also turns the utility into a gem. Used for development, this utility will analyze all SQL queries generated on a given page, run EXPLAIN on the slow ones, rate the severity of the various slow or inefficient queries and display that all within an easy to use panel on the top corner of the browser. Thanks Kongregate and David Stevenson for creating this.

Now with both Rails 2 and Rails 3.

Searching With Solr (Episode 87 from the SD Ruby podcast)

Get up and running in no time with enterprise-grade search powered by Solr. Nick Zadrozny shows you what Solr can do, how it works, and how you can make the most of it in production. Watch episode

http://sdruby.org/video/087_solr.m4v has a dead link …
Fixed now. Sorry about that!
SD Ruby always have “Service Temporarily Unavailable” for all the videos :( …

New logging gem

I have recently launched lumberjack, a simple, powerful, and very fast logging utility that can be a drop in replacement for Logger or ActiveSupport::BufferedLogger. It can put more information in the log files and can be configured to log to different devices such as syslog or mongodb or to automatically rolling log files based on size or date.

Rails Test Prescriptions out of beta and shipping

Rails Test Prescriptions is out of beta, and will start shipping in the next day or so. It’s a comprehensive guide to testing Rails applications, covering Test-Driven Development from both a theoretical perspective (why to test) and from a practical perspective (how to test effectively). It covers the core Rails testing tools and procedures for Rails 2 and Rails 3, and introduces popular add-ons, including RSpec, Shoulda, Cucumber, Factory Girl, and Rcov. Thanks to all of you that have been supportive!

BTW, if you’re interested in writing a blog post for Ruby Inside (perhaps based…

Firewool, a firewalling gem for rails 3

I just published firewool, a rails 3 firewall in sheep’s clothing. It lets you specify IPs you want allowed and blocked with a filter. So you can restrict IP access to controller actions and therefore, URLs. There are more ideas of usage in the README.

Nice, been looking for something like this. But would like to see something hav…
The cookie thing isn’t a bad idea except I don’t want to replace devise/etc. D…
Loading older posts