cmor_core_backend 0.0.51.pre → 0.0.52.pre
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
- metadata +4 -74
- data/spec/dummy/Rakefile +0 -6
- data/spec/dummy/app/assets/config/manifest.js +0 -3
- data/spec/dummy/app/assets/javascripts/application.js +0 -15
- data/spec/dummy/app/assets/javascripts/cable.js +0 -13
- data/spec/dummy/app/assets/stylesheets/application.css +0 -15
- data/spec/dummy/app/channels/application_cable/channel.rb +0 -4
- data/spec/dummy/app/channels/application_cable/connection.rb +0 -4
- data/spec/dummy/app/controllers/application_controller.rb +0 -2
- data/spec/dummy/app/controllers/backend_controller.rb +0 -2
- data/spec/dummy/app/helpers/application_helper.rb +0 -2
- data/spec/dummy/app/jobs/application_job.rb +0 -2
- data/spec/dummy/app/mailers/application_mailer.rb +0 -4
- data/spec/dummy/app/models/application_record.rb +0 -3
- data/spec/dummy/app/views/layouts/application.html.erb +0 -15
- data/spec/dummy/app/views/layouts/mailer.html.erb +0 -13
- data/spec/dummy/app/views/layouts/mailer.text.erb +0 -1
- data/spec/dummy/bin/bundle +0 -3
- data/spec/dummy/bin/rails +0 -4
- data/spec/dummy/bin/rake +0 -4
- data/spec/dummy/bin/setup +0 -36
- data/spec/dummy/bin/update +0 -31
- data/spec/dummy/bin/yarn +0 -11
- data/spec/dummy/config.ru +0 -5
- data/spec/dummy/config/application.rb +0 -32
- data/spec/dummy/config/boot.rb +0 -5
- data/spec/dummy/config/cable.yml +0 -10
- data/spec/dummy/config/database.yml +0 -25
- data/spec/dummy/config/environment.rb +0 -5
- data/spec/dummy/config/environments/development.rb +0 -61
- data/spec/dummy/config/environments/production.rb +0 -94
- data/spec/dummy/config/environments/test.rb +0 -46
- data/spec/dummy/config/initializers/administador.rb +0 -24
- data/spec/dummy/config/initializers/application_controller_renderer.rb +0 -8
- data/spec/dummy/config/initializers/assets.rb +0 -14
- data/spec/dummy/config/initializers/backtrace_silencers.rb +0 -7
- data/spec/dummy/config/initializers/cmor_core_backend.rb +0 -12
- data/spec/dummy/config/initializers/content_security_policy.rb +0 -25
- data/spec/dummy/config/initializers/cookies_serializer.rb +0 -5
- data/spec/dummy/config/initializers/filter_parameter_logging.rb +0 -4
- data/spec/dummy/config/initializers/i18n.rb +0 -2
- data/spec/dummy/config/initializers/inflections.rb +0 -16
- data/spec/dummy/config/initializers/mime_types.rb +0 -4
- data/spec/dummy/config/initializers/simple_form.rb +0 -176
- data/spec/dummy/config/initializers/simple_form_bootstrap.rb +0 -440
- data/spec/dummy/config/initializers/wrap_parameters.rb +0 -14
- data/spec/dummy/config/locales/en.yml +0 -33
- data/spec/dummy/config/locales/simple_form.en.yml +0 -31
- data/spec/dummy/config/puma.rb +0 -34
- data/spec/dummy/config/routes.rb +0 -7
- data/spec/dummy/config/spring.rb +0 -6
- data/spec/dummy/config/storage.yml +0 -34
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/lib/templates/haml/scaffold/_form.html.haml +0 -12
- data/spec/dummy/log/development.log +0 -0
- data/spec/dummy/package.json +0 -5
- data/spec/dummy/public/404.html +0 -67
- data/spec/dummy/public/422.html +0 -67
- data/spec/dummy/public/500.html +0 -66
- data/spec/dummy/public/apple-touch-icon-precomposed.png +0 -0
- data/spec/dummy/public/apple-touch-icon.png +0 -0
- data/spec/dummy/public/favicon.ico +0 -0
- data/spec/dummy/tmp/development_secret.txt +0 -1
- data/spec/rails_helper.rb +0 -62
- data/spec/spec_helper.rb +0 -96
- data/spec/support/capybara.rb +0 -1
- data/spec/support/factory_bot.rb +0 -12
- data/spec/support/pry-rails.rb +0 -1
- data/spec/support/rao-shoulda_matchers.rb +0 -5
- data/spec/support/shoulda_matchers.rb +0 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1c84968fd25137d5e99d3a0d4dc06c7d9f151fcf96241652be7ca694cd8055fc
|
4
|
+
data.tar.gz: fba6f9cf4b61af51d6718ba76e5a1b583579693903f9751fa10c91f8d1ed4558
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 93391289b966d0290b476364186c6083f2cc6e18792099f0505eeac3e4106ff4fe1c740cacdead95253fd5eaf1be99f218d9bb6030acb8f32ca04ddc39989bbb
|
7
|
+
data.tar.gz: 38460daf62811fb2901d1123dfe374ab61d4277adabfc082cd97765420b65b03a91a827c0c75c80ab54807f0f56d23a53bbf4e6d3ec68d6adf707232850ad7d7
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cmor_core_backend
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.52.pre
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Roberto Vasquez Angel
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-03-
|
11
|
+
date: 2020-03-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 0.0.
|
33
|
+
version: 0.0.52.pre
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - '='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 0.0.
|
40
|
+
version: 0.0.52.pre
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: sqlite3
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -398,76 +398,6 @@ files:
|
|
398
398
|
- lib/generators/cmor/core/backend/resources_controller/templates/resources_controller.rb
|
399
399
|
- lib/generators/cmor/core/backend/service_controller/service_controller_generator.rb
|
400
400
|
- lib/generators/cmor/core/backend/service_controller/templates/service_controller.rb
|
401
|
-
- spec/dummy/Rakefile
|
402
|
-
- spec/dummy/app/assets/config/manifest.js
|
403
|
-
- spec/dummy/app/assets/javascripts/application.js
|
404
|
-
- spec/dummy/app/assets/javascripts/cable.js
|
405
|
-
- spec/dummy/app/assets/stylesheets/application.css
|
406
|
-
- spec/dummy/app/channels/application_cable/channel.rb
|
407
|
-
- spec/dummy/app/channels/application_cable/connection.rb
|
408
|
-
- spec/dummy/app/controllers/application_controller.rb
|
409
|
-
- spec/dummy/app/controllers/backend_controller.rb
|
410
|
-
- spec/dummy/app/helpers/application_helper.rb
|
411
|
-
- spec/dummy/app/jobs/application_job.rb
|
412
|
-
- spec/dummy/app/mailers/application_mailer.rb
|
413
|
-
- spec/dummy/app/models/application_record.rb
|
414
|
-
- spec/dummy/app/views/layouts/application.html.erb
|
415
|
-
- spec/dummy/app/views/layouts/mailer.html.erb
|
416
|
-
- spec/dummy/app/views/layouts/mailer.text.erb
|
417
|
-
- spec/dummy/bin/bundle
|
418
|
-
- spec/dummy/bin/rails
|
419
|
-
- spec/dummy/bin/rake
|
420
|
-
- spec/dummy/bin/setup
|
421
|
-
- spec/dummy/bin/update
|
422
|
-
- spec/dummy/bin/yarn
|
423
|
-
- spec/dummy/config.ru
|
424
|
-
- spec/dummy/config/application.rb
|
425
|
-
- spec/dummy/config/boot.rb
|
426
|
-
- spec/dummy/config/cable.yml
|
427
|
-
- spec/dummy/config/database.yml
|
428
|
-
- spec/dummy/config/environment.rb
|
429
|
-
- spec/dummy/config/environments/development.rb
|
430
|
-
- spec/dummy/config/environments/production.rb
|
431
|
-
- spec/dummy/config/environments/test.rb
|
432
|
-
- spec/dummy/config/initializers/administador.rb
|
433
|
-
- spec/dummy/config/initializers/application_controller_renderer.rb
|
434
|
-
- spec/dummy/config/initializers/assets.rb
|
435
|
-
- spec/dummy/config/initializers/backtrace_silencers.rb
|
436
|
-
- spec/dummy/config/initializers/cmor_core_backend.rb
|
437
|
-
- spec/dummy/config/initializers/content_security_policy.rb
|
438
|
-
- spec/dummy/config/initializers/cookies_serializer.rb
|
439
|
-
- spec/dummy/config/initializers/filter_parameter_logging.rb
|
440
|
-
- spec/dummy/config/initializers/i18n.rb
|
441
|
-
- spec/dummy/config/initializers/inflections.rb
|
442
|
-
- spec/dummy/config/initializers/mime_types.rb
|
443
|
-
- spec/dummy/config/initializers/simple_form.rb
|
444
|
-
- spec/dummy/config/initializers/simple_form_bootstrap.rb
|
445
|
-
- spec/dummy/config/initializers/wrap_parameters.rb
|
446
|
-
- spec/dummy/config/locales/en.yml
|
447
|
-
- spec/dummy/config/locales/simple_form.en.yml
|
448
|
-
- spec/dummy/config/puma.rb
|
449
|
-
- spec/dummy/config/routes.rb
|
450
|
-
- spec/dummy/config/spring.rb
|
451
|
-
- spec/dummy/config/storage.yml
|
452
|
-
- spec/dummy/db/development.sqlite3
|
453
|
-
- spec/dummy/db/test.sqlite3
|
454
|
-
- spec/dummy/lib/templates/haml/scaffold/_form.html.haml
|
455
|
-
- spec/dummy/log/development.log
|
456
|
-
- spec/dummy/package.json
|
457
|
-
- spec/dummy/public/404.html
|
458
|
-
- spec/dummy/public/422.html
|
459
|
-
- spec/dummy/public/500.html
|
460
|
-
- spec/dummy/public/apple-touch-icon-precomposed.png
|
461
|
-
- spec/dummy/public/apple-touch-icon.png
|
462
|
-
- spec/dummy/public/favicon.ico
|
463
|
-
- spec/dummy/tmp/development_secret.txt
|
464
|
-
- spec/rails_helper.rb
|
465
|
-
- spec/spec_helper.rb
|
466
|
-
- spec/support/capybara.rb
|
467
|
-
- spec/support/factory_bot.rb
|
468
|
-
- spec/support/pry-rails.rb
|
469
|
-
- spec/support/rao-shoulda_matchers.rb
|
470
|
-
- spec/support/shoulda_matchers.rb
|
471
401
|
homepage: https://github.com/content-management-on-rails
|
472
402
|
licenses:
|
473
403
|
- MIT
|
data/spec/dummy/Rakefile
DELETED
@@ -1,15 +0,0 @@
|
|
1
|
-
// This is a manifest file that'll be compiled into application.js, which will include all the files
|
2
|
-
// listed below.
|
3
|
-
//
|
4
|
-
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
|
5
|
-
// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path.
|
6
|
-
//
|
7
|
-
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
|
8
|
-
// compiled file. JavaScript code in this file should be added after the last require_* statement.
|
9
|
-
//
|
10
|
-
// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
|
11
|
-
// about supported directives.
|
12
|
-
//
|
13
|
-
//= require rails-ujs
|
14
|
-
//= require activestorage
|
15
|
-
//= require_tree .
|
@@ -1,13 +0,0 @@
|
|
1
|
-
// Action Cable provides the framework to deal with WebSockets in Rails.
|
2
|
-
// You can generate new channels where WebSocket features live using the `rails generate channel` command.
|
3
|
-
//
|
4
|
-
//= require action_cable
|
5
|
-
//= require_self
|
6
|
-
//= require_tree ./channels
|
7
|
-
|
8
|
-
(function() {
|
9
|
-
this.App || (this.App = {});
|
10
|
-
|
11
|
-
App.cable = ActionCable.createConsumer();
|
12
|
-
|
13
|
-
}).call(this);
|
@@ -1,15 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* This is a manifest file that'll be compiled into application.css, which will include all the files
|
3
|
-
* listed below.
|
4
|
-
*
|
5
|
-
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
|
6
|
-
* or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
|
7
|
-
*
|
8
|
-
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
|
9
|
-
* compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
|
10
|
-
* files in this directory. Styles in this file should be added after the last require_* statement.
|
11
|
-
* It is generally better to create a new file per style scope.
|
12
|
-
*
|
13
|
-
*= require_tree .
|
14
|
-
*= require_self
|
15
|
-
*/
|
@@ -1,15 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<title>Dummy</title>
|
5
|
-
<%= csrf_meta_tags %>
|
6
|
-
<%= csp_meta_tag %>
|
7
|
-
|
8
|
-
<%= stylesheet_link_tag 'application', media: 'all' %>
|
9
|
-
<%= javascript_include_tag 'application' %>
|
10
|
-
</head>
|
11
|
-
|
12
|
-
<body>
|
13
|
-
<%= yield %>
|
14
|
-
</body>
|
15
|
-
</html>
|
@@ -1 +0,0 @@
|
|
1
|
-
<%= yield %>
|
data/spec/dummy/bin/bundle
DELETED
data/spec/dummy/bin/rails
DELETED
data/spec/dummy/bin/rake
DELETED
data/spec/dummy/bin/setup
DELETED
@@ -1,36 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
require 'fileutils'
|
3
|
-
include FileUtils
|
4
|
-
|
5
|
-
# path to your application root.
|
6
|
-
APP_ROOT = File.expand_path('..', __dir__)
|
7
|
-
|
8
|
-
def system!(*args)
|
9
|
-
system(*args) || abort("\n== Command #{args} failed ==")
|
10
|
-
end
|
11
|
-
|
12
|
-
chdir APP_ROOT do
|
13
|
-
# This script is a starting point to setup your application.
|
14
|
-
# Add necessary setup steps to this file.
|
15
|
-
|
16
|
-
puts '== Installing dependencies =='
|
17
|
-
system! 'gem install bundler --conservative'
|
18
|
-
system('bundle check') || system!('bundle install')
|
19
|
-
|
20
|
-
# Install JavaScript dependencies if using Yarn
|
21
|
-
# system('bin/yarn')
|
22
|
-
|
23
|
-
# puts "\n== Copying sample files =="
|
24
|
-
# unless File.exist?('config/database.yml')
|
25
|
-
# cp 'config/database.yml.sample', 'config/database.yml'
|
26
|
-
# end
|
27
|
-
|
28
|
-
puts "\n== Preparing database =="
|
29
|
-
system! 'bin/rails db:setup'
|
30
|
-
|
31
|
-
puts "\n== Removing old logs and tempfiles =="
|
32
|
-
system! 'bin/rails log:clear tmp:clear'
|
33
|
-
|
34
|
-
puts "\n== Restarting application server =="
|
35
|
-
system! 'bin/rails restart'
|
36
|
-
end
|
data/spec/dummy/bin/update
DELETED
@@ -1,31 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
require 'fileutils'
|
3
|
-
include FileUtils
|
4
|
-
|
5
|
-
# path to your application root.
|
6
|
-
APP_ROOT = File.expand_path('..', __dir__)
|
7
|
-
|
8
|
-
def system!(*args)
|
9
|
-
system(*args) || abort("\n== Command #{args} failed ==")
|
10
|
-
end
|
11
|
-
|
12
|
-
chdir APP_ROOT do
|
13
|
-
# This script is a way to update your development environment automatically.
|
14
|
-
# Add necessary update steps to this file.
|
15
|
-
|
16
|
-
puts '== Installing dependencies =='
|
17
|
-
system! 'gem install bundler --conservative'
|
18
|
-
system('bundle check') || system!('bundle install')
|
19
|
-
|
20
|
-
# Install JavaScript dependencies if using Yarn
|
21
|
-
# system('bin/yarn')
|
22
|
-
|
23
|
-
puts "\n== Updating database =="
|
24
|
-
system! 'bin/rails db:migrate'
|
25
|
-
|
26
|
-
puts "\n== Removing old logs and tempfiles =="
|
27
|
-
system! 'bin/rails log:clear tmp:clear'
|
28
|
-
|
29
|
-
puts "\n== Restarting application server =="
|
30
|
-
system! 'bin/rails restart'
|
31
|
-
end
|
data/spec/dummy/bin/yarn
DELETED
@@ -1,11 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
APP_ROOT = File.expand_path('..', __dir__)
|
3
|
-
Dir.chdir(APP_ROOT) do
|
4
|
-
begin
|
5
|
-
exec "yarnpkg", *ARGV
|
6
|
-
rescue Errno::ENOENT
|
7
|
-
$stderr.puts "Yarn executable was not detected in the system."
|
8
|
-
$stderr.puts "Download Yarn at https://yarnpkg.com/en/docs/install"
|
9
|
-
exit 1
|
10
|
-
end
|
11
|
-
end
|
data/spec/dummy/config.ru
DELETED
@@ -1,32 +0,0 @@
|
|
1
|
-
require_relative 'boot'
|
2
|
-
|
3
|
-
require "rails"
|
4
|
-
# Pick the frameworks you want:
|
5
|
-
require "active_model/railtie"
|
6
|
-
require "active_job/railtie"
|
7
|
-
require "active_record/railtie"
|
8
|
-
require "active_storage/engine"
|
9
|
-
require "action_controller/railtie"
|
10
|
-
require "action_mailer/railtie"
|
11
|
-
require "action_view/railtie"
|
12
|
-
require "action_cable/engine"
|
13
|
-
require "sprockets/railtie"
|
14
|
-
# require "rails/test_unit/railtie"
|
15
|
-
|
16
|
-
Bundler.require(*Rails.groups)
|
17
|
-
require "factory_bot_rails"
|
18
|
-
require "rspec-rails"
|
19
|
-
require "cmor_core_backend"
|
20
|
-
|
21
|
-
module Dummy
|
22
|
-
class Application < Rails::Application
|
23
|
-
# Initialize configuration defaults for originally generated Rails version.
|
24
|
-
config.load_defaults 5.2
|
25
|
-
|
26
|
-
# Settings in config/environments/* take precedence over those specified here.
|
27
|
-
# Application configuration can go into files in config/initializers
|
28
|
-
# -- all .rb files in that directory are automatically loaded after loading
|
29
|
-
# the framework and any gems in your application.
|
30
|
-
end
|
31
|
-
end
|
32
|
-
|
data/spec/dummy/config/boot.rb
DELETED
data/spec/dummy/config/cable.yml
DELETED
@@ -1,25 +0,0 @@
|
|
1
|
-
# SQLite version 3.x
|
2
|
-
# gem install sqlite3
|
3
|
-
#
|
4
|
-
# Ensure the SQLite 3 gem is defined in your Gemfile
|
5
|
-
# gem 'sqlite3'
|
6
|
-
#
|
7
|
-
default: &default
|
8
|
-
adapter: sqlite3
|
9
|
-
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
|
10
|
-
timeout: 5000
|
11
|
-
|
12
|
-
development:
|
13
|
-
<<: *default
|
14
|
-
database: db/development.sqlite3
|
15
|
-
|
16
|
-
# Warning: The database defined as "test" will be erased and
|
17
|
-
# re-generated from your development database when you run "rake".
|
18
|
-
# Do not set this db to the same as development or production.
|
19
|
-
test:
|
20
|
-
<<: *default
|
21
|
-
database: db/test.sqlite3
|
22
|
-
|
23
|
-
production:
|
24
|
-
<<: *default
|
25
|
-
database: db/production.sqlite3
|