phcdevworks_core_modules 8.0.0 → 8.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/views/layouts/phcdevworks_core_modules/application.html.erb +12 -12
- data/app/views/layouts/phcdevworks_core_modules/components/backend/footer/_footer.html.erb +8 -8
- data/app/views/layouts/phcdevworks_core_modules/components/backend/navigation/_top_menu.html.erb +4 -4
- data/app/views/layouts/phcdevworks_core_modules/components/backend/sidebars/_side_menu.html.erb +23 -23
- data/app/views/phcdevworks_core_modules/affiliate/links/edit.html.erb +14 -14
- data/app/views/phcdevworks_core_modules/affiliate/links/index.html.erb +16 -16
- data/app/views/phcdevworks_core_modules/affiliate/links/new.html.erb +14 -14
- data/app/views/phcdevworks_core_modules/marketing/optimizations/edit.html.erb +14 -14
- data/app/views/phcdevworks_core_modules/marketing/optimizations/index.html.erb +16 -16
- data/app/views/phcdevworks_core_modules/marketing/optimizations/new.html.erb +14 -14
- data/app/views/phcdevworks_core_modules/post/categories/edit.html.erb +14 -14
- data/app/views/phcdevworks_core_modules/post/categories/index.html.erb +16 -16
- data/app/views/phcdevworks_core_modules/post/categories/new.html.erb +14 -14
- data/config/spring.rb +2 -0
- data/lib/phcdevworks_core_modules/engine.rb +42 -3
- data/lib/phcdevworks_core_modules/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bd3b4eb9432d171ed06a15ea920557d4e024807896219d1b15b6d48bae1a2f3b
|
|
4
|
+
data.tar.gz: 2dd23527af389c64c57e49507cafc01b9a3f7dc06b4c79a4d7f105d130faf2a5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3e0a971ae2a3e21fcf97386b7dd9504517ee568f0a805c3f13339bbb23af85afb4c113cea27a3088b553f67a0074b13672736d28355305fea99aa2f5db191473
|
|
7
|
+
data.tar.gz: a2f2a63186c1b61b8ccd014c2b4be78da2246c7eb60cc2ba5bf5776a9b2ed259a9eaedc1abfb6be4a9cfb0917e92b477baa04be9a69bb2eaccfd67cd3a357bbb
|
|
@@ -27,43 +27,43 @@
|
|
|
27
27
|
</head>
|
|
28
28
|
<body>
|
|
29
29
|
|
|
30
|
-
<!-- -
|
|
30
|
+
<!-- -PHCDEV- Page Container -->
|
|
31
31
|
<div id="app" class="app app-header-fixed app-sidebar-fixed app-with-wide-sidebar">
|
|
32
32
|
|
|
33
|
-
<!-- -
|
|
33
|
+
<!-- -PHCDEV- Page Container - Header -->
|
|
34
34
|
<div id="header" class="app-header">
|
|
35
35
|
<%= render "layouts/phcdevworks_core_modules/components/backend/navigation/top_menu" %>
|
|
36
36
|
</div>
|
|
37
|
-
<!-- -
|
|
37
|
+
<!-- -PHCDEV- Page Container - Header -->
|
|
38
38
|
|
|
39
|
-
<!-- -
|
|
39
|
+
<!-- -PHCDEV- Page Container - Sidebar -->
|
|
40
40
|
<div id="sidebar" class="app-sidebar" data-disable-slide-animation="true">
|
|
41
41
|
<%= render "layouts/phcdevworks_core_modules/components/backend/sidebars/side_menu" %>
|
|
42
42
|
</div>
|
|
43
43
|
<div class="app-sidebar-bg"></div>
|
|
44
44
|
<div class="app-sidebar-mobile-backdrop"><a href="#" data-dismiss="app-sidebar-mobile" class="stretched-link"></a></div>
|
|
45
|
-
<!-- -
|
|
45
|
+
<!-- -PHCDEV- Page Container - Sidebar -->
|
|
46
46
|
|
|
47
|
-
<!-- -
|
|
47
|
+
<!-- -PHCDEV- Page Container - Content -->
|
|
48
48
|
<div id="app" class="app app-content-full-height">
|
|
49
49
|
<div id="content" class="app-content d-flex flex-column p-0">
|
|
50
|
-
<!-- -
|
|
50
|
+
<!-- -PHCDEV- Page Container - Main -->
|
|
51
51
|
<div class="app-content-padding flex-grow-1 overflow-hidden" data-scrollbar="true" data-height="100%">
|
|
52
52
|
<%= render "phcdevworks_notifications/bootstrap/notifications" %>
|
|
53
53
|
<%= yield %>
|
|
54
54
|
</div>
|
|
55
|
-
<!-- -
|
|
56
|
-
<!-- -
|
|
55
|
+
<!-- -PHCDEV- Page Container - Main -->
|
|
56
|
+
<!-- -PHCDEV- Page Container - Footer -->
|
|
57
57
|
<div id="footer" class="app-footer m-0">
|
|
58
58
|
<%= render "layouts/phcdevworks_core_modules/components/backend/footer/footer" %>
|
|
59
59
|
</div>
|
|
60
|
-
<!-- -
|
|
60
|
+
<!-- -PHCDEV- Page Container - Footer -->
|
|
61
61
|
</div>
|
|
62
62
|
</div>
|
|
63
|
-
<!-- -
|
|
63
|
+
<!-- -PHCDEV- Page Container - Content -->
|
|
64
64
|
|
|
65
65
|
</div>
|
|
66
|
-
<!-- -
|
|
66
|
+
<!-- -PHCDEV- Page Container -->
|
|
67
67
|
|
|
68
68
|
<!-- JavaScript -->
|
|
69
69
|
<%= javascript_include_tag "coloradmin/phcthemes_admin_panel_pack_coloradmin" %>
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
<!-- -
|
|
1
|
+
<!-- -PHCDEV- Page Container - Footer - Left -->
|
|
2
2
|
<span>
|
|
3
|
-
<!-- -
|
|
3
|
+
<!-- -PHCDEV- Page Container - Footer - Left - Copyright -->
|
|
4
4
|
<i class="fab fa-osi font-weight-bolder"></i> 2012-<%= Time.now.year %> -
|
|
5
5
|
<span class="phc_dev_strong_plugin">PHC</span><span class="phc_dev_light_plugin">Devworks</span> Core Modules - Engine v<%= Gem.loaded_specs["phcdevworks_core_modules"].version.to_s %>
|
|
6
|
-
<!-- -
|
|
6
|
+
<!-- -PHCDEV- Page Container - Footer - Left - Copyright -->
|
|
7
7
|
</span>
|
|
8
|
-
<!-- -
|
|
8
|
+
<!-- -PHCDEV- Page Container - Footer - Left -->
|
|
9
9
|
|
|
10
|
-
<!-- -
|
|
10
|
+
<!-- -PHCDEV- Page Container - Footer - Right -->
|
|
11
11
|
<span class="float-right">
|
|
12
|
-
<!-- -
|
|
12
|
+
<!-- -PHCDEV- Page Container - Footer - Right - Developed -->
|
|
13
13
|
Developed with <i class="fas fa-heart hanna_hearts"></i> by
|
|
14
14
|
<a class="phcnet_copyright text-dark" href="https://phcdevworks.com/"><u><span class="phc_dev_strong_plugin">PHC</span><span class="phc_dev_light_plugin">Devworks</span></u></a>
|
|
15
|
-
<!-- -
|
|
15
|
+
<!-- -PHCDEV- Page Container - Footer - Right - Developed -->
|
|
16
16
|
</span>
|
|
17
|
-
<!-- -
|
|
17
|
+
<!-- -PHCDEV- Page Container - Footer - Right -->
|
data/app/views/layouts/phcdevworks_core_modules/components/backend/navigation/_top_menu.html.erb
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!-- -
|
|
1
|
+
<!-- -PHCDEV- Topbar - Navigation Header -->
|
|
2
2
|
<div class="navbar-header">
|
|
3
3
|
|
|
4
4
|
<button type="button" class="navbar-mobile-toggler" data-toggle="app-sidebar-mobile">
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
<% end %>
|
|
13
13
|
|
|
14
14
|
</div>
|
|
15
|
-
<!-- -
|
|
15
|
+
<!-- -PHCDEV- Topbar - Navigation Header -->
|
|
16
16
|
|
|
17
|
-
<!-- -
|
|
17
|
+
<!-- -PHCDEV- Topbar - Navigation Main -->
|
|
18
18
|
<% if current_user %>
|
|
19
19
|
<div class="navbar-nav">
|
|
20
20
|
<div class="navbar-item navbar-user dropdown">
|
|
@@ -38,4 +38,4 @@
|
|
|
38
38
|
<% end %>
|
|
39
39
|
|
|
40
40
|
</div>
|
|
41
|
-
<!-- -
|
|
41
|
+
<!-- -PHCDEV- Topbar - Navigation Main -->
|
data/app/views/layouts/phcdevworks_core_modules/components/backend/sidebars/_side_menu.html.erb
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
<!-- -
|
|
1
|
+
<!-- -PHCDEV- Page Container - Sidebar -->
|
|
2
2
|
<div class="app-sidebar-content" data-scrollbar="true" data-height="100%">
|
|
3
3
|
<div class="menu">
|
|
4
4
|
|
|
5
|
-
<!-- -
|
|
5
|
+
<!-- -PHCDEV- Page Container - Sidebar - Profile -->
|
|
6
6
|
<div class="menu-profile">
|
|
7
7
|
<% if current_user %>
|
|
8
8
|
<a href="javascript:;" class="menu-profile-link" data-toggle="app-sidebar-profile" data-target="#appSidebarProfileMenu">
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
</a>
|
|
23
23
|
<% end %>
|
|
24
24
|
</div>
|
|
25
|
-
<!-- -
|
|
25
|
+
<!-- -PHCDEV- Page Container - Sidebar - Profile -->
|
|
26
26
|
|
|
27
|
-
<!-- -
|
|
27
|
+
<!-- -PHCDEV- Page Container - Sidebar - Profile - Menu -->
|
|
28
28
|
<div id="appSidebarProfileMenu" class="collapse">
|
|
29
29
|
<div class="menu-item pt-5px">
|
|
30
30
|
<%= link_to phcdevworks_accounts_devise.edit_user_registration_path, class: "menu-link" do %>
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
</div>
|
|
39
39
|
<div class="menu-divider m-0"></div>
|
|
40
40
|
</div>
|
|
41
|
-
<!-- -
|
|
41
|
+
<!-- -PHCDEV- Page Container - Sidebar - Profile - Menu -->
|
|
42
42
|
|
|
43
|
-
<!-- -
|
|
43
|
+
<!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCMembers -->
|
|
44
44
|
<% if defined?phcdevworks_members %>
|
|
45
45
|
<div class="menu-header">PHCMembers</div>
|
|
46
46
|
<div class="menu-item has-sub">
|
|
@@ -89,9 +89,9 @@
|
|
|
89
89
|
</div>
|
|
90
90
|
</div>
|
|
91
91
|
<% end %>
|
|
92
|
-
<!-- -
|
|
92
|
+
<!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCMembers -->
|
|
93
93
|
|
|
94
|
-
<!-- -
|
|
94
|
+
<!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCPress -->
|
|
95
95
|
<% if defined?phcdevworks_press %>
|
|
96
96
|
<div class="menu-header">PHCPress</div>
|
|
97
97
|
<div class="menu-item has-sub">
|
|
@@ -122,9 +122,9 @@
|
|
|
122
122
|
</div>
|
|
123
123
|
</div>
|
|
124
124
|
<% end %>
|
|
125
|
-
<!-- -
|
|
125
|
+
<!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCPress -->
|
|
126
126
|
|
|
127
|
-
<!-- -
|
|
127
|
+
<!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCPortfolio -->
|
|
128
128
|
<% if defined?phcdevworks_portfolio %>
|
|
129
129
|
<div class="menu-header">PHCPortfolio</div>
|
|
130
130
|
<div class="menu-item has-sub">
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
<% end %>
|
|
165
165
|
</div>
|
|
166
166
|
<div class="menu-item <%= phc_menu_active_action_controller("phcdevworks_portfolio/project/types", "New") %>">
|
|
167
|
-
<%= link_to
|
|
167
|
+
<%= link_to phcdevworks_portfolio.new_project_type_path, class: "menu-link" do %>
|
|
168
168
|
<div class="menu-text">Add a New Project Type</div>
|
|
169
169
|
<% end %>
|
|
170
170
|
</div>
|
|
@@ -173,9 +173,9 @@
|
|
|
173
173
|
</div>
|
|
174
174
|
</div>
|
|
175
175
|
<% end %>
|
|
176
|
-
<!-- -
|
|
176
|
+
<!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCPortfolio -->
|
|
177
177
|
|
|
178
|
-
<!-- -
|
|
178
|
+
<!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCRealEstate -->
|
|
179
179
|
<% if defined?phcdevworks_real_estate %>
|
|
180
180
|
<div class="menu-header">PHCRealEstate</div>
|
|
181
181
|
<div class="menu-item has-sub">
|
|
@@ -224,9 +224,9 @@
|
|
|
224
224
|
</div>
|
|
225
225
|
</div>
|
|
226
226
|
<% end %>
|
|
227
|
-
<!-- -
|
|
227
|
+
<!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCRealEstate -->
|
|
228
228
|
|
|
229
|
-
<!-- -
|
|
229
|
+
<!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCScripts -->
|
|
230
230
|
<% if defined?phcdevworks_scripts %>
|
|
231
231
|
<div class="menu-header">PHCScripts</div>
|
|
232
232
|
<div class="menu-item has-sub">
|
|
@@ -298,9 +298,9 @@
|
|
|
298
298
|
</div>
|
|
299
299
|
</div>
|
|
300
300
|
<% end %>
|
|
301
|
-
<!-- -
|
|
301
|
+
<!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCScripts -->
|
|
302
302
|
|
|
303
|
-
<!-- -
|
|
303
|
+
<!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCTutorials -->
|
|
304
304
|
<% if defined?phcdevworks_tutorials %>
|
|
305
305
|
<div class="menu-header">PHCTutorials</div>
|
|
306
306
|
<div class="menu-item has-sub">
|
|
@@ -349,9 +349,9 @@
|
|
|
349
349
|
</div>
|
|
350
350
|
</div>
|
|
351
351
|
<% end %>
|
|
352
|
-
<!-- -
|
|
352
|
+
<!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCTutorials -->
|
|
353
353
|
|
|
354
|
-
<!-- -
|
|
354
|
+
<!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCCoreModules -->
|
|
355
355
|
<% if defined?phcdevworks_core_modules %>
|
|
356
356
|
<div class="menu-header">Categories</div>
|
|
357
357
|
<div class="menu-item has-sub">
|
|
@@ -437,9 +437,9 @@
|
|
|
437
437
|
</div>
|
|
438
438
|
</div>
|
|
439
439
|
<% end %>
|
|
440
|
-
<!-- -
|
|
440
|
+
<!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCCoreModules -->
|
|
441
441
|
|
|
442
|
-
<!-- -
|
|
442
|
+
<!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCAccounts -->
|
|
443
443
|
|
|
444
444
|
<% if defined?phcdevworks_accounts_stripe and current_user.admin? %>
|
|
445
445
|
<div class="menu-header">Subscription Administration</div>
|
|
@@ -522,8 +522,8 @@
|
|
|
522
522
|
</div>
|
|
523
523
|
</div>
|
|
524
524
|
<% end %>
|
|
525
|
-
<!-- -
|
|
525
|
+
<!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCAccounts -->
|
|
526
526
|
|
|
527
527
|
</div>
|
|
528
528
|
</div>
|
|
529
|
-
<!-- -
|
|
529
|
+
<!-- -PHCDEV- Page Container - Sidebar -->
|
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
<!-- -
|
|
1
|
+
<!-- -PHCDEV- Title Variables -->
|
|
2
2
|
<% phc_title "Affiliate Manager" %>
|
|
3
3
|
<% phc_title_tagline "Update Affiliate Link" %>
|
|
4
4
|
<% phc_breadcrumb_one yield(:phc_title_tagline) %>
|
|
5
5
|
<% phc_breadcrumb_two link_to "Affiliate Link Index", phcdevworks_core_modules.affiliate_links_path %>
|
|
6
|
-
<!-- -
|
|
6
|
+
<!-- -PHCDEV- Title Variables -->
|
|
7
7
|
|
|
8
|
-
<!-- -
|
|
8
|
+
<!-- -PHCDEV- Bradcrumbs -->
|
|
9
9
|
<ol class="breadcrumb float-xl-end">
|
|
10
10
|
<li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
|
|
11
11
|
<li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_two) %></li>
|
|
12
12
|
</ol>
|
|
13
|
-
<!-- -
|
|
13
|
+
<!-- -PHCDEV- Bradcrumbs -->
|
|
14
14
|
|
|
15
|
-
<!-- -
|
|
15
|
+
<!-- -PHCDEV- Header -->
|
|
16
16
|
<h1 class="page-header"><%= yield(:phc_title) %></h1>
|
|
17
|
-
<!-- -
|
|
17
|
+
<!-- -PHCDEV- Header -->
|
|
18
18
|
|
|
19
|
-
<!-- -
|
|
19
|
+
<!-- -PHCDEV- Panel -->
|
|
20
20
|
<div class="panel panel-inverse">
|
|
21
21
|
|
|
22
|
-
<!-- -
|
|
22
|
+
<!-- -PHCDEV- Panel - Heading -->
|
|
23
23
|
<div class="panel-heading">
|
|
24
24
|
<h4 class="panel-title"><%= yield(:phc_title) %></h4>
|
|
25
25
|
</div>
|
|
26
|
-
<!-- -
|
|
26
|
+
<!-- -PHCDEV- Panel - Heading -->
|
|
27
27
|
|
|
28
|
-
<!-- -
|
|
28
|
+
<!-- -PHCDEV- Panel - Body -->
|
|
29
29
|
<div class="panel-body">
|
|
30
30
|
|
|
31
|
-
<!-- -
|
|
31
|
+
<!-- -PHCDEV- Edit Form -->
|
|
32
32
|
<%= render 'form', affiliate_link: @affiliate_link %>
|
|
33
|
-
<!-- -
|
|
33
|
+
<!-- -PHCDEV- Edit Form -->
|
|
34
34
|
|
|
35
35
|
</div>
|
|
36
|
-
<!-- -
|
|
36
|
+
<!-- -PHCDEV- Panel - Body -->
|
|
37
37
|
|
|
38
38
|
</div>
|
|
39
|
-
<!-- -
|
|
39
|
+
<!-- -PHCDEV- Panel -->
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
<!-- -
|
|
1
|
+
<!-- -PHCDEV- Title Variables -->
|
|
2
2
|
<% phc_title "Marketing Manager" %>
|
|
3
3
|
<% phc_title_tagline "Affiliate Links" %>
|
|
4
4
|
<% phc_breadcrumb_one yield(:phc_title_tagline) %>
|
|
5
5
|
<% phc_breadcrumb_two link_to "Affiliate Link Index", phcdevworks_core_modules.affiliate_links_path %>
|
|
6
|
-
<!-- -
|
|
6
|
+
<!-- -PHCDEV- Title Variables -->
|
|
7
7
|
|
|
8
|
-
<!-- -
|
|
8
|
+
<!-- -PHCDEV- Bradcrumbs -->
|
|
9
9
|
<ol class="breadcrumb float-xl-end">
|
|
10
10
|
<li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
|
|
11
11
|
<li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_two) %></li>
|
|
12
12
|
</ol>
|
|
13
|
-
<!-- -
|
|
13
|
+
<!-- -PHCDEV- Bradcrumbs -->
|
|
14
14
|
|
|
15
|
-
<!-- -
|
|
15
|
+
<!-- -PHCDEV- Header -->
|
|
16
16
|
<h1 class="page-header"><%= yield(:phc_title) %></h1>
|
|
17
|
-
<!-- -
|
|
17
|
+
<!-- -PHCDEV- Header -->
|
|
18
18
|
|
|
19
|
-
<!-- -
|
|
19
|
+
<!-- -PHCDEV- Panel -->
|
|
20
20
|
<div class="panel panel-inverse">
|
|
21
21
|
|
|
22
|
-
<!-- -
|
|
22
|
+
<!-- -PHCDEV- Panel - Heading -->
|
|
23
23
|
<div class="panel-heading">
|
|
24
24
|
<h4 class="panel-title"><%= yield(:phc_title) %> - <%= yield(:phc_title_tagline) %></h4>
|
|
25
25
|
</div>
|
|
26
|
-
<!-- -
|
|
26
|
+
<!-- -PHCDEV- Panel - Heading -->
|
|
27
27
|
|
|
28
|
-
<!-- -
|
|
28
|
+
<!-- -PHCDEV- Panel - Body -->
|
|
29
29
|
<div class="panel-body">
|
|
30
30
|
|
|
31
|
-
<!-- -
|
|
31
|
+
<!-- -PHCDEV- Index - Table -->
|
|
32
32
|
<div class="table-responsive">
|
|
33
33
|
<table class="table table-striped table-bordered">
|
|
34
34
|
|
|
@@ -62,17 +62,17 @@
|
|
|
62
62
|
|
|
63
63
|
</table>
|
|
64
64
|
</div>
|
|
65
|
-
<!-- -
|
|
65
|
+
<!-- -PHCDEV- Index - Table -->
|
|
66
66
|
|
|
67
|
-
<!-- -
|
|
67
|
+
<!-- -PHCDEV- New Button -->
|
|
68
68
|
<%= link_to phcdevworks_core_modules.new_affiliate_link_path, class: "btn btn-primary btn-sm" do %>
|
|
69
69
|
<i class="fad fa-plus-circle"></i>
|
|
70
70
|
Add a New Affiliate Link
|
|
71
71
|
<% end %>
|
|
72
|
-
<!-- -
|
|
72
|
+
<!-- -PHCDEV- New Button -->
|
|
73
73
|
|
|
74
74
|
</div>
|
|
75
|
-
<!-- -
|
|
75
|
+
<!-- -PHCDEV- Panel - Body -->
|
|
76
76
|
|
|
77
77
|
</div>
|
|
78
|
-
<!-- -
|
|
78
|
+
<!-- -PHCDEV- Panel -->
|
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
<!-- -
|
|
1
|
+
<!-- -PHCDEV- Title Variables -->
|
|
2
2
|
<% phc_title "Affiliate Manager" %>
|
|
3
3
|
<% phc_title_tagline "New Affiliate Link" %>
|
|
4
4
|
<% phc_breadcrumb_one yield(:phc_title_tagline) %>
|
|
5
5
|
<% phc_breadcrumb_two link_to "Affiliate Link Index", phcdevworks_core_modules.affiliate_links_path %>
|
|
6
|
-
<!-- -
|
|
6
|
+
<!-- -PHCDEV- Title Variables -->
|
|
7
7
|
|
|
8
|
-
<!-- -
|
|
8
|
+
<!-- -PHCDEV- Bradcrumbs -->
|
|
9
9
|
<ol class="breadcrumb float-xl-end">
|
|
10
10
|
<li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
|
|
11
11
|
<li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_two) %></li>
|
|
12
12
|
</ol>
|
|
13
|
-
<!-- -
|
|
13
|
+
<!-- -PHCDEV- Bradcrumbs -->
|
|
14
14
|
|
|
15
|
-
<!-- -
|
|
15
|
+
<!-- -PHCDEV- Header -->
|
|
16
16
|
<h1 class="page-header"><%= yield(:phc_title) %></h1>
|
|
17
|
-
<!-- -
|
|
17
|
+
<!-- -PHCDEV- Header -->
|
|
18
18
|
|
|
19
|
-
<!-- -
|
|
19
|
+
<!-- -PHCDEV- Panel -->
|
|
20
20
|
<div class="panel panel-inverse">
|
|
21
21
|
|
|
22
|
-
<!-- -
|
|
22
|
+
<!-- -PHCDEV- Panel - Heading -->
|
|
23
23
|
<div class="panel-heading">
|
|
24
24
|
<h4 class="panel-title"><%= yield(:phc_title) %></h4>
|
|
25
25
|
</div>
|
|
26
|
-
<!-- -
|
|
26
|
+
<!-- -PHCDEV- Panel - Heading -->
|
|
27
27
|
|
|
28
|
-
<!-- -
|
|
28
|
+
<!-- -PHCDEV- Panel - Body -->
|
|
29
29
|
<div class="panel-body">
|
|
30
30
|
|
|
31
|
-
<!-- -
|
|
31
|
+
<!-- -PHCDEV- Edit Form -->
|
|
32
32
|
<%= render 'form', affiliate_link: @affiliate_link %>
|
|
33
|
-
<!-- -
|
|
33
|
+
<!-- -PHCDEV- Edit Form -->
|
|
34
34
|
|
|
35
35
|
</div>
|
|
36
|
-
<!-- -
|
|
36
|
+
<!-- -PHCDEV- Panel - Body -->
|
|
37
37
|
|
|
38
38
|
</div>
|
|
39
|
-
<!-- -
|
|
39
|
+
<!-- -PHCDEV- Panel -->
|
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
<!-- -
|
|
1
|
+
<!-- -PHCDEV- Title Variables -->
|
|
2
2
|
<% phc_title "Marketing Manager" %>
|
|
3
3
|
<% phc_title_tagline "Update SEO Data" %>
|
|
4
4
|
<% phc_breadcrumb_one yield(:phc_title_tagline) %>
|
|
5
5
|
<% phc_breadcrumb_two link_to "SEO Data Index", phcdevworks_core_modules.marketing_optimizations_path %>
|
|
6
|
-
<!-- -
|
|
6
|
+
<!-- -PHCDEV- Title Variables -->
|
|
7
7
|
|
|
8
|
-
<!-- -
|
|
8
|
+
<!-- -PHCDEV- Bradcrumbs -->
|
|
9
9
|
<ol class="breadcrumb float-xl-end">
|
|
10
10
|
<li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
|
|
11
11
|
<li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_two) %></li>
|
|
12
12
|
</ol>
|
|
13
|
-
<!-- -
|
|
13
|
+
<!-- -PHCDEV- Bradcrumbs -->
|
|
14
14
|
|
|
15
|
-
<!-- -
|
|
15
|
+
<!-- -PHCDEV- Header -->
|
|
16
16
|
<h1 class="page-header"><%= yield(:phc_title) %></h1>
|
|
17
|
-
<!-- -
|
|
17
|
+
<!-- -PHCDEV- Header -->
|
|
18
18
|
|
|
19
|
-
<!-- -
|
|
19
|
+
<!-- -PHCDEV- Panel -->
|
|
20
20
|
<div class="panel panel-inverse">
|
|
21
21
|
|
|
22
|
-
<!-- -
|
|
22
|
+
<!-- -PHCDEV- Panel - Heading -->
|
|
23
23
|
<div class="panel-heading">
|
|
24
24
|
<h4 class="panel-title"><%= yield(:phc_title) %></h4>
|
|
25
25
|
</div>
|
|
26
|
-
<!-- -
|
|
26
|
+
<!-- -PHCDEV- Panel - Heading -->
|
|
27
27
|
|
|
28
|
-
<!-- -
|
|
28
|
+
<!-- -PHCDEV- Panel - Body -->
|
|
29
29
|
<div class="panel-body">
|
|
30
30
|
|
|
31
|
-
<!-- -
|
|
31
|
+
<!-- -PHCDEV- Edit Form -->
|
|
32
32
|
<%= render 'form', marketing_optimization: @marketing_optimization %>
|
|
33
|
-
<!-- -
|
|
33
|
+
<!-- -PHCDEV- Edit Form -->
|
|
34
34
|
|
|
35
35
|
</div>
|
|
36
|
-
<!-- -
|
|
36
|
+
<!-- -PHCDEV- Panel - Body -->
|
|
37
37
|
|
|
38
38
|
</div>
|
|
39
|
-
<!-- -
|
|
39
|
+
<!-- -PHCDEV- Panel -->
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
<!-- -
|
|
1
|
+
<!-- -PHCDEV- Title Variables -->
|
|
2
2
|
<% phc_title "Marketing Manager" %>
|
|
3
3
|
<% phc_title_tagline "SEO Data Index" %>
|
|
4
4
|
<% phc_breadcrumb_one yield(:phc_title_tagline) %>
|
|
5
5
|
<% phc_breadcrumb_two link_to "SEO Data Index", phcdevworks_core_modules.marketing_optimizations_path %>
|
|
6
|
-
<!-- -
|
|
6
|
+
<!-- -PHCDEV- Title Variables -->
|
|
7
7
|
|
|
8
|
-
<!-- -
|
|
8
|
+
<!-- -PHCDEV- Bradcrumbs -->
|
|
9
9
|
<ol class="breadcrumb float-xl-end">
|
|
10
10
|
<li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
|
|
11
11
|
<li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_two) %></li>
|
|
12
12
|
</ol>
|
|
13
|
-
<!-- -
|
|
13
|
+
<!-- -PHCDEV- Bradcrumbs -->
|
|
14
14
|
|
|
15
|
-
<!-- -
|
|
15
|
+
<!-- -PHCDEV- Header -->
|
|
16
16
|
<h1 class="page-header"><%= yield(:phc_title) %></h1>
|
|
17
|
-
<!-- -
|
|
17
|
+
<!-- -PHCDEV- Header -->
|
|
18
18
|
|
|
19
|
-
<!-- -
|
|
19
|
+
<!-- -PHCDEV- Panel -->
|
|
20
20
|
<div class="panel panel-inverse">
|
|
21
21
|
|
|
22
|
-
<!-- -
|
|
22
|
+
<!-- -PHCDEV- Panel - Heading -->
|
|
23
23
|
<div class="panel-heading">
|
|
24
24
|
<h4 class="panel-title"><%= yield(:phc_title) %> - <%= yield(:phc_title_tagline) %></h4>
|
|
25
25
|
</div>
|
|
26
|
-
<!-- -
|
|
26
|
+
<!-- -PHCDEV- Panel - Heading -->
|
|
27
27
|
|
|
28
|
-
<!-- -
|
|
28
|
+
<!-- -PHCDEV- Panel - Body -->
|
|
29
29
|
<div class="panel-body">
|
|
30
30
|
|
|
31
|
-
<!-- -
|
|
31
|
+
<!-- -PHCDEV- Index - Table -->
|
|
32
32
|
<div class="table-responsive">
|
|
33
33
|
<table class="table table-striped table-bordered">
|
|
34
34
|
|
|
@@ -64,17 +64,17 @@
|
|
|
64
64
|
|
|
65
65
|
</table>
|
|
66
66
|
</div>
|
|
67
|
-
<!-- -
|
|
67
|
+
<!-- -PHCDEV- Index - Table -->
|
|
68
68
|
|
|
69
|
-
<!-- -
|
|
69
|
+
<!-- -PHCDEV- New Button -->
|
|
70
70
|
<%= link_to phcdevworks_core_modules.new_marketing_optimization_path, class: "btn btn-primary btn-sm" do %>
|
|
71
71
|
<i class="fad fa-plus-circle"></i>
|
|
72
72
|
Add a SEO Data for a Post
|
|
73
73
|
<% end %>
|
|
74
|
-
<!-- -
|
|
74
|
+
<!-- -PHCDEV- New Button -->
|
|
75
75
|
|
|
76
76
|
</div>
|
|
77
|
-
<!-- -
|
|
77
|
+
<!-- -PHCDEV- Panel - Body -->
|
|
78
78
|
|
|
79
79
|
</div>
|
|
80
|
-
<!-- -
|
|
80
|
+
<!-- -PHCDEV- Panel -->
|
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
<!-- -
|
|
1
|
+
<!-- -PHCDEV- Title Variables -->
|
|
2
2
|
<% phc_title "Marketing Manager" %>
|
|
3
3
|
<% phc_title_tagline "Add New SEO Data" %>
|
|
4
4
|
<% phc_breadcrumb_one yield(:phc_title_tagline) %>
|
|
5
5
|
<% phc_breadcrumb_two link_to "SEO Data Index", phcdevworks_core_modules.marketing_optimizations_path %>
|
|
6
|
-
<!-- -
|
|
6
|
+
<!-- -PHCDEV- Title Variables -->
|
|
7
7
|
|
|
8
|
-
<!-- -
|
|
8
|
+
<!-- -PHCDEV- Bradcrumbs -->
|
|
9
9
|
<ol class="breadcrumb float-xl-end">
|
|
10
10
|
<li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
|
|
11
11
|
<li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_two) %></li>
|
|
12
12
|
</ol>
|
|
13
|
-
<!-- -
|
|
13
|
+
<!-- -PHCDEV- Bradcrumbs -->
|
|
14
14
|
|
|
15
|
-
<!-- -
|
|
15
|
+
<!-- -PHCDEV- Header -->
|
|
16
16
|
<h1 class="page-header"><%= yield(:phc_title) %></h1>
|
|
17
|
-
<!-- -
|
|
17
|
+
<!-- -PHCDEV- Header -->
|
|
18
18
|
|
|
19
|
-
<!-- -
|
|
19
|
+
<!-- -PHCDEV- Panel -->
|
|
20
20
|
<div class="panel panel-inverse">
|
|
21
21
|
|
|
22
|
-
<!-- -
|
|
22
|
+
<!-- -PHCDEV- Panel - Heading -->
|
|
23
23
|
<div class="panel-heading">
|
|
24
24
|
<h4 class="panel-title"><%= yield(:phc_title) %></h4>
|
|
25
25
|
</div>
|
|
26
|
-
<!-- -
|
|
26
|
+
<!-- -PHCDEV- Panel - Heading -->
|
|
27
27
|
|
|
28
|
-
<!-- -
|
|
28
|
+
<!-- -PHCDEV- Panel - Body -->
|
|
29
29
|
<div class="panel-body">
|
|
30
30
|
|
|
31
|
-
<!-- -
|
|
31
|
+
<!-- -PHCDEV- New Form -->
|
|
32
32
|
<%= render 'form', marketing_optimization: @marketing_optimization %>
|
|
33
|
-
<!-- -
|
|
33
|
+
<!-- -PHCDEV- Edit Form -->
|
|
34
34
|
|
|
35
35
|
</div>
|
|
36
|
-
<!-- -
|
|
36
|
+
<!-- -PHCDEV- Panel - Body -->
|
|
37
37
|
|
|
38
38
|
</div>
|
|
39
|
-
<!-- -
|
|
39
|
+
<!-- -PHCDEV- Panel -->
|
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
<!-- -
|
|
1
|
+
<!-- -PHCDEV- Title Variables -->
|
|
2
2
|
<% phc_title "Category Manager" %>
|
|
3
3
|
<% phc_title_tagline "Update Category" %>
|
|
4
4
|
<% phc_breadcrumb_one yield(:phc_title_tagline) %>
|
|
5
5
|
<% phc_breadcrumb_two link_to "Category Index", phcdevworks_core_modules.post_categories_path %>
|
|
6
|
-
<!-- -
|
|
6
|
+
<!-- -PHCDEV- Title Variables -->
|
|
7
7
|
|
|
8
|
-
<!-- -
|
|
8
|
+
<!-- -PHCDEV- Bradcrumbs -->
|
|
9
9
|
<ol class="breadcrumb float-xl-end">
|
|
10
10
|
<li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
|
|
11
11
|
<li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_two) %></li>
|
|
12
12
|
</ol>
|
|
13
|
-
<!-- -
|
|
13
|
+
<!-- -PHCDEV- Bradcrumbs -->
|
|
14
14
|
|
|
15
|
-
<!-- -
|
|
15
|
+
<!-- -PHCDEV- Header -->
|
|
16
16
|
<h1 class="page-header"><%= yield(:phc_title) %></h1>
|
|
17
|
-
<!-- -
|
|
17
|
+
<!-- -PHCDEV- Header -->
|
|
18
18
|
|
|
19
|
-
<!-- -
|
|
19
|
+
<!-- -PHCDEV- Panel -->
|
|
20
20
|
<div class="panel panel-inverse">
|
|
21
21
|
|
|
22
|
-
<!-- -
|
|
22
|
+
<!-- -PHCDEV- Panel - Heading -->
|
|
23
23
|
<div class="panel-heading">
|
|
24
24
|
<h4 class="panel-title"><%= yield(:phc_title) %></h4>
|
|
25
25
|
</div>
|
|
26
|
-
<!-- -
|
|
26
|
+
<!-- -PHCDEV- Panel - Heading -->
|
|
27
27
|
|
|
28
|
-
<!-- -
|
|
28
|
+
<!-- -PHCDEV- Panel - Body -->
|
|
29
29
|
<div class="panel-body">
|
|
30
30
|
|
|
31
|
-
<!-- -
|
|
31
|
+
<!-- -PHCDEV- Edit Form -->
|
|
32
32
|
<%= render 'form', post_category: @post_category %>
|
|
33
|
-
<!-- -
|
|
33
|
+
<!-- -PHCDEV- Edit Form -->
|
|
34
34
|
|
|
35
35
|
</div>
|
|
36
|
-
<!-- -
|
|
36
|
+
<!-- -PHCDEV- Panel - Body -->
|
|
37
37
|
|
|
38
38
|
</div>
|
|
39
|
-
<!-- -
|
|
39
|
+
<!-- -PHCDEV- Panel -->
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
<!-- -
|
|
1
|
+
<!-- -PHCDEV- Title Variables -->
|
|
2
2
|
<% phc_title "Category Manager" %>
|
|
3
3
|
<% phc_title_tagline "Category Index" %>
|
|
4
4
|
<% phc_breadcrumb_one yield(:phc_title_tagline) %>
|
|
5
5
|
<% phc_breadcrumb_two link_to "Category Index", phcdevworks_core_modules.post_categories_path %>
|
|
6
|
-
<!-- -
|
|
6
|
+
<!-- -PHCDEV- Title Variables -->
|
|
7
7
|
|
|
8
|
-
<!-- -
|
|
8
|
+
<!-- -PHCDEV- Bradcrumbs -->
|
|
9
9
|
<ol class="breadcrumb float-xl-end">
|
|
10
10
|
<li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
|
|
11
11
|
<li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_two) %></li>
|
|
12
12
|
</ol>
|
|
13
|
-
<!-- -
|
|
13
|
+
<!-- -PHCDEV- Bradcrumbs -->
|
|
14
14
|
|
|
15
|
-
<!-- -
|
|
15
|
+
<!-- -PHCDEV- Header -->
|
|
16
16
|
<h1 class="page-header"><%= yield(:phc_title) %></h1>
|
|
17
|
-
<!-- -
|
|
17
|
+
<!-- -PHCDEV- Header -->
|
|
18
18
|
|
|
19
|
-
<!-- -
|
|
19
|
+
<!-- -PHCDEV- Panel -->
|
|
20
20
|
<div class="panel panel-inverse">
|
|
21
21
|
|
|
22
|
-
<!-- -
|
|
22
|
+
<!-- -PHCDEV- Panel - Heading -->
|
|
23
23
|
<div class="panel-heading">
|
|
24
24
|
<h4 class="panel-title"><%= yield(:phc_title) %></h4>
|
|
25
25
|
</div>
|
|
26
|
-
<!-- -
|
|
26
|
+
<!-- -PHCDEV- Panel - Heading -->
|
|
27
27
|
|
|
28
|
-
<!-- -
|
|
28
|
+
<!-- -PHCDEV- Panel - Body -->
|
|
29
29
|
<div class="panel-body">
|
|
30
30
|
|
|
31
|
-
<!-- -
|
|
31
|
+
<!-- -PHCDEV- Index - Table -->
|
|
32
32
|
<div class="table-responsive">
|
|
33
33
|
<table class="table table-striped table-bordered">
|
|
34
34
|
|
|
@@ -56,17 +56,17 @@
|
|
|
56
56
|
|
|
57
57
|
</table>
|
|
58
58
|
</div>
|
|
59
|
-
<!-- -
|
|
59
|
+
<!-- -PHCDEV- Index - Table -->
|
|
60
60
|
|
|
61
|
-
<!-- -
|
|
61
|
+
<!-- -PHCDEV- New Button -->
|
|
62
62
|
<%= link_to phcdevworks_core_modules.new_post_category_path, class: "btn btn-primary btn-sm" do %>
|
|
63
63
|
<i class="fad fa-plus-circle"></i>
|
|
64
64
|
Add a New Category
|
|
65
65
|
<% end %>
|
|
66
|
-
<!-- -
|
|
66
|
+
<!-- -PHCDEV- New Button -->
|
|
67
67
|
|
|
68
68
|
</div>
|
|
69
|
-
<!-- -
|
|
69
|
+
<!-- -PHCDEV- Panel - Body -->
|
|
70
70
|
|
|
71
71
|
</div>
|
|
72
|
-
<!-- -
|
|
72
|
+
<!-- -PHCDEV- Panel -->
|
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
<!-- -
|
|
1
|
+
<!-- -PHCDEV- Title Variables -->
|
|
2
2
|
<% phc_title "Category Manager" %>
|
|
3
3
|
<% phc_title_tagline "Add a New Category" %>
|
|
4
4
|
<% phc_breadcrumb_one yield(:phc_title_tagline) %>
|
|
5
5
|
<% phc_breadcrumb_two link_to "Category Index", phcdevworks_core_modules.post_categories_path %>
|
|
6
|
-
<!-- -
|
|
6
|
+
<!-- -PHCDEV- Title Variables -->
|
|
7
7
|
|
|
8
|
-
<!-- -
|
|
8
|
+
<!-- -PHCDEV- Bradcrumbs -->
|
|
9
9
|
<ol class="breadcrumb float-xl-end">
|
|
10
10
|
<li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
|
|
11
11
|
<li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_two) %></li>
|
|
12
12
|
</ol>
|
|
13
|
-
<!-- -
|
|
13
|
+
<!-- -PHCDEV- Bradcrumbs -->
|
|
14
14
|
|
|
15
|
-
<!-- -
|
|
15
|
+
<!-- -PHCDEV- Header -->
|
|
16
16
|
<h1 class="page-header"><%= yield(:phc_title) %></h1>
|
|
17
|
-
<!-- -
|
|
17
|
+
<!-- -PHCDEV- Header -->
|
|
18
18
|
|
|
19
|
-
<!-- -
|
|
19
|
+
<!-- -PHCDEV- Panel -->
|
|
20
20
|
<div class="panel panel-inverse">
|
|
21
21
|
|
|
22
|
-
<!-- -
|
|
22
|
+
<!-- -PHCDEV- Panel - Heading -->
|
|
23
23
|
<div class="panel-heading">
|
|
24
24
|
<h4 class="panel-title"><%= yield(:phc_title) %></h4>
|
|
25
25
|
</div>
|
|
26
|
-
<!-- -
|
|
26
|
+
<!-- -PHCDEV- Panel - Heading -->
|
|
27
27
|
|
|
28
|
-
<!-- -
|
|
28
|
+
<!-- -PHCDEV- Panel - Body -->
|
|
29
29
|
<div class="panel-body">
|
|
30
30
|
|
|
31
|
-
<!-- -
|
|
31
|
+
<!-- -PHCDEV- New Form -->
|
|
32
32
|
<%= render 'form', post_category: @post_category %>
|
|
33
|
-
<!-- -
|
|
33
|
+
<!-- -PHCDEV- Edit Form -->
|
|
34
34
|
|
|
35
35
|
</div>
|
|
36
|
-
<!-- -
|
|
36
|
+
<!-- -PHCDEV- Panel - Body -->
|
|
37
37
|
|
|
38
38
|
</div>
|
|
39
|
-
<!-- -
|
|
39
|
+
<!-- -PHCDEV- Panel -->
|
data/config/spring.rb
ADDED
|
@@ -1,5 +1,44 @@
|
|
|
1
1
|
module PhcdevworksCoreModules
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
class Engine < ::Rails::Engine
|
|
3
|
+
|
|
4
|
+
# Load Main Dependencies
|
|
5
|
+
require "jbuilder"
|
|
6
|
+
require "paper_trail"
|
|
7
|
+
require "friendly_id"
|
|
8
|
+
|
|
9
|
+
# Load Theme Dependencies
|
|
10
|
+
require "phcthemes_admin_panel_pack"
|
|
11
|
+
require "phcthemes_web_theme_pack"
|
|
12
|
+
|
|
13
|
+
# Load Helper Dependencies
|
|
14
|
+
require "phcdevworks_core"
|
|
15
|
+
require "phcdevworks_active_menus"
|
|
16
|
+
require "phcdevworks_notifications"
|
|
17
|
+
require "phcdevworks_titleseo"
|
|
18
|
+
|
|
19
|
+
# Load Upload Dependencies
|
|
20
|
+
require "aws-sdk-s3"
|
|
21
|
+
require "google-cloud-storage"
|
|
22
|
+
require "mini_magick"
|
|
23
|
+
|
|
24
|
+
# Frontend Dependencies
|
|
25
|
+
require "wicked"
|
|
26
|
+
require "gravtastic"
|
|
27
|
+
require "friendly_id"
|
|
28
|
+
|
|
29
|
+
# Mailer Dependencies
|
|
30
|
+
require "mail_form"
|
|
31
|
+
|
|
32
|
+
# Engine Namespace
|
|
33
|
+
isolate_namespace PhcdevworksCoreModules
|
|
34
|
+
|
|
35
|
+
# Rspec Generators
|
|
36
|
+
config.generators do |g|
|
|
37
|
+
g.test_framework :rspec
|
|
38
|
+
g.fixture_replacement :factory_bot
|
|
39
|
+
g.factory_bot dir: 'spec/factories'
|
|
40
|
+
g.factory_bot suffix: "factory"
|
|
41
|
+
end
|
|
42
|
+
|
|
43
|
+
end
|
|
5
44
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: phcdevworks_core_modules
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 8.0.
|
|
4
|
+
version: 8.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- PHCDevworks
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-04-
|
|
11
|
+
date: 2022-04-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -342,6 +342,7 @@ files:
|
|
|
342
342
|
- app/views/phcdevworks_core_modules/post/categories/new.html.erb
|
|
343
343
|
- app/views/phcdevworks_core_modules/post/categories/show.html.erb
|
|
344
344
|
- config/routes.rb
|
|
345
|
+
- config/spring.rb
|
|
345
346
|
- db/migrate/20170517064427_create_phcdevworks_core_modules_post_category_versions.rb
|
|
346
347
|
- db/migrate/20200705223718_create_phcdevworks_core_modules_marketing_optimizations.rb
|
|
347
348
|
- db/migrate/20200705225433_create_phcdevworks_core_modules_marketing_optimization_versions.rb
|