SaaSHub helps you find the best software and product alternatives Learn more →
Top 17 Ruby Postgre Projects
-
Project mention: How do you release experimental features to early adopters? | reddit.com/r/rails | 2022-10-29
I think you are calling it Runtime Controls: https://github.com/jnunemaker/flipper/issues/162
-
Project mention: Database Views & Rails Active Record: defining new Model classes out of views | dev.to | 2023-01-23
To model our Deliverable class, we will need a view. We will use the popular scenic gem, which provides some useful generators for creating views with their respective migrations, and utilities to handle views versioning.
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
This one seems to be the most performant. By a lot too, from my understanding (haven't ran any benchmark myself, but the readme shows some good postgres knowledge)
-
active_record_extended
-
jsonb_accessor
-
Project mention: I need to write a database query language. I have a blank sheet of paper. | reddit.com/r/ProgrammingLanguages | 2022-07-19
-
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
If anyone is looking for a more complete guide I put together this a while back: https://nickjanetakis.com/blog/a-guide-for-running-rails-in-...
The post also includes a ~1h hour ad-free YouTube video. It includes running Rails and also Sidekiq, Postgres, Redis, Action Cable and ties in esbuild and Tailwind too. It's all managed by Docker Compose.
The example app is open source at https://github.com/nickjj/docker-rails-example and it's optimized for both development and production. No strings attached.
-
Advisory locking is a mechanism used to prevent concurrent execution of code without necessarily locking the database table or row. In core Ruby, this is implemented using mutex. In Rails, the Ruby gem with_advisory_lock can be used to add advisory locking (mutexes) to ActiveRecord when used with MySQL or PostgreSQL.
-
-
Project mention: Show HN: Zero-downtime PostgreSQL migrations for Ruby on Rails | news.ycombinator.com | 2022-02-20
-
Project mention: Changing Tires at 100mph: A Guide to Zero Downtime Migrations | news.ycombinator.com | 2022-05-04
Postgres has some less robust tooling, at least both of these carry the "experimental" tag:
https://news.ycombinator.com/item?id=29825520
https://github.com/shayonj/pg-osc
But, still, they do it for you.
-
-
-
template-ruby-on-rails-postgres
A Ruby on Rails template, with Postgres, configured for Gitpod (www.gitpod.io) to give you pre-built, ephemeral development environments in the cloud.
I've used both gitpod and codespaces and they've both worked well. Codespaces was more straightforward if you have a docker-compose setup already. With gitpod, I had to start from a postgres container and add things in but there's a template you can use here.
-
rails6template
Rails 6 template with Ruby 3.0.0, Devise, Admin, and TailwindCSS 2, guard and live reload
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Ruby Postgres related posts
- Is it worth learning Ruby on Rails for 2023?
- Quick Question: Health Check
- "Best" dev setup options for new Rails devs that want consistent dev + deployment experiences?
- Did your projects dockerized? And what is the size of the Rails image?
- Editing Rails Credentials inside a Docker Container
- Looking for a Rails Gem that Audits Manual Database Changes
- Dockerizing a Ruby on Rails Application
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007fea5b7b64c8>
www.saashub.com | 1 Feb 2023
Index
What are some of the best open-source Postgre projects in Ruby? This list will help you:
Project | Stars | |
---|---|---|
1 | flipper | 3,150 |
2 | Scenic | 3,099 |
3 | Que | 2,163 |
4 | ActiveRecordExtended | 1,146 |
5 | jsonb_accessor | 940 |
6 | SearchCop | 776 |
7 | zero_downtime_migrations | 555 |
8 | docker-rails-example | 528 |
9 | with_advisory_lock | 525 |
10 | pg_party | 397 |
11 | safe-pg-migrations | 346 |
12 | pg-osc | 308 |
13 | simple_recommender | 120 |
14 | PgDice | 10 |
15 | template-ruby-on-rails-postgres | 9 |
16 | rails6template | 1 |
17 | divisionly-api | 1 |