thecore_ui_rails_admin 2.1.4 → 2.1.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (83) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/{rails_admin/custom/ui.js → thecore_ui_rails_admin/thecore_rails_admin.js} +2 -39
  3. data/app/assets/stylesheets/thecore_ui_rails_admin/animate.css +3458 -0
  4. data/app/assets/stylesheets/thecore_ui_rails_admin/apexcharts.scss +7 -0
  5. data/app/assets/stylesheets/thecore_ui_rails_admin/colors.scss +13 -0
  6. data/app/assets/stylesheets/thecore_ui_rails_admin/common.scss +43 -0
  7. data/app/assets/stylesheets/thecore_ui_rails_admin/devise.scss +241 -0
  8. data/app/assets/stylesheets/{rails_admin/custom → thecore_ui_rails_admin}/flashing.scss +3 -3
  9. data/app/assets/stylesheets/thecore_ui_rails_admin/mixins.scss +18 -0
  10. data/app/assets/stylesheets/{rails_admin/custom/theming.scss → thecore_ui_rails_admin/thecore.scss} +60 -53
  11. data/app/assets/stylesheets/thecore_ui_rails_admin/thecore_rails_admin.scss +27 -0
  12. data/app/assets/stylesheets/{rails_admin/custom → thecore_ui_rails_admin}/togglable-sidebar.scss +4 -26
  13. data/app/controllers/pages_controller.rb +43 -0
  14. data/app/helpers/devise_bootstrap_errors_helper.rb +20 -0
  15. data/app/helpers/thecore_helper.rb +54 -0
  16. data/app/views/layouts/rails_admin/_secondary_navigation.html.haml +1 -1
  17. data/app/views/layouts/rails_admin/_user_navigation.html.haml +2 -2
  18. data/app/views/layouts/rails_admin/application.html.haml +2 -2
  19. data/app/views/rails_admin/main/dashboard.html.haml +20 -7
  20. data/config/initializers/rails_admin.rb +32 -8
  21. data/config/initializers/thecore_concern.rb +6 -1
  22. data/config/initializers/thecore_ui_rails_admin_app_configs.rb +17 -0
  23. data/config/locales/thecore_settings.en.yml +31 -0
  24. data/config/locales/thecore_settings.it.yml +31 -0
  25. data/db/migrate/20161227101954_create_rails_admin_settings.rb +25 -0
  26. data/db/migrate/20161227101956_add_app_name.rb +5 -0
  27. data/lib/abilities/thecore_ui_rails_admin.rb +12 -0
  28. data/lib/concerns/rails_admin_requirements.rb +19 -0
  29. data/lib/concerns/thecore_rails_admin_bulk_delete_concern.rb +16 -0
  30. data/lib/concerns/thecore_rails_admin_export_concern.rb +16 -0
  31. data/lib/concerns/thecore_ui_rails_admin_permission.rb +32 -0
  32. data/lib/concerns/thecore_ui_rails_admin_role.rb +36 -0
  33. data/lib/concerns/thecore_ui_rails_admin_user.rb +75 -0
  34. data/lib/thecore_ui_rails_admin.rb +18 -3
  35. data/lib/thecore_ui_rails_admin/engine.rb +0 -7
  36. data/lib/thecore_ui_rails_admin/version.rb +1 -1
  37. metadata +112 -52
  38. data/app/assets/javascripts/rails_admin/custom/ckeditor_ajax.js.coffee +0 -7
  39. data/app/assets/javascripts/rails_admin/custom/timer.js +0 -135
  40. data/app/views/contact_mailer/contact_message.html.erb +0 -5
  41. data/app/views/devise/confirmations/new.html.erb +0 -16
  42. data/app/views/devise/mailer/confirmation_instructions.html.erb +0 -5
  43. data/app/views/devise/mailer/password_change.html.erb +0 -5
  44. data/app/views/devise/mailer/reset_password_instructions.html.erb +0 -8
  45. data/app/views/devise/mailer/unlock_instructions.html.erb +0 -7
  46. data/app/views/devise/menu/_login_items.html.erb +0 -7
  47. data/app/views/devise/passwords/edit.html.erb +0 -25
  48. data/app/views/devise/passwords/new.html.erb +0 -18
  49. data/app/views/devise/registrations/edit.html.erb +0 -45
  50. data/app/views/devise/registrations/new.html.erb +0 -29
  51. data/app/views/devise/sessions/new.html.erb +0 -28
  52. data/app/views/devise/shared/_links.html.erb +0 -25
  53. data/app/views/devise/unlocks/new.html.erb +0 -16
  54. data/app/views/home/index.html.erb +0 -5
  55. data/app/views/kaminari/_first_page.html.erb +0 -3
  56. data/app/views/kaminari/_gap.html.erb +0 -3
  57. data/app/views/kaminari/_last_page.html.erb +0 -3
  58. data/app/views/kaminari/_next_page.html.erb +0 -3
  59. data/app/views/kaminari/_page.html.erb +0 -9
  60. data/app/views/kaminari/_paginator.html.erb +0 -15
  61. data/app/views/kaminari/_prev_page.html.erb +0 -3
  62. data/app/views/layouts/_footer.html.erb +0 -3
  63. data/app/views/layouts/_messages.html.erb +0 -9
  64. data/app/views/layouts/_navigation.html.erb +0 -20
  65. data/app/views/layouts/_navigation_links.html.erb +0 -7
  66. data/app/views/layouts/mailer.html.erb +0 -6
  67. data/app/views/layouts/mailer.text.erb +0 -1
  68. data/app/views/layouts/thecore.html.erb +0 -42
  69. data/app/views/pages/contact.html.erb +0 -54
  70. data/app/views/pages/home.html.erb +0 -2
  71. data/app/views/pages/inside.html.erb +0 -4
  72. data/app/views/users/confirmations/new.html.erb +0 -16
  73. data/app/views/users/mailer/confirmation_instructions.html.erb +0 -5
  74. data/app/views/users/mailer/password_change.html.erb +0 -3
  75. data/app/views/users/mailer/reset_password_instructions.html.erb +0 -8
  76. data/app/views/users/mailer/unlock_instructions.html.erb +0 -7
  77. data/app/views/users/passwords/edit.html.erb +0 -19
  78. data/app/views/users/passwords/new.html.erb +0 -15
  79. data/app/views/users/registrations/edit.html.erb +0 -27
  80. data/app/views/users/registrations/new.html.erb +0 -17
  81. data/app/views/users/sessions/new.html.erb +0 -37
  82. data/app/views/users/shared/_links.html.erb +0 -26
  83. data/app/views/users/unlocks/new.html.erb +0 -16
@@ -0,0 +1,5 @@
1
+ class AddAppName < ActiveRecord::Migration[5.0]
2
+ def change
3
+ Settings.app_name = "The Core by Gabriele Tassoni"
4
+ end
5
+ end
@@ -0,0 +1,12 @@
1
+ module Abilities
2
+ class ThecoreUiRailsAdmin
3
+ include CanCan::Ability
4
+ def initialize user
5
+ # No one is allowed to add or destroy settings
6
+ # just list or edit existing
7
+ cannot :create, RailsAdminSettings::Setting
8
+ cannot :destroy, RailsAdminSettings::Setting
9
+ cannot :show, RailsAdminSettings::Setting
10
+ end
11
+ end
12
+ end
@@ -0,0 +1,19 @@
1
+ module RailsAdminSettings
2
+ module RailsAdminExtensionConfig
3
+ def self.included(base)
4
+ # IMPORTANT: To extend rails admin section in model, directly, instead of using concerns, I can
5
+ # extend the included method. Be sure to use a different module name, otherwis it will be overwritten
6
+ # See thecore_settings_rails_admin_model_extensions.rb initializer for a reference
7
+ # on how to extend rails_admin section of a model previously defined (say it's defined in another gem)
8
+ if base.respond_to?(:rails_admin)
9
+ base.rails_admin do
10
+ navigation_icon 'fa fa-cogs'
11
+ end
12
+ end
13
+
14
+ def display_name
15
+ "#{I18n.t "settings.namespaces.#{ns}", default: ns.titleize}: #{I18n.t "settings.names.#{name}", default: name.titleize}"
16
+ end
17
+ end
18
+ end
19
+ end
@@ -0,0 +1,16 @@
1
+ require 'active_support/concern'
2
+
3
+ module BulkDeleteConcern
4
+ extend ActiveSupport::Concern
5
+ included do
6
+ # Should the action be visible
7
+ # Edit By taris, it shows the button only if there are records displayed
8
+ register_instance_option :visible? do
9
+ # If not in index, then return true,
10
+ # otherwise it wont' be added to the list
11
+ # of all Actions during rails initialization
12
+ # In index, instead, I show it only if there are records in the current view
13
+ bindings[:controller].action_name == "index" ? (authorized? && !bindings[:controller].instance_variable_get("@objects").blank?) : true
14
+ end
15
+ end
16
+ end
@@ -0,0 +1,16 @@
1
+ require 'active_support/concern'
2
+
3
+ module ExportConcern
4
+ extend ActiveSupport::Concern
5
+ included do
6
+ # Should the action be visible
7
+ # Edit By taris, it shows the button only if there are records displayed
8
+ register_instance_option :visible? do
9
+ # If not in index, then return true,
10
+ # otherwise it wont' be added to the list
11
+ # of all Actions during rails initialization
12
+ # In index, instead, I show it only if there are records in the current view
13
+ bindings[:controller].action_name == "index" ? (authorized? && !bindings[:controller].instance_variable_get("@objects").blank?) : true
14
+ end
15
+ end
16
+ end
@@ -0,0 +1,32 @@
1
+ require 'active_support/concern'
2
+
3
+ module ThecoreUiRailsAdminPermission
4
+ extend ActiveSupport::Concern
5
+
6
+ included do
7
+
8
+ rails_admin do
9
+ field :predicate
10
+ field :action
11
+ field :target
12
+ list do
13
+ field :created_at
14
+ exclude_fields :lock_version
15
+ end
16
+ show do
17
+ exclude_fields :id
18
+ exclude_fields :lock_version
19
+ end
20
+ create do
21
+ field :lock_version, :hidden do
22
+ visible true
23
+ end
24
+ end
25
+ edit do
26
+ field :lock_version, :hidden do
27
+ visible true
28
+ end
29
+ end
30
+ end
31
+ end
32
+ end
@@ -0,0 +1,36 @@
1
+ require 'active_support/concern'
2
+
3
+ module ThecoreUiRailsAdminRole
4
+ extend ActiveSupport::Concern
5
+
6
+ included do
7
+
8
+ rails_admin do
9
+ navigation_label I18n.t("admin.settings.label")
10
+ navigation_icon 'fa fa-group'
11
+ desc I18n.t("activerecord.descriptions.role")
12
+
13
+ field :name
14
+ field :permissions, :selectize
15
+ list do
16
+ field :created_at
17
+ exclude_fields :lock_version
18
+ end
19
+ show do
20
+ exclude_fields :id
21
+ exclude_fields :lock_version
22
+ end
23
+ create do
24
+ field :lock_version, :hidden do
25
+ visible true
26
+ end
27
+ # include UserRailsAdminCreateConcern
28
+ end
29
+ edit do
30
+ field :lock_version, :hidden do
31
+ visible true
32
+ end
33
+ end
34
+ end
35
+ end
36
+ end
@@ -0,0 +1,75 @@
1
+ require 'active_support/concern'
2
+
3
+ module ThecoreUiRailsAdminUser
4
+ extend ActiveSupport::Concern
5
+
6
+ included do
7
+
8
+ rails_admin do
9
+ # rails_admin do
10
+ navigation_label I18n.t("admin.settings.label")
11
+ navigation_icon 'fa fa-user-circle'
12
+ desc I18n.t("activerecord.descriptions.user")
13
+
14
+ # Field present Everywhere
15
+ field :email do
16
+ required true
17
+ end
18
+ field :username do
19
+ required true
20
+ end
21
+ field :admin do
22
+ visible do
23
+ bindings[:view].current_user.admin? && bindings[:view].current_user.id != bindings[:object].id
24
+ end
25
+ end
26
+ field :locked do
27
+ visible do
28
+ bindings[:view].current_user.admin? && bindings[:view].current_user.id != bindings[:object].id
29
+ end
30
+ end
31
+ field :roles, :selectize
32
+ # include UserRailsAdminConcern
33
+
34
+ # Fields only in lists and forms
35
+ list do
36
+ field :created_at
37
+ configure :email do
38
+ visible false
39
+ end
40
+ exclude_fields :lock_version
41
+ # include UserRailsAdminListConcern
42
+ end
43
+ show do
44
+ #exclude_fields :id
45
+ exclude_fields :lock_version
46
+ end
47
+ create do
48
+ field :password do
49
+ required true
50
+ end
51
+ field :password_confirmation do
52
+ required true
53
+ end
54
+ field :lock_version, :hidden do
55
+ visible true
56
+ end
57
+ # include UserRailsAdminCreateConcern
58
+ end
59
+ edit do
60
+ field :password do
61
+ required false
62
+ end
63
+ field :password_confirmation do
64
+ required false
65
+ end
66
+
67
+ field :lock_version, :hidden do
68
+ visible true
69
+ end
70
+ # include UserRailsAdminEditConcern
71
+
72
+ end
73
+ end
74
+ end
75
+ end
@@ -1,15 +1,30 @@
1
- require "thecore_ui_rails_admin/engine"
2
-
3
1
  require 'thecore_ui_commons'
