railstips 776
Benchmark Your Bundle
15 days ago by jnunemaker
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
Issue 2.7: "Unobtrusive Ruby" in Practice - Practicing Ruby
6 weeks ago by jnunemaker
Some good thoughts on unobtrusive ruby.
railstips
ruby
6 weeks ago by jnunemaker
jbarnette/watchable
9 weeks ago by jnunemaker
A simple event/notification mixin for Ruby.
ruby
railstips
9 weeks ago by jnunemaker
ohler55/oj
10 weeks ago by jnunemaker
Optimized JSON. Supposedly 2x faster than yajl. Impressive. Love the name too.
json
ruby
railstips
10 weeks ago by jnunemaker
bitmonkey - Introducing Metriks
11 weeks ago by jnunemaker
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
january 2012 by jnunemaker
Interesting use of bit sets to determine daily active users.
redis
bitset
analytics
railstips
january 2012 by jnunemaker
Creating an API // RailsTips by John Nunemaker
december 2011 by microspino
Creating an API, from RailsTips by John Nunemaker http://railstips.org/blog/
RailsTips
by
John
Nunemaker
december 2011 by microspino
Demeter: It’s not just a good idea. It’s the law. | Virtuous Code
july 2011 by jnunemaker
Long but good post on cleaning up your code.
ruby
railstips
july 2011 by jnunemaker
MailCatcher
july 2011 by jnunemaker
Just tried this out tonight. Super handy for doing basic testing of HTML email.
railstips
email
ruby
rails
july 2011 by jnunemaker
robertsosinski/retryable
may 2011 by jnunemaker
Easy to use DSL to retry code if an exception is raised.
ruby
railstips
may 2011 by jnunemaker
josh/rack-mount
april 2011 by jnunemaker
Stackable dynamic tree based Rack router
rack
ruby
railstips
april 2011 by jnunemaker
Rodreegez/powder - GitHub
april 2011 by jnunemaker
Syntactic suger for http://pow.cx/
pow
railstips
rack
april 2011 by jnunemaker
mperham/girl_friday
april 2011 by jnunemaker
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
Copy this bookmark: