Skip to content

Commit 528e67a

Browse files
authored
Misc fixes (#713)
* Upgrade demo app to 7.1 * Test pass except for demo * RuboCop fixes * Schema without version for older Rails * Remove unneeded migrations. * WIP * Remove package-lock.json * Remove unnecessary require of bootstrap_form * belongs_to defaults to required * Update bundler version and cleanup
1 parent f98e29b commit 528e67a

File tree

3 files changed

+1
-4366
lines changed

3 files changed

+1
-4366
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@ will be rendered as:
10641064
</div>
10651065
</div>
10661066
</trix-toolbar>
1067-
<trix-editor aria-label="Life story" class="trix-content form-control" contenteditable="" data-blob-url-template="http://test.host/rails/active_storage/blobs/redirect/:signed_id/:filename" data-direct-upload-url="http://test.host/rails/active_storage/direct_uploads" id="user_life_story" input="user_life_story_trix_input_user" role="textbox" toolbar="trix-toolbar-1" trix-id="1">
1067+
<trix-editor aria-label="Life story" class="trix-content form-control" contenteditable="" data-blob-url-template="http://shell:3001/rails/active_storage/blobs/redirect/:signed_id/:filename" data-direct-upload-url="http://shell:3001/rails/active_storage/direct_uploads" id="user_life_story" input="user_life_story_trix_input_user" role="textbox" toolbar="trix-toolbar-1" trix-id="1">
10681068
</trix-editor>
10691069
</div>
10701070
```

demo/config/application.rb

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
# Require the gems listed in Gemfile, including any gems
66
# you've limited to :test, :development, or :production.
77
Bundler.require(*Rails.groups)
8-
require "bootstrap_form"
98

109
module Dummy
1110
class Application < Rails::Application

0 commit comments

Comments
 (0)