railstips   776

« earlier    

Benchmark Your Bundle
Interesting piece of code that shows the time it takes bundler to require each of your dependencies.
benchmark  bundler  rails  ruby  railstips 
15 days ago by jnunemaker
jbarnette/watchable
A simple event/notification mixin for Ruby.
ruby  railstips 
9 weeks ago by jnunemaker
ohler55/oj
Optimized JSON. Supposedly 2x faster than yajl. Impressive. Love the name too.
json  ruby  railstips 
10 weeks ago by jnunemaker
bitmonkey - Introducing Metriks
New metrics library from Eric Lindvall. Allows you to measure anything, store it in memory, and flush it to external services. Very cool.
metrics  ruby  railstips 
11 weeks ago by jnunemaker
Fast, easy, realtime metrics using Redis bitmaps
Interesting use of bit sets to determine daily active users.
redis  bitset  analytics  railstips 
january 2012 by jnunemaker
MailCatcher
Just tried this out tonight. Super handy for doing basic testing of HTML email.
railstips  email  ruby  rails 
july 2011 by jnunemaker
grosser/url_store
Data securely stored in urls.
ruby  urls  railstips 
may 2011 by jnunemaker
robertsosinski/retryable
Easy to use DSL to retry code if an exception is raised.
ruby  railstips 
may 2011 by jnunemaker
josh/rack-mount
Stackable dynamic tree based Rack router
rack  ruby  railstips 
april 2011 by jnunemaker
mperham/girl_friday
girl_friday is a Ruby library for performing asynchronous tasks. Often times you don't want to block a web response by performing some task, like sending an email, so you can just use this gem to perform it in the background. It works with any Ruby application, including Rails 3 applications.
ruby  rails  railstips 
april 2011 by jnunemaker

« earlier    

Copy this bookmark:



description:


tags: