trickstersio / performify
Service object which makes you better.
☆15Updated 4 years ago
Alternatives and similar repositories for performify:
Users that are interested in performify are comparing it to the libraries listed below
- Bulk-pushes jobs to Sidekiq when you need it to.☆41Updated 2 years ago
- ActiveRecord extension for querying hstore and jsonb☆92Updated 4 years ago
- ☆33Updated 2 years ago
- Speed up ActiveRecord#present? calls with the power of monkeypatching!☆60Updated 4 years ago
- Generate google-style avatars in your application☆38Updated 2 years ago
- ☆54Updated last month
- Custom script to generate new gems☆36Updated 10 months ago
- Redirect the user to the proper "back" page☆36Updated 2 years ago
- Keeping mocks in line with real objects 🥡☆50Updated last year
- Create ActiveRecord relations from UNIONs☆48Updated 3 months ago
- Use PostgreSQL JSONB fields to store foreign ids on your models.☆70Updated 6 years ago
- A linting tool for your Rails routes☆31Updated 10 months ago
- Some custom methods built to help making Telegram bots using this wrapper: https://github.com/atipugin/telegram-bot-ruby☆23Updated 3 years ago
- Fast String#underscore implementation☆34Updated this week
- WhereChain - don't write Post.where('comments > ?', 5), write Post.where.gt(comments: 5) instead!☆45Updated 6 months ago
- Diff tool for deep Ruby hash comparison☆52Updated last year
- JSONSkooma is a Ruby library for validating JSONs against JSON Schemas.☆22Updated 4 months ago
- This gem provides a mechanism for pending features.☆85Updated 3 years ago
- ☆58Updated last year
- Nested Transactions around before/after(:all) blocks too besides examples for RSpec☆37Updated 2 years ago
- Ruby Async background job processor☆96Updated 2 years ago
- See in development logs how many records your queries returns. It can help with solving performance issues.☆31Updated 2 years ago
- String enums for Rails