rideshare icon indicating copy to clipboard operation
rideshare copied to clipboard

Rails app for book 📚 "High Performance PostgreSQL for Rails" http://pragprog.com/titles/aapsql

Results 15 rideshare issues
Sort by recently updated
recently updated
newest added

This PR has code samples and examples from the Posette Conf talk "Saas on Rails on PostgreSQL" https://www.citusdata.com/posette/speakers/andrew-atkinson/ Some of the tech examples: - Row Level Security - Composite primary...

Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.2.8. Release notes Sourced from rexml's releases. REXML 3.2.8 - 2024-05-16 Fixes Suppressed a warning REXML 3.2.7 - 2024-05-16 Improvements Improve parse performance by using...

dependencies
ruby

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.4 to 1.16.5. Release notes Sourced from nokogiri's releases. v1.16.5 / 2024-05-13 Security [CRuby] Vendored libxml2 is updated to address CVE-2024-34459. See GHSA-r95h-9x8f-r3f7 for more information. Dependencies...

dependencies
ruby

This gem reformats the db/structure.sql This could be useful on a team where there are changes to the db/structure.sql file from different team members as they run rails db:migrate on...

I was experimenting with table size from the "Implementing Full Text Search (FTS)" chapter and I found that at 25 million rows + `prefix: true`, the queries start to take...

Related to #93, #98 ## Description #93 introduced a regression in the CI suite, due to a configuration change that didn't make its way into the `.circleci/config.yml` file - later...

In [`sh/edit_postgresql.conf.sh`](http://media.pragprog.com/titles/aapsql/code/sh/edit_postgresql.conf.sh) referenced on the book, the path is: - specific to author's home (`andy`). - specific to the author's preferred editor (`vim`) I suggest these change in order to...

Bumps [rexml](https://github.com/ruby/rexml) from 3.3.2 to 3.3.3. Release notes Sourced from rexml's releases. REXML 3.3.3 - 2024-08-01 Improvements Added support for detecting invalid XML that has unsupported content before root element...

dependencies
ruby

#### Summary This pull request introduces a comprehensive Docker-based development environment for the Rideshare application, enhancing developer productivity and ensuring a consistent setup across various environments. Key features include DevContainers...