stevepolitodesign's Stars
sinatra/sinatra
Classy web-development dressed in a DSL (official / canonical repo)
varvet/pundit
Minimal authorization through OO design and pure Ruby classes
Homebrew/homebrew-bundle
📦 Bundler for non-Ruby dependencies from Homebrew, Homebrew Cask and the Mac App Store.
rack/rack
A modular Ruby web server interface.
minitest/minitest
minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking.
DatabaseCleaner/database_cleaner
Strategies for cleaning databases in Ruby. Can be used to ensure a clean state for testing.
rubysec/bundler-audit
Patch-level verification for Bundler
rack/rack-contrib
Contributed Rack Middleware and Utilities
zombocom/rack-timeout
Abort requests that are taking too long
jamesmartin/inline_svg
Embed SVG documents in your Rails views and style them with CSS
thoughtbot/climate_control
Modify your ENV
ConradIrwin/vim-bracketed-paste
Handles bracketed-paste-mode in vim (aka. automatic `:set paste`)
searls/todo_or_die
Write TODOs in code that ensure you actually do them
basecamp/mission_control-jobs
Dashboard and Active Job extensions to operate and troubleshoot background jobs
fatkodima/fast_count
Quickly get a count estimation for large tables (>99% of accuracy for PostgreSQL).
janfri/mini_exiftool
This library is a wrapper for the Exiftool command-line application (https://exiftool.org) written by Phil Harvey. It provides the full power of Exiftool to Ruby: reading and writing of EXIF-data, IPTC-data and XMP-data. Branch master is for actual development and branch compatibility-version is for compatibility with Ruby 1.8 and exiftool versions prior 7.65.
jimweirich/gilded_rose_kata
The Gilded Rose Code Cata
calebhearth/title
I18n your <title>s
kaspth/active_job-performs
ActiveJob::Performs adds the `performs` macro to set up jobs by convention.
seejohnrun/prelude
ActiveRecord custom preloading
joeldrapper/action_state
Rails scopes and predicates defined with the same DSL.
kaspth/action_controller-stashed_redirects
Stash a redirect to execute a controller flow within another and return to the original flow later.
fishbrain/administrate-field-belongs_to_search
Plugin that adds search capabilities to belongs_to associations for Administrate
seanpdoyle/constraint_validations
Integrate ActiveModel::Validations, ActionView, and Browser-provided Constraint Validation API
thoughtbot/form_props
The power of Rails forms for React
jumpstart-pro/example-turbo-native-rails-backend
An example Turbo Native backend to use Jumpstart Pro iOS / Android with existing Ruby on Rails apps
seanpdoyle/git-read
akshayKhot/weby
Let's build a web application in Ruby without Rails
seanpdoyle/constraint-validation-example
coryodaniel/within_named_scope
Determine if an activerecord instance is within a named scope.