sshaw / class2
Easily create Ruby class hierarchies that support nested attributes, type conversion, serialization, equality, and more.
☆16Updated 6 months ago
Alternatives and similar repositories for class2
Users that are interested in class2 are comparing it to the libraries listed below
Sorting:
- ☆58Updated last year
- Find, filter and aggregate via ActiveRecord or Sequel.☆37Updated last month
- Execute SQL inside Rails console, or app itself☆41Updated this week
- See in development logs how many records your queries returns. It can help with solving performance issues.☆31Updated 2 years ago
- Rubium is a lightweight alternative to Selenium/Capybara/Watir if you need to perform some operations (like web scraping) using Headless …☆64Updated 4 years ago
- Ruby gem for working with percentages☆32Updated 4 months ago
- Make any method perfomed later with ActiveJob☆28Updated 2 years ago
- WhereChain - don't write Post.where('comments > ?', 5), write Post.where.gt(comments: 5) instead!☆45Updated 6 months ago
- Dead simple configurable user notifications with little overhead☆22Updated 3 years ago
- Automatic scopes for ActiveRecord models.☆81Updated 9 months ago
- Experimental post-framework view library☆45Updated last year
- Declarative input schemas for Ruby apps.☆39Updated 10 months ago
- Measure performance trends of Ruby code☆60Updated last year
- A safe way to accept user parameters and query against your ActiveRecord Models☆24Updated 3 months ago
- ☆54Updated 2 months ago
- Stemming for Ruby, powered by Snowball☆28Updated last month
- Some custom methods built to help making Telegram bots using this wrapper: https://github.com/atipugin/telegram-bot-ruby☆23Updated 3 years ago
- Define your business logic in simple steps☆55Updated 4 months ago
- Smart-Period aims to simplify Time-range manipulation☆25Updated 4 years ago
- Service Object based on Either Monad☆27Updated 6 years ago
- Objects are functions! Treat any Object or Class as a Proc (like Enumerable but for Procs).☆44Updated last year
- Custom script to generate new gems☆36Updated 11 months ago
- Super simple and convenient way to isolate and namespace a collection of related methods☆37Updated 2 months ago
- ActiveRecord extension to enable tracking of your records.