4
2
  # Rails Admin
5
3
  ENV['RAILS_ADMIN_THEME'] ||= 'rollincode'
6
4
  require 'rails_admin_rollincode'
7
5
  require 'rails_admin'
8
6
  require 'rails_admin-i18n'
7
+ require 'safe_yaml'
9
8
  require 'rails_admin_toggleable'
9
+ require 'rails_admin_settings'
10
+ require 'rails_admin_selectize'
11
+ require 'concerns/rails_admin_requirements'
12
+ # Abilities
13
+ require 'abilities/thecore_ui_rails_admin'
10
14
  # Rails Admin Buildups
11
15
  require 'jquery-ui-rails'
16
+ require 'bootstrap-sass'
17
+
18
+ require 'concerns/thecore_ui_rails_admin_user'
19
+ require 'concerns/thecore_ui_rails_admin_role'
20
+ require 'concerns/thecore_ui_rails_admin_permission'
21
+ require 'concerns/thecore_rails_admin_export_concern'
22
+ require 'concerns/thecore_rails_admin_bulk_delete_concern'
23
+
24
+ require "thecore_ui_rails_admin/engine"
12
25
 
13
26
  module ThecoreUiRailsAdmin
14
- # Your code goes here...
27
+ # Rails Admin Settings
28
+ SafeYAML::OPTIONS[:default_mode] = :safe
29
+ SafeYAML::OPTIONS[:deserialize_symbols] = false
15
30
  end
@@ -1,12 +1,5 @@
1
1
  module ThecoreUiRailsAdmin
2
2
  class Engine < ::Rails::Engine
3
- # This code makes the static assets present in this
4
- # engine available to main app, even if this gem is
5
- # just a dependency of another engine
6
- initializer 'thecore_ui_rails_admin.load_static_assets' do |app|
7
- # puts "Loading static assets for #{root}"
8
- app.middleware.use ::ActionDispatch::Static, "#{root}/app"
9
- end
10
3
  initializer 'thecore_ui_rails_admin.add_to_migrations' do |app|
11
4
  unless app.root.to_s.match root.to_s
12
5
  # APPEND TO MAIN APP MIGRATIONS FROM THIS GEM
@@ -1,3 +1,3 @@
1
1
  module ThecoreUiRailsAdmin
2
- VERSION = '2.1.4'
2
+ VERSION = '2.1.11'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecore_ui_rails_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.4
4
+ version: 2.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-12 00:00:00.000000000 Z
11
+ date: 2020-08-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thecore_ui_commons
@@ -24,6 +24,48 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '2.1'
27
+ - !ruby/object:Gem::Dependency
28
+ name: bootstrap-sass
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '3.4'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '3.4'
41
+ - !ruby/object:Gem::Dependency
42
+ name: sassc-rails
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '2.0'
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '2.0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: coffee-rails
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '5.0'
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '5.0'
27
69
  - !ruby/object:Gem::Dependency
28
70
  name: rails_admin_rollincode
29
71
  requirement: !ruby/object:Gem::Requirement
@@ -80,6 +122,48 @@ dependencies:
80
122
  - - "~>"
81
123
  - !ruby/object:Gem::Version
82
124
  version: '0.7'
