Skip to content

Commit 8a21df7

Browse files
committed
Revert "hook when ActiveScaffold module is loaded, so gems can use its methods on initialization using hooks"
This reverts commit beb3727.
1 parent 648821c commit 8a21df7

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

CHANGELOG.rdoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
= 3.7.3
21
- Escape _ and % when using search with LIKE
32
- Fix ID in nested scaffolds when parent record has string primary key, with invalid chars for HTML ID
43
- Fix search with recordselect multiple
54
- Support loading jquery-ui externally, without jquery-ui-rails gem and ask AS to load JS/CSS for addons based on jquery-ui
65
- Support usage with importmap
76
- Add reset_form to search and field_search, when enabled, reset link will clear input fields in the search form, instead of refreshing the list without search and closing the form.
8-
- Add active support load hook :active_scaffold when ActiveScaffold module is ready
97

108
= 3.7.2
119
- Fix routes

lib/active_scaffold.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ def self.defaults(&block)
9696
ActiveScaffold::Config::Core.configure(&block)
9797
end
9898
end
99-
ActiveSupport.run_load_hooks(:active_scaffold, ActiveScaffold)
10099
require 'active_scaffold/engine'
101100
require 'ice_nine'
102101
require 'ice_nine/core_ext/object'

0 commit comments

Comments
 (0)