Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

clickhouse_activerecord_for_rspec_tests

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clickhouse_activerecord_for_rspec_tests

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

ClickhouseActiverecordForRspecTests

This Ruby on Rails gem extends the functionality of the clickhouse-activerecord gem, providing additional features and integrations for working with ClickHouse databases in a Rails application in test mode with rspec

This gem should prevent errors related to use_transactional_fixtures like following: NotImplementedError. This error happens because Clickhouse DB does not support transactions and the clickhouse-activerecord gem does not support transaction operation too.

Installation

Add this line to your application's Gemfile:

group :test do
  gem 'clickhouse_activerecord_for_rspec_tests'
end

This gem just extends the clickhouse_activerecord gem so it does not required additional actions.

FAQs

Package last updated on 13 Dec 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc