Vetal4eg / ruby-bookmarks

Ruby and Ruby on Rails bookmarks collection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ruby Bookmarks

This is a curated collection of essential Ruby and Ruby on Rails resources. The project aims to maintain a well-structured reference equally useful both for beginners and advanced web developers.

🌟 stands here for Editors' Choice.

This list is not intended to include any random resource related to Ruby programming (we already have a most complete gem catalogue at ruby-toolbox.com), but only the best and most actual alternatives in each area. You will find here latest editions of the most important books, time and community tested gems (alive projects only!), and actively updated websites. Sharing and pull requests are very much appreciated!

Fork and edit

PS: Check out awesome-awesomeness for other community-driven bookmark collections.

Books

For beginners and intermediate level developers

Advancing Ruby knowledge

Ruby on Rails for beginners

Ruby on Rails, advanced level

Testing

Other frameworks and tools

Blogs

Screencasts and courses

Other Learning Materials

  • TryRuby β€” online Ruby console and 15 minute interactive Ruby tutorial.
  • Project Euler β€” a huge amount of programming problems to learn any language.
  • PuzzleNode β€” a site for coders who enjoy to work on challenging problems, and is inspired by similar efforts such as Project Euler and the Internet Problem Solving Contest.
  • Ruby on Rails Guides β€” These guides are designed to make you immediately productive with Rails, and to help you understand how all of the pieces fit together.
  • Ruby Koans β€” will walk you along the path to enlightenment in order to learn Ruby. The goal is to learn the Ruby language, syntax, structure, and some common functions and libraries. We also teach you culture. Testing is not just something we pay lip service to, but something we live. It is essential in your quest to learn and do great things in the language.
  • RubyMonk β€” free, interactive tutorials to help you discover Ruby idioms, in your browser!
  • SitePoint β€” articles on Ruby programming.
  • Better Specs β€” RSpec best practices.
  • Sourcegraph β€” search engine for code examples/ Here is a demo video.
  • Basic Algorithms written in Ruby.
  • Jumpstart Lab β€” a list of beginner and advanced-level Ruby, Rails, and Sinatra project tutorials. Includes challenging independent projects as well.
  • RubyOffRails β€” An online Ruby course recently open sourced.
  • The Odin Project β€” an online Ruby lesson plan with a community to help.

Style Guides

See also:

Podcasts

Tools

IDEs and text editors

Code quality analysis

  • RuboCop β€” a Ruby static code analyzer, based on the community Ruby style guide.
  • Guard plugin for RuboCop β€” allows you to automatically check Ruby code style with RuboCop when files are modified.
  • RubyCritic β€” a gem that wraps around static analysis gems such as Reek, Flay and Flog to provide a quality report of your Ruby code.

Environment management

  • 🌟 rbenv β€” a tool to to pick a Ruby version for your application and guarantee that your development environment matches production. Put rbenv to work with Bundler for painless Ruby upgrades and bulletproof deployments.
  • rbenv-vars β€” an rbenv plugin that safely sets global and per-project environment variables.
  • RVM β€” a command-line tool which allows you to easily install, manage, and work with multiple ruby environments from interpreters to sets of gems.
  • chruby β€” a tool that changes the current Ruby.

Ruby distributions

  • RubyInstaller β€” a self-contained Windows-based installer that includes the Ruby language, an execution environment, important documentation, and more.
  • RubyStack β€” a complete development environment for Ruby on Rails that can be deployed in one click. It includes the latest stable release of Ruby, RVM, Rails, Apache, NGinx, MySQL, SQLite, Git and Subversion, Memcache and Varnish, Sphinx, PHP and phpMyAdmin.

Documentation

  • Dash β€” an API Documentation Browser and Code Snippet Manager. Dash stores snippets of code and instantly searches offline documentation sets for 150+ APIs, including Ruby core libraries, and Ruby on Rails.
  • Zeal – Dash alternative for Linux & Windows.
  • DevDocs β€” multiple API documentations in a fast, organized, and searchable interface (web).
  • OmniRef β€” comprehensive ruby documentation search (web).

