Skip to content

Commit 14dacd8

Browse files
authored
Merge pull request #14 from nativeapptemplate/add_allow_browser
Add CHANGELOG.md
2 parents 111b152 + ade9ec5 commit 14dacd8

3 files changed

Lines changed: 42 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Changelog
2+
3+
## [Unreleased]
4+
5+
- Update Rails from 7.1.5.1 to 7.2.3
6+
- Update Brakeman from 7.0.2 to 7.1.2
7+
- Add brakeman.ignore for mass assignment false positive
8+
- Add comprehensive test coverage for models, policies, serializers, and controllers (205 tests)
9+
- Update app icons with transparent backgrounds
10+
- Add Active Storage migrations and Rails 7.2 framework defaults
11+
- Add static error pages (404, 406, 500)
12+
- Fix RuboCop offenses in Active Storage migrations
13+
- Add CLAUDE.md for Claude Code guidance
14+
15+
## 2025-06-21
16+
17+
- Update Brakeman gem
18+
19+
## 2025-03-06
20+
21+
- Fix item_tag uniqueness error
22+
23+
## 2025-03-01
24+
25+
- Add item_tags table
26+
- Remove BundleAssets
27+
28+
## 2025-02-08
29+
30+
- Migrate from Sprockets to Propshaft
31+
- Update Madmin
32+
33+
## 2025-02-07
34+
35+
- Update Ruby and gems
36+
- Update Brakeman gem
37+
- Fix fail updating shopkeeper
38+
39+
## 2024-10-30
40+
41+
- First commit
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
class NonApiApplicationController < ActionController::Base
2+
allow_browser versions: :modern
23
protect_from_forgery with: :exception
34
end

config/initializers/assets.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,3 @@
55

66
# Add additional assets to the asset load path.
77
# Rails.application.config.assets.paths << Emoji.images_path
8-
9-
# Precompile additional assets.
10-
# application.js, application.css, and all non-JS/CSS in the app/assets
11-
# folder are already added.
12-
# Rails.application.config.assets.precompile += %w( admin.js admin.css )

0 commit comments

Comments
 (0)