125
+ - !ruby/object:Gem::Dependency
126
+ name: safe_yaml
127
+ requirement: !ruby/object:Gem::Requirement
128
+ requirements:
129
+ - - "~>"
130
+ - !ruby/object:Gem::Version
131
+ version: '1.0'
132
+ type: :runtime
133
+ prerelease: false
134
+ version_requirements: !ruby/object:Gem::Requirement
135
+ requirements:
136
+ - - "~>"
137
+ - !ruby/object:Gem::Version
138
+ version: '1.0'
139
+ - !ruby/object:Gem::Dependency
140
+ name: rails_admin_settings
141
+ requirement: !ruby/object:Gem::Requirement
142
+ requirements:
143
+ - - "~>"
144
+ - !ruby/object:Gem::Version
145
+ version: '1.5'
146
+ type: :runtime
147
+ prerelease: false
148
+ version_requirements: !ruby/object:Gem::Requirement
149
+ requirements:
150
+ - - "~>"
151
+ - !ruby/object:Gem::Version
152
+ version: '1.5'
153
+ - !ruby/object:Gem::Dependency
154
+ name: rails_admin_selectize
155
+ requirement: !ruby/object:Gem::Requirement
156
+ requirements:
157
+ - - "~>"
158
+ - !ruby/object:Gem::Version
159
+ version: '2.0'
160
+ type: :runtime
161
+ prerelease: false
162
+ version_requirements: !ruby/object:Gem::Requirement
163
+ requirements:
164
+ - - "~>"
165
+ - !ruby/object:Gem::Version
166
+ version: '2.0'
83
167
  - !ruby/object:Gem::Dependency
84
168
  name: jquery-ui-rails
85
169
  requirement: !ruby/object:Gem::Requirement
@@ -106,70 +190,35 @@ files:
106
190
  - README.md
107
191
  - Rakefile
108
192
  - app/assets/config/thecore_ui_rails_admin_manifest.js
109
- - app/assets/javascripts/rails_admin/custom/ckeditor_ajax.js.coffee
110
- - app/assets/javascripts/rails_admin/custom/timer.js
111
- - app/assets/javascripts/rails_admin/custom/ui.js
112
193
  - app/assets/javascripts/rails_admin/ra.widgets.coffee
113
- - app/assets/stylesheets/rails_admin/custom/flashing.scss
114
- - app/assets/stylesheets/rails_admin/custom/theming.scss
115
- - app/assets/stylesheets/rails_admin/custom/togglable-sidebar.scss
116
- - app/views/contact_mailer/contact_message.html.erb
117
- - app/views/devise/confirmations/new.html.erb
118
- - app/views/devise/mailer/confirmation_instructions.html.erb
119
- - app/views/devise/mailer/password_change.html.erb
120
- - app/views/devise/mailer/reset_password_instructions.html.erb
121
- - app/views/devise/mailer/unlock_instructions.html.erb
122
- - app/views/devise/menu/_login_items.html.erb
123
- - app/views/devise/passwords/edit.html.erb
124
- - app/views/devise/passwords/new.html.erb
125
- - app/views/devise/registrations/edit.html.erb
126
- - app/views/devise/registrations/new.html.erb
127
- - app/views/devise/sessions/new.html.erb
128
- - app/views/devise/shared/_links.html.erb
129
- - app/views/devise/unlocks/new.html.erb
130
- - app/views/home/index.html.erb
131
- - app/views/kaminari/_first_page.html.erb
132
- - app/views/kaminari/_gap.html.erb
133
- - app/views/kaminari/_last_page.html.erb
134
- - app/views/kaminari/_next_page.html.erb
135
- - app/views/kaminari/_page.html.erb
136
- - app/views/kaminari/_paginator.html.erb
137
- - app/views/kaminari/_prev_page.html.erb
138
- - app/views/layouts/_footer.html.erb
139
- - app/views/layouts/_messages.html.erb
140
- - app/views/layouts/_navigation.html.erb
141
- - app/views/layouts/_navigation_links.html.erb
142
- - app/views/layouts/mailer.html.erb
143
- - app/views/layouts/mailer.text.erb
194
+ - app/assets/javascripts/thecore_ui_rails_admin/thecore_rails_admin.js
195
+ - app/assets/stylesheets/thecore_ui_rails_admin/animate.css
196
+ - app/assets/stylesheets/thecore_ui_rails_admin/apexcharts.scss
197
+ - app/assets/stylesheets/thecore_ui_rails_admin/colors.scss
198
+ - app/assets/stylesheets/thecore_ui_rails_admin/common.scss
199
+ - app/assets/stylesheets/thecore_ui_rails_admin/devise.scss
200
+ - app/assets/stylesheets/thecore_ui_rails_admin/flashing.scss
201
+ - app/assets/stylesheets/thecore_ui_rails_admin/mixins.scss
202
+ - app/assets/stylesheets/thecore_ui_rails_admin/thecore.scss
203
+ - app/assets/stylesheets/thecore_ui_rails_admin/thecore_rails_admin.scss
204
+ - app/assets/stylesheets/thecore_ui_rails_admin/togglable-sidebar.scss
205
+ - app/controllers/pages_controller.rb
206
+ - app/helpers/devise_bootstrap_errors_helper.rb
207
+ - app/helpers/thecore_helper.rb
144
208
  - app/views/layouts/rails_admin/_navigation.html.haml