Application and Web Servers

  • Unicorn – Rack HTTP server for fast clients and Unix.
  • Phusion Passenger β€” a fast and robust web server and application server for Ruby, Python and Node.js.
  • Thin – A very fast & simple Ruby web server.
  • Puma β€” a Ruby web server built for concurrency.
  • Pow! β€” a zero-config Rack server for Mac OS X.
    • Powder β€” user-friendly CLI wraper for Pow.
    • Powify β€” a management tool for Pow by 37 signals. It allows you to easily install, update, and manage pow and pow applications seamlessly.
  • Prax β€” a pure ruby alternative to Pow! that runs on GNU/Linux.
  • TorqueBox β€” an application platform that supports popular technologies such as Ruby on Rails and Sinatra, while extending the footprint of Ruby applications to include built-in support for services such as messaging, scheduling, caching, and daemons. TorqueBox provides an all-in-one environment, built upon the latest JBoss AS Java application server and JRuby. Functionality such as clustering, load-balancing and high-availability is included right out-of-the-box.

See also:

  • The Ruby Web Benchmark Report (July 2014) β€” β€žI benchmarked every single version of Ruby available as of the beginning of this test β€” January 2014. On each version I benchmarked every Rack server and web framework combination I could find. I tested with both Apache Bench and wrk to see if there are flaws that one benchmarking tool picks up on that the other didn’t. The goal of the benchmark is the fastest benchmark run, not the average.β€œ
  • App Server Arena β€” a comparison of popular ruby application servers.

Deployment Automation and Configuration Management

  • Capistrano β€” remote multi-server automation tool.
  • Chef β€” a systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.
  • 🌟 Mina – really fast deployer and server automation tool.
  • Rails + Nginx + Unicorn Dockerfile β€” easy useable docker for rails. less configuration, affordable production.

Other tools

  • Pry β€” a powerful alternative to the standard IRB shell for Ruby. It features syntax highlighting, a flexible plugin architecture, runtime invocation and source and documentation browsing.
  • Reek β€” code smell detection for Ruby.
  • Foreman β€” manage Procfile-based applications.
  • Rubular β€” a Ruby-based regular expression editor. It's a handy way to test regular expressions as you write them.
  • httpie β€” extremely handy command line HTTP client, a user-friendly cURL replacement.
  • ngrok β€” introspected tunnels to localhost. ngrok creates a tunnel from the public internet (http://subdomain.ngrok.com) to a port on your local machine. You can give this URL to anyone to allow them to try out a web site you're developing without doing any deployment.
  • eye β€” a process monitor.

Quizes, tests, exams

  • codequizzes.com β€” learn programming by doing, not by reading.
  • codewars.com β€” achieve mastery through challenge.
  • Smarterer.com β€” crowdsourced tests for Ruby, Rails, and a lot of other technologies.
  • oDesk β€” a global freelance platform that includes qualification testing for programming languages and frameworkks.

Hosting

VPS

  • DigitalOcean β€” fast VPS hosting. Among other features they provide one-click Rails installation that uses Nginx with Unicorn on Ubuntu.

PAAS

  • Heroku β€” cloud computing designed and built for developers. More details on Ruby support.
  • NineFold β€” Rails-friendly hosting with a generous free tier (1.5 GB RAM, 1 CPU, 25 GB for DataBase server in the US region). Credit card required even if you fit the free tier.
  • OpenShift β€” Red Hat's Platform-as-a-Service that allows developers to quickly develop, host, and scale applications in a cloud environment. Capable for Rails apps git-push deployment. There also a free tier (no credit card required).
  • AppFog β€” another developer-friendly cloud service.

Some materials on Rails deployment

Gems

ActiveRecord

  • Annotate β€” Add a comment summarizing the current schema to the top or bottom of each of your ActiveRecord models, fixtures, tests and specs, factory_girl factories, routes.rb file, etc.
  • Paperclip β€” easy file attachment management for ActiveRecord.
  • Thinking Sphinx β€” a library for connecting ActiveRecord to the Sphinx full-text search tool, and integrates closely with Rails (but also works with other Ruby web frameworks).
  • Ancestry β€” organise ActiveRecord model into a tree structure.
  • Squeel β€” lets you write your Active Record queries with fewer strings, and more Ruby, by making the Arel awesomeness that lies beneath Active Record more accessible.

API

  • RABL β€” a Rails and Padrino ruby templating system for generating JSON, XML, MessagePack, PList and BSON.
  • Grape β€” an opinionated micro-framework for creating REST-like APIs in Ruby.
  • Pliny – write excellent APIs in Ruby.

Authentication

  • Devise β€” flexible authentication solution for Rails with Warden.
  • OmniAuth β€” a flexible authentication system utilizing Rack middleware.
  • Authlogic β€” a clean, simple, and unobtrusive ruby authentication solution.
  • sorcery β€” magical Authentication for Rails 3 and 4, with OAuth support. Supports ActiveRecord, DataMapper, Mongoid and MongoMapper.

Authorization

  • CanCanCan β€” a continuation of the dead. CanCan project. Our mission is to keep CanCan alive and moving forward, with maintenance fixes and new features.
  • Pundit β€” minimal authorization through OO design and pure Ruby classes.

Avatars

  • avatarly β€” a simple gem for creating gmail-like user avatars based on user email or any other string passed.

Background Jobs

  • Backburner β€” a beanstalkd-powered job queue that can handle a very high volume of jobs.
  • Stalker β€” a minimalist queuing DSL for Beanstalk.
  • Delayed::Job β€” database backed asynchronous priority queue.
  • Minion β€” simple job queue based on AMQP gem and Bunny.
  • Qu β€” a Ruby library for queuing and processing background jobs.
  • que β€” a Ruby job queue that uses PostgreSQL's advisory locks for speed and reliability.
  • Resque β€” a Redis-backed Ruby library for creating background jobs, placing them on multiple queues, and processing them later.
  • Sidekiq β€” a full-featured background processing framework for Ruby. It aims to be simple to integrate with any modern Rails application and much higher performance than other existing solutions.
  • Sucker Punch β€” an asynchronous processing library using Celluloid, heavily influenced by Sidekiq and girl_friday.
  • Ost β€” a lightweight Redis based queues and workers.
  • Ohm β€” object-hash mapping for Redis.

Bootstrap

CLI

  • colorize β€” String class extension. It add some methods to set color, background color and text effect on console easier using ANSI escape sequences.
  • TTY β€” a toolbox for developing beautiful command line clients in Ruby.

CSS

  • LESS β€” leaner CSS, in your browser or Ruby.
  • Bourbon β€” alightweight mixin library for Sass.
  • SASS β€” an extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more. It's translated to well-formatted, standard CSS using the command line tool or a web-framework plugin.
  • Bitters β€” add a dash of pre-defined style to your Bourbon.
  • Autoprefixer β€” a tool to parse CSS and add vendor prefixes to CSS rules using values from the Can I Use. This gem provides Ruby and Ruby on Rails integration with this JavaScript tool.

Configuration and environment variables

  • 🌟 dotenv β€” loads environment variables from .env file into ENV in development.
  • Figaro β€” simple, Heroku-friendly Rails app configuration using ENV and a single YAML file.

Debugging

  • Byebug β€” a simple to use, feature rich debugger for Ruby 2. It uses the new TracePoint API for execution control and the new Debug Inspector API for call stack navigation, so it doesn't depend on internal core sources. It's developed as a C extension, so it's fast. And it has a full test suite so it's reliable.

E-commerce

  • FastSpring β€” subscription API for Rails.
  • Active Merchant β€” a simple and unified API to access dozens of different payment gateways with very different internal APIs.
  • PayPal β€” this SDK provides Ruby APIs to create, process and manage payment.
  • Shoppe β€” e-commerce platform for Ruby on Rails.

Graphics

  • RMagick β€” an interface to the ImageMagick and GraphicsMagick image processing libraries.
  • MiniMagick β€” a ruby wrapper for ImageMagick or GraphicsMagick command line.
  • psd.rb Parse Photoshop files in Ruby with ease.

HTML, XML

  • Nokogiri β€” an HTML, XML, SAX, and Reader parser. Among Nokogiri’s many features is the ability to search documents via XPath or CSS3 selectors.

Logging

  • MonoLogger β€” a lock-free logger for Ruby 2.0.
  • Yell β€” Your Extensible Logging Library, a comprehensive logging replacement for Ruby.
  • Fluentd β€” an open source data collector designed for processing data streams, which instantly enables you to have Log Management, Big Data Analytics, etc.
  • mongodb_logger β€” an alternative logger for Rails or Rack based app, which log all requests of you application into MongoDB database (allow to store and search any information from logs; web panel allow filter logs, build graphs using MapReduce by information from logs).
  • Hatchet β€” logging library that provides the ability to add class/module specific filters.
  • Whoops β€” a free, self-hosted tool for logging application events like errors or background worker completion (uses Rails for web frontend and MongoDB).
  • logstasher Awesome rails logs

Mail

  • Pony β€” the express way to send email in Ruby.
  • Mailgun-Ruby β€” Mailgun's Official Ruby Library.
  • AWS::SES β€” easy ruby DSL & interface to Amazon SES. See also the official Ruby SDK.
  • Mail β€” a library that is designed to handle emails generation, parsing and sending in a simple, rubyesque manner.

Markdown

  • kramdown β€” yet-another-markdown-parser but fast, pure Ruby, using a strict syntax definition and supporting several common extensions, http://kramdown.gettalong.org
  • redcarpet β€” a fast, safe and extensible Markdown to (X)HTML parser.
  • maruku β€” a pure-Ruby Markdown-superset interpreter.
  • markup β€” the code GitHub uses to render README.your_favorite_markup.

See also:

Message Queuing

  • AMQP β€” EventMachine-based RabbitMQ client.
  • 🌟 Bunny β€” RabbitMQ Ruby client based on AMQP gem.
  • rbzmq β€” Ruby binding for ZeroMQ.
  • 🌟 ffi-rzmq β€” FFI bindings for ZeroMQ so the library can be used under JRuby and other FFI-compliant ruby runtimes.

Misc

If there is a nice gem, but it is difficult to classify it with existing bookmarks groups, or it is still one of his kind, put it here.

  • Prawn β€” fast, nimble PDF generation.
  • Dalli β€” high performance Memcached client for Ruby.
  • EventMachine β€” fast, simple event-processing library.
  • rpush β€” push notification service, supporting Apple Push Notification Service, Google Cloud Messaging, Amazon Device Messaging, Windows Phone Push Notification Service.
  • Rubyzip β€” reading and writing zip files.
  • JsonCompare β€” returns the difference between two JSON files.
  • MicroMachine β€” minimal Finite State Machine.
  • Dante β€” turn any ruby code into a daemon.
  • Memoist β€” an extraction of ActiveSupport::Memoizable with few extensions.
  • Awesome Print β€” a Ruby library that pretty prints Ruby objects in full color exposing their internal structure with proper indentation. Rails ActiveRecord objects and usage within Rails templates are supported via included mixins.
  • twig Your personal Git branch assistant
  • datashift Comprehensive Excel and CSV import/export tools for Ruby
  • Configurations β€” provides a unified approach to do configurations for gems or other ruby code.
  • awesome_print β€” a Ruby library that pretty prints Ruby objects in full color exposing their internal structure with proper indentation. Rails ActiveRecord objects and usage within Rails templates are supported via included mixins.
  • YYMMDD β€” tiny DSL for idiomatic date parsing and formatting.
  • Libnotify β€” Ruby bindings for libnotify, a crossplatform user notification library.
  • MemFs β€” provides a fake file system that can be used for tests.

Multithreading

  • thread β€” extensions to the thread library (includes thread pool).
  • Sprawling β€” spawn gem for Rails to easily fork or thread long-running code blocks.
  • Parallel β€” Run any code in parallel Processes(> use all CPUs) or Threads(> speedup blocking operations). Best suited for map-reduce or e.g. parallel downloads/uploads.

Profiling and Performance

  • ruby-prof β€” a code profiler for MRI rubies.
  • 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.
  • timecop-console β€” expose Timecop's capabilities to the UI in your rails app, allowing QA to take advantage of it.
  • stackprof β€” a sampling call-stack profiler for ruby 2.1+.
  • stackprof-webnav β€” web UI for viewing stackprof dumps.
  • rblineprof β€” line-profiler.
  • Peek β€” status bar showing performance info for Rails apps.
  • Peek::Rblineprof β€” peek into how much each line of your Rails application takes throughout a request.
  • Bullet β€” a gem to help to increase application's performance by reducing the number of queries it makes. It will watch your queries while you develop your application and notify you when you should add eager loading (N+1 queries), when you're using eager loading that isn't necessary and when you should use counter cache.
  • rack-mini-profiler β€” middleware that displays speed badge for every html page. Designed to work both in production and in development.

Rack

  • Rack::Timeout β€” abort requests that are taking too long.
  • Rack::Protection β€” protects against typical web attacks. Should work for all Rack apps, including Rails.
  • Rack::LiveReload β€” Bring in livereload.js into handy Rack middleware. No need for browser extensions anymore! Just plug it in your middleware stack and go! Even supports browsers without WebSockets!
  • rack-mini-profiler β€” middleware that displays speed badge for every html page. Designed to work both in production and in development.
  • Coverband β€” Rack middleware to help measure production code coverage.

Rails

  • Simple Form β€” forms made easy for Rails! It's tied to a simple DSL, with no opinion on markup.
  • ResqueMailer β€” Rails plugin for sending asynchronous email with ActionMailer and Resque.
  • Jammit β€” an industrial strength asset packaging library for Rails, providing both the CSS and JavaScript concatenation and compression that you'd expect, as well as YUI Compressor, Closure Compiler, and UglifyJS compatibility, ahead-of-time gzipping, built-in JavaScript template support, and optional Data-URI / MHTML image and font embedding.
  • CarrierWave β€” classier solution for file uploads for Rails, Sinatra and other Ruby web frameworks.
  • Kaminari β€” clean, powerful, customizable and sophisticated paginator for modern web app frameworks and ORMs.
  • suspenders β€” a Rails template with Thoughtbot standard defaults, ready to deploy to Heroku.
  • High Voltage β€” easily include static pages in your Rails app.
  • Squasher β€” compresses old migrations in a Rails application. If you work on a big project with lots of migrations, every rake db:migrate might take a few seconds, or creating of a new database might take a few minutes. That's because Rails loads all those migration files. Squasher removes all the migrations and creates a single migration with the final database state of the specified date (a new migration will look like a schema).
  • Metamagic β€” a simple Ruby on Rails plugin for creating meta tags. It supports regular meta tags, OpenGraph (Facebook), Twitter Cards, and custom tags.
  • Better Errors β€” replaces the standard Rails error page with a much better and more useful error page. It is also usable outside of Rails in any Rack app as Rack middleware.
  • Quiet Assets β€” turns off the Rails asset pipeline log.
  • RailsAdmin β€” a Rails engine that provides an easy-to-use interface for managing your data.
  • paper_trail β€” track changes to your models' data. Good for auditing or versioning.
  • font-awesome-rails β€” the Font Awesome font bundled as an asset for the rails asset pipeline.
  • gemoji β€” emoji images and names.
  • rails_emoji β€” one more emoji gem for Ruby on Rails.
  • Royce β€” a Ruby on Rails roles solution.
  • YamlDb β€” a database-independent format for dumping and restoring data. It complements the the database-independent schema format found in db/schema.rb. The data is saved into db/data.yml.
  • formtastic β€” a Rails form builder plugin with semantically rich and accessible markup.
  • rails_param β€” parameter Validation & Type Coercion.

Validation:

Scheduling

(info collected from Stack Overflow)

  • 🌟 rufus-scheduler β€” an in-process, in-memory scheduler with no persistence, accepting at, in, cron and every jobs.
  • sidekiq-cron β€” scheduler based on rufus-scheduler and Sidekiq (Redis based message queue) for persistence. Inherits web UI from Sidekiq.
  • sidekiq-scheduler β€” one more job scheduler based on rufus-scheduler and Sidekiq.
  • resque-scheduler β€” rufus-scheduler + Resque.
  • Clockwork β€” a cron replacement. It runs as a lightweight, long-running Ruby process which sits alongside your web processes (Mongrel/Thin) and your worker processes (DJ/Resque/Minion/Stalker) to schedule recurring work at particular times or dates. Here is a blog post with more details.
  • Whenever β€” a Ruby wrapper for crond, with a clear syntax (each job is a separate process).

SDKs and API Wrapers

  • AWS SDK β€” Amazon Web Services API for Ruby.
  • Dropbox Core API for Ruby.
  • Fog β€” cloud services library, top to bottom: collections provide a simplified interface, making clouds easier to work with and switch between; requests allow power users to get the most out of the features of each individual cloud; mocks make testing and integrating a breeze.
  • Yt β€” YouTube API Ruby client.

Search

  • Ransack β€” enables the creation of both simple and advanced search forms against your application's models.

Security

  • Brakeman β€” a static analysis security vulnerability scanner for Ruby on Rails applications.
  • Codesake::Dawn - Codesake::Dawn is a security source code scanner for ruby powered code. It is especially designed for web applications, but it works also with general purpose ruby scripts. Codesake::Dawn supports all major MVC frameworks like ruby on rails, Padrino and Sinatra; it provides more than 170 security checks with their own mitigation suggestion.

Serialization

Text:

  • JSON β€” includes pure Ruby and C implementation for JSON.
  • JSON::Stream β€” a streaming JSON parser that generates SAX-like events.
  • YAJL β€” a streaming JSON parsing and encoding library for Ruby (C bindings to YAJL).
  • OJ β€” Optimized JSON, as the name implies, was written to provide speed optimized JSON handling. So far it has achieved that, and is about 2 times faster than any other Ruby JSON parser, and 3 or more times faster at serializing JSON.
  • TOML β€” a sane configuration format from @mojombo.

Binary:

  • BSON β€” Ruby implementation of the BSON Specification (2.0.0+), http://bsonspec.org
  • MessagePack β€” an efficient binary serialization format. It lets you exchange data among multiple languages like JSON but it's faster and smaller. For example, small integers (like flags or error code) are encoded into a single byte, and typical short strings only require an extra byte in addition to the strings themselves. See http://msgpack.org
  • Protobuf β€” Ruby implementation for Protocol Buffers.

Syntax Highlighters

  • Rouge β€” a pure-ruby code highlighter that is compatible with pygments.
  • pygments.rb β€” a Ruby wrapper for the Python pygments syntax highlighter.

Template engines

  • Mustache β€” logic-less Ruby templates. A framework-agnostic way to render logic-free views.
  • HAML β€” a very compact markup language, that accelerates and simplifies template creation down to veritable haiku.
  • Slim – a templating language that reduce the syntax to the essential parts without becoming cryptic.
  • Tilt β€” generic interface to multiple Ruby template engines.

Testing

  • RSpec β€” RSpec meta-gem that depends on the other components.
  • rspec-rails β€” Rails integration for RSpec.
  • RSpec::Expectations β€” a simple, readable API to express expected outcomes of a code example.
  • Cucumber β€” a tool for running automated tests written in plain language.
  • shoulda
  • factory_girl β€” a fixtures replacement with a straightforward definition syntax, support for multiple build strategies (saved instances, unsaved instances, attribute hashes, and stubbed objects), and support for multiple factories for the same class, including factory inheritance.
  • factory_girl_rails β€” Rails integration for factory_girl.
  • Capybara β€” a tool helping you test web applications by simulating how a real user would interact with your app. It is agnostic about the driver running your tests and comes with Rack::Test and Selenium support built in. WebKit is supported through an external gem.
  • capybara-webkit A Capybara driver for headless WebKit so you can test JavaScript web apps.
  • Formulaic β€” simplify form filling with Capybara.
  • Mocha β€” a Ruby library for mocking and stubbing.
  • Spring β€” Rails application preloader to speeds up development by keeping your application running in the background so you don't need to boot it every time you run a test, rake task or migration.
  • Faker β€” a library for generating fake data such as names, addresses, and phone numbers.

Web Frameworks

  • Ruby on Rails β€” an open source full-stack framework web application framework.
  • Sinatra β€” a DSL for quickly creating web applications in Ruby with minimal effort.
  • Padrino β€” a Ruby framework built upon the Sinatra web library, created to make it fun and easy to code more advanced web applications while still adhering to the spirit that makes Sinatra great!
  • 🌟 Cuba β€” a microframework for web development originally inspired by Rum, a tiny but powerful mapper for Rack applications. It integrates many templates via Tilt, and testing via Cutest and Capybara.
  • Lotus β€” a complete MVC web framework.
  • Roda β€” a new ruby web framework, allowing for fast and DRY code using a routing tree. Find out why you should use it.

See also:

  • Benchmark results for different Ruby, web framework and app server combinations (actual on July 2014).

About

Ruby and Ruby on Rails bookmarks collection