spectacles icon indicating copy to clipboard operation
spectacles copied to clipboard

ActiveRecord Views for PostgreSQL

Results 5 spectacles issues
Sort by recently updated
recently updated
newest added

When running `db:schema:load`, the following error is raised: ``` shell rake aborted! ActiveRecord::StatementInvalid: PG::DependentObjectsStillExist: ERROR: cannot drop table accounts because other objects depend on it DETAIL: view account_type_totals depends on...

bug

Setup [Github Actions](https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-ruby) to run tests and linting, and update the repo to require passing CI to merge pull requests.

Add StandardRB, a Ruby Style Guide, with linter & automatic code fixer, to enforce code styles, and run it as part of the default Rake task.

GitHub released [Trilogy](https://github.blog/2022-08-25-introducing-trilogy-a-new-database-adapter-for-ruby-on-rails/), a new [MySQL adapter](https://github.com/trilogy-libraries/activerecord-trilogy-adapter) for Rails. Add support for it.