145
209
  - app/views/layouts/rails_admin/_secondary_navigation.html.haml
146
210
  - app/views/layouts/rails_admin/_sidebar_navigation.html.haml
147
211
  - app/views/layouts/rails_admin/_user_navigation.html.haml
148
212
  - app/views/layouts/rails_admin/application.html.haml
149
213
  - app/views/layouts/rails_admin/pjax.html.haml
150
- - app/views/layouts/thecore.html.erb
151
- - app/views/pages/contact.html.erb
152
- - app/views/pages/home.html.erb
153
- - app/views/pages/inside.html.erb
154
214
  - app/views/rails_admin/main/_card.html.haml
155
215
  - app/views/rails_admin/main/_modal_interaction.html.erb
156
216
  - app/views/rails_admin/main/dashboard.html.haml
157
217
  - app/views/rails_admin/main/index.html.haml
158
218
  - app/views/shared/_flash.html.erb
159
- - app/views/users/confirmations/new.html.erb
160
- - app/views/users/mailer/confirmation_instructions.html.erb
161
- - app/views/users/mailer/password_change.html.erb
162
- - app/views/users/mailer/reset_password_instructions.html.erb
163
- - app/views/users/mailer/unlock_instructions.html.erb
164
- - app/views/users/passwords/edit.html.erb
165
- - app/views/users/passwords/new.html.erb
166
- - app/views/users/registrations/edit.html.erb
167
- - app/views/users/registrations/new.html.erb
168
- - app/views/users/sessions/new.html.erb
169
- - app/views/users/shared/_links.html.erb
170
- - app/views/users/unlocks/new.html.erb
171
219
  - config/initializers/rails_admin.rb
172
220
  - config/initializers/thecore_concern.rb
221
+ - config/initializers/thecore_ui_rails_admin_app_configs.rb
173
222
  - config/locales/en.index_cards.custom.yml
174
223
  - config/locales/en.main.yml
175
224
  - config/locales/en.rails_admin.yml
@@ -178,7 +227,18 @@ files:
178
227
  - config/locales/it.main.yml
179
228
  - config/locales/it.rails_admin.yml
180
229
  - config/locales/it.rollincode.yml
230
+ - config/locales/thecore_settings.en.yml
231
+ - config/locales/thecore_settings.it.yml
181
232
  - config/routes.rb
233
+ - db/migrate/20161227101954_create_rails_admin_settings.rb
234
+ - db/migrate/20161227101956_add_app_name.rb
235
+ - lib/abilities/thecore_ui_rails_admin.rb
236
+ - lib/concerns/rails_admin_requirements.rb
237
+ - lib/concerns/thecore_rails_admin_bulk_delete_concern.rb
238
+ - lib/concerns/thecore_rails_admin_export_concern.rb
239
+ - lib/concerns/thecore_ui_rails_admin_permission.rb
240
+ - lib/concerns/thecore_ui_rails_admin_role.rb
241
+ - lib/concerns/thecore_ui_rails_admin_user.rb
182
242
  - lib/tasks/thecore_ui_rails_admin_tasks.rake
183
243
  - lib/thecore_ui_rails_admin.rb
184
244
  - lib/thecore_ui_rails_admin/engine.rb