Implemented Notifications
updated tests to work with current test infrastructure

forgot to add test file

switched from url to path to correct 'Mixed content https vs http' issues
dev
1 parent a5640f7 commit a30cf7b9afeb359caa599a7024f79601ad122818
@Quentin Sonrel Quentin Sonrel authored on 29 Mar 2018
briley committed on 16 May 2018
Showing 30 changed files
View
app/controllers/application_controller.rb
View
app/controllers/paginable/notifications_controller.rb 0 → 100644
View
app/controllers/super_admin/notifications_controller.rb 0 → 100644
View
app/controllers/users_controller.rb
View
app/helpers/notifications_helper.rb 0 → 100644
View
app/models/notification.rb 0 → 100644
View
app/models/user.rb
View
app/policies/notification_policy.rb 0 → 100644
View
app/policies/user_policy.rb
View
app/views/layouts/_branding.html.erb
View
app/views/layouts/_notifications.html.erb 0 → 100644
View
app/views/layouts/application.html.erb
View
app/views/paginable/notifications/_index.html.erb 0 → 100644
View
app/views/super_admin/notifications/_form.html.erb 0 → 100644
View
app/views/super_admin/notifications/edit.html.erb 0 → 100644
View
app/views/super_admin/notifications/index.html.erb 0 → 100644
View
app/views/super_admin/notifications/new.html.erb 0 → 100644
View
config/routes.rb
View
db/migrate/20180123161959_change_long_strings_to_text.rb
View
db/migrate/20180328115455_create_notifications.rb 0 → 100644
View
db/migrate/20180412092647_create_notification_acknowledgements.rb 0 → 100644
View
db/schema.rb
View
db/seeds.rb
View
lib/assets/javascripts/application.js
View
lib/assets/javascripts/views/super_admin/notifications/edit.js 0 → 100644
View
lib/tasks/notifications.rake 0 → 100644
View
test/functional/notifications_controller_test.rb 0 → 100644
View
test/unit/notification_test.rb 0 → 100644
View
test/unit/perm_test.rb
View
test/unit/user_test.rb