Merged
Conversation
- application.rb: add Dotenv::Rails.load so .env is loaded before app - production: require_master_key, public_file_server.enabled, SMTP mailer (default_url_options, smtp_settings, from), asset compressors (sass, Uglifier with QA options), assets.compile = true - development: mailer sendmail, from, default_url_options from ENV - deploy/qa.rb: set branch to upgrade branch for QA deploy Made-with: Cursor
Align controller, helper, and view specs with non-empty CI databases by avoiding hardcoded IDs and global record ordering, and ensure the software_records CSV exporter emits empty strings for blank serialized attributes so tests pass consistently. Made-with: Cursor
…nore - Bump BUNDLED WITH to 2.5.12 to avoid Gem::Platform warnings on Ruby 3.4 - CircleCI: install 2.5.12 when lockfile has 2.5.11 - .gitignore: add .cursor, .vscode, .fleet, Sublime; fix .cursor pattern so it is honored Made-with: Cursor
Avoid GemNotFound for nokogiri/sqlite3/ffi on Linux by running bundle config set --local force_ruby_platform true and bundle install after setup-ruby, so the lockfile's ruby platform is used instead of restored cache from another platform. Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.