Metadata


Name
activerecord-cte
Version
0.3.0
Platform
ruby
Authors
Vlado Cingel
Bindir
exe
Date
2023-02-05 00:00:00 UTC
Dependencies
activerecord (>= 0)
bundler (~> 2.0, development)
minitest (~> 5.0, development)
rake (~> 13.0.1, development)
rubocop (~> 1.17.0, development)
rubocop-minitest (~> 0.13.0, development)
rubocop-performance (~> 1.11.3, development)
rubocop-rake (~> 0.5.1, development)
sqlite3 (>= 0, development)
Description
Brings Common Table Expressions support to ActiveRecord and makes it super easy to build and chain complex CTE queries
Email
vladocingel@gmail.com
Files
.github/workflows/rubocop.yml
.github/workflows/test-with-mysql.yml
.github/workflows/test-with-postgresql.yml
.github/workflows/test-with-sqlite.yml
.gitignore
.rubocop.yml
.ruby-version
.travis.yml
.vimrc
CODE_OF_CONDUCT.md
Dockerfile
Gemfile
LICENSE.txt
README.md
Rakefile
activerecord-cte.gemspec
bin/console
bin/setup
bin/test
docker-compose.yml
lib/activerecord/cte.rb
lib/activerecord/cte/core_ext.rb
lib/activerecord/cte/version.rb
Homepage
https://github.com/vlado/activerecord-cte
Licenses
MIT
Metadata
{"allowed_push_host"=>"https://rubygems.org", "homepage_uri"=>"https://github.com/vlado/activerecord-cte", "source_code_uri"=>"https://github.com/vlado/activerecord-cte"}
Require paths
lib
Required ruby version
>= 1.9.2
Required rubygems version
>= 0
Rubygems version
3.3.11
Specification version
4
Summary
Brings Common Table Expressions support to ActiveRecord and makes it super easy to build and chain complex CTE queries
Original platform
ruby
New platform
ruby