Project
Reverse Dependencies for pry
The projects listed here declare pry as a runtime or development dependency
0.01
This gem extracts ActiveAdmin page components as content_for tags using rails CaptureHelper. You can then use those tags to customize application layout as with any non-ActiveAdmin Rails application.
2021
2022
2023
2024
2025
2026
0.01
An Active Admin plugin to use jQuery-File-Upload component
2021
2022
2023
2024
2025
2026
0.01
Inspired by http://thepugautomatic.com/2014/03/draper/ to not use draper while decorating th
2021
2022
2023
2024
2025
2026
0.01
Use SalesForce as an ActiveModel
2021
2022
2023
2024
2025
2026
0.01
Graphql client
2021
2022
2023
2024
2025
2026
0.01
Support for binary UUIDs in ActiveRecord
2021
2022
2023
2024
2025
2026
0.01
Enhances Activejob serialization to handle symbols, classes and dates
2021
2022
2023
2024
2025
2026
0.01
Prevents jobs from enqueuing with unique arguments for a certain period of time
2021
2022
2023
2024
2025
2026
0.01
Rails engine to register jobs history, adding: job state, error feedback, duration, etc.
2021
2022
2023
2024
2025
2026
0.01
Patches ActiveJob to add trace_id attribute.
2021
2022
2023
2024
2025
2026
0.01
Ruby library to automatically preload data for your Active Model Serializers
2021
2022
2023
2024
2025
2026
0.01
Applications that have complex email sending logic have DRYness problems. ActiveMailer solves that by making a legitimate email model where all sending logic belongs. It is also capable of acting as an audit trail for email sending.
2021
2022
2023
2024
2025
2026
0.01
ActiveModel with support for booleans and datetimes in form helpers
2021
2022
2023
2024
2025
2026
0.01
Provides an ActiveModel::FormObject module that can be included into a PORO. A Rails Generator for Form Objects is included in the Gem.
2021
2022
2023
2024
2025
2026
0.01
CanCanCan integration with Active Model Serializers
2021
2022
2023
2024
2025
2026
0.01
ActiveMongoid facilitates usage of both ActiveRecord and Mongoid in a single app by providing an inteface for inter-ORM relations.
2021
2022
2023
2024
2025
2026
0.01
A library for publshing messages to RabbitMQ
2021
2022
2023
2024
2025
2026
0.01
Adds a rake task which prepends each model file with an excerpt about the corresponding table from db/schema.rb
2021
2022
2023
2024
2025
2026
0.01
This gem adds custom block expectation matchers for RSpec, such as `expect { ... }.to create_a_new(User)`
2021
2022
2023
2024
2025
2026
0.01
In ActiveRecord, allows you to query the association of the records that your current query would return. If you need the comments of some posts: `Post.where(...).follow_assoc(:comments)`. You can then chain `where` on the comments.
2021
2022
2023
2024
2025
2026