Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

awesome-ruby

A curated list of awesome Ruby resources, libraries, frameworks, and tips to help you level up your Ruby development skills.
https://github.com/brandonhimpfen/awesome-ruby

Last synced: about 7 hours ago
JSON representation

  • Learning Ruby

    • Ruby Documentation - The official Ruby documentation with guides, tutorials, and references.
    • Ruby Monk - Interactive Ruby tutorials for beginners and advanced developers.
    • Learn Ruby the Hard Way - A free online book that takes you from beginner to advanced Ruby programming.
    • RubyTapas - A collection of short screencasts with tips and tricks for Ruby developers.
  • Libraries and Frameworks

    • Ruby on Rails - A powerful and popular web application framework built in Ruby.
    • Hanami - A modern Ruby web framework with a focus on simplicity and performance.
    • Sidekiq - A background processing framework for Ruby that uses threads instead of forks.
    • ActiveRecord - The database ORM (Object-Relational Mapping) library used in Ruby on Rails.
    • Sequel - A simple and flexible database toolkit for Ruby.
  • Tools and Utilities

    • Bundler - A dependency manager for Ruby projects.
    • RVM - A Ruby version manager that allows you to manage multiple Ruby installations.
    • Pry - A powerful alternative to the standard IRB (Interactive Ruby) console.
  • Deployment

    • Heroku - A cloud platform that supports Ruby applications and provides easy deployment.
  • Community

    • RubyGems - The official repository for Ruby gems.
    • Ruby Forum - An online community for Ruby discussions and support.
    • Stack Overflow - A Q&A platform where you can find answers to Ruby-related questions.
  • Blogs

    • Ruby Inside - A popular blog with news, tutorials, and articles about Ruby.
    • Thoughtbot Blog - A blog featuring Ruby and Rails tutorials, best practices, and case studies.
  • Ruby Style Guides

    • Reek - A tool for detecting code smells in Ruby.
    • Ruby Style Guide - A community-driven Ruby coding style guide.
    • RuboCop - A widely-used Ruby static code analyzer and formatter.
  • Testing

    • RSpec - A testing framework for behavior-driven development in Ruby.