Strech's Stars
omniauth/omniauth
OmniAuth is a flexible authentication system utilizing Rack middleware.
octokit/octokit.rb
Ruby toolkit for the GitHub API
dejan/rails_panel
Chrome extension for Rails development
nesquena/rabl
General ruby templating with json, bson, xml, plist and msgpack support
travisjeffery/timecop
A gem providing "time travel", "time freezing", and "time acceleration" capabilities, making it simple to test time-dependent code. It provides a unified method to mock Time.now, Date.today, and DateTime.now in a single call.
ohler55/oj
Optimized JSON
activerecord-hackery/squeel
Active Record, improved. Live again :)
oauth-xx/oauth2
A Ruby wrapper for the OAuth 2.0 protocol.
ruby-git/ruby-git
Ruby/Git is a Ruby library that can be used to create, read and manipulate Git repositories by wrapping system calls to the git binary.
cldwalker/hirb
A mini view framework for console/irb that's easy to use, even while under its influence. Console goodies include a no-wrap table, auto-pager, tree and menu.
rsl/stringex
Some [hopefully] useful extensions to Ruby’s String class. It is made up of three libraries: ActsAsUrl [permalink solution with better character translation], Unidecoder [Unicode to Ascii transliteration], and StringExtensions [miscellaneous helper methods for the String class].
nov/rack-oauth2
OAuth 2.0 Server & Client Library. Both Bearer and MAC token type are supported.
rails/cache_digests
sds/mock_redis
Mock Redis gem for Ruby
jeremyevans/sequel_pg
Faster SELECTs when using Sequel with pg
joliss/markdown-rails
Markdown as a static templating language for Rails views and partials
fnando/qe
A simple interface over several background job libraries like Resque, Sidekiq and DelayedJob.
schneems/method_cacheable
Cache method calls and speed up your Ruby on Rails application with MethodCacheable.
take-five/acts_as_ordered_tree
ActiveRecord extension for ordered adjacency trees support