Absolventa / emarsys-rb
Ruby wrapper for the Emarsys API
☆18Updated 4 months ago
Alternatives and similar repositories for emarsys-rb:
Users that are interested in emarsys-rb are comparing it to the libraries listed below
- RSpec matchers and stubbing for Wisper☆62Updated 4 years ago
- Searchlight helps you build searches from options via Ruby methods that you write.☆532Updated 11 months ago
- Decorators on top of your ORM layer.☆171Updated 2 weeks ago
- Add contracts to your interactors☆80Updated 4 years ago
- Modifies ActiveRecord 4+ with the ability to store the actual class (instead of the base class) in polymorphic _type columns when using S…☆80Updated 3 months ago
- Create temporary table-backed ActiveRecord models for use in tests☆212Updated 2 months ago
- RSpec plugin for Sublime Text 3☆70Updated last year
- Tiny health check of Rack apps like Rails, Sinatra for use with uptime checking systems like Kubernetes, Docker or Uptimerobot☆114Updated last year
- Capybara helpers for https://select2.org select box (supports Select2 version 2/3/4)☆49Updated last year
- Rails SQL Query Tracker☆176Updated 2 years ago
- RuboCop for git diff☆102Updated 2 years ago
- Asynchronous event publishing for Wisper using Sidekiq☆84Updated 6 months ago
- Translatable columns for Ruby on Rails, stored in the model table itself.☆215Updated last year
- Action Cable testing utils☆213Updated 4 years ago
- this is forked from tolgap/wkhtmltopdf-binary .☆73Updated 4 years ago
- ActiveModel Serializers addon for eliminating N+1 queries problem from the serializers.☆86Updated 10 months ago
- Make after_commit callbacks fire in tests for Rails 3+ with transactional_fixtures = true.☆238Updated 2 years ago
- Automaticaly increments a field in ActiveRecord.☆58Updated 2 months ago
- MongoId's any_of like implementation for activerecord☆129Updated last year
- Test existence of your Rails callbacks without having to call them☆134Updated 5 years ago
- RSpec matchers for JSON:API spec☆123Updated last year
- Easily access (read and write) globalize translated fields without fiddling with locale☆110Updated 2 weeks ago
- Batch up your ActiveRecord "touch" operations for better performance. ActiveRecord::Base.delay_touching do ... end. When "end" is reached…☆111Updated 4 years ago
- Where or function backport from Rails 5 for Rails 4.2☆115Updated 7 years ago
- Implement texter classes for sending SMS messages in similar way to how e-mails are sent with ActionMailer-based mailers. Take advantage …☆129Updated last year
- easily add '# frozen_string_literal: true' comments to the top of all your project's Ruby files☆159Updated 11 months ago
- Auto-reload require files or local gems without restarting server in Rails development.☆137Updated 3 years ago
- Preload factories (factory_bot) just like fixtures. It will be easy and, probably, faster!☆133Updated last year
- ActiveRecord-like Attributes API for ActiveModel