Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Changelog

## [Unreleased]

- Update Rails from 7.1.5.1 to 7.2.3
- Update Brakeman from 7.0.2 to 7.1.2
- Add brakeman.ignore for mass assignment false positive
- Add comprehensive test coverage for models, policies, serializers, and controllers (205 tests)
- Update app icons with transparent backgrounds
- Add Active Storage migrations and Rails 7.2 framework defaults
- Add static error pages (404, 406, 500)
- Fix RuboCop offenses in Active Storage migrations
- Add CLAUDE.md for Claude Code guidance

## 2025-06-21

- Update Brakeman gem

## 2025-03-06

- Fix item_tag uniqueness error

## 2025-03-01

- Add item_tags table
- Remove BundleAssets

## 2025-02-08

- Migrate from Sprockets to Propshaft
- Update Madmin

## 2025-02-07

- Update Ruby and gems
- Update Brakeman gem
- Fix fail updating shopkeeper

## 2024-10-30

- First commit
1 change: 1 addition & 0 deletions app/controllers/non_api_application_controller.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
class NonApiApplicationController < ActionController::Base
allow_browser versions: :modern
protect_from_forgery with: :exception
end
5 changes: 0 additions & 5 deletions config/initializers/assets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,3 @@

# Add additional assets to the asset load path.
# Rails.application.config.assets.paths << Emoji.images_path

# Precompile additional assets.
# application.js, application.css, and all non-JS/CSS in the app/assets
# folder are already added.
# Rails.application.config.assets.precompile += %w( admin.js admin.css )