pawandubey / ruby_experimentsLinks
A few trivial & non-trivial Ruby projects for gaining a better understanding of the language and its idioms.
☆9Updated 8 years ago
Alternatives and similar repositories for ruby_experiments
Users that are interested in ruby_experiments are comparing it to the libraries listed below
Sorting:
- Self-validating Ruby objects☆64Updated 2 weeks ago
- Generate a static site from any rack middleware.☆69Updated 9 months ago
- Make any method perfomed later with ActiveJob☆28Updated 2 years ago
- ☆58Updated last year
- Migrate to Strong Parameters☆41Updated 5 months ago
- Test based API documentation generator for Ruby/Rack web apps☆29Updated 6 years ago
- JavaScript application used as a diagramming tool for RoR models☆37Updated 6 years ago
- simple, powerful and unobstrusive event driven architecture framework for ruby☆82Updated 8 years ago
- Nested Transactions around before/after(:all) blocks too besides examples for RSpec☆37Updated 2 years ago
- Eaco is an Attribute-Based Access Control authorization framework for Ruby.☆53Updated 4 years ago
- Introspect the Ruby Heap by indexing, counting, locating references to and detaching (in order to release) objects - optionally narrowing…☆246Updated 12 years ago
- Simple abstraction of a timezone offset☆38Updated 2 years ago
- Experiments in lightweight Rails stacks.☆57Updated 9 years ago
- Always-warm, auto-rebuilding rails caching without timers or touching☆38Updated 9 months ago
- Restrict the values assignable to ActiveRecord attributes or associations.☆139Updated 4 months ago
- Delay rails controller actions in one line of code☆80Updated 7 years ago
- Ruby HTML sanitizer based on a lightweight Oga parser.☆39Updated 6 months ago
- Type Validation for Rails☆49Updated 7 months ago
- ActiveRecord document storage using postgres JSON column - persistent, schemaless virtual attributes, embedded models, oh my!☆47Updated 4 years ago
- Rails console history for Heroku, Docker, and more☆82Updated last month
- Sinatra Puma server dummy app with connection on a socket so that you can point NginX on socket to test Nginx setup☆18Updated 8 years ago
- Tools to help with managing database operations with Sequel through Rake tasks☆46Updated 2 years ago
- Danger plugin for packwerk☆22Updated last month
- A faster Node.JS integration for Ruby/Rails ExecJS☆51Updated 5 years ago
- String enums for Rails☆85Updated 2 months ago
- A command line interface for managing pragma comments.☆45Updated last week
- Update your gems conservatively to deal with vulnerable gems or just get more current.☆65Updated 6 years ago
- Ruby core extensions repository (not a gem!)☆28Updated 7 years ago
- Additional sidekiq middleware☆92Updated 8 years ago
- WhereChain - don't write Post.where('comments > ?', 5), write Post.where.gt(comments: 5) instead!☆45Updated 8 months ago