totoro 1.0.6 → 1.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (100) hide show
  1. checksums.yaml +4 -4
  2. data/lib/totoro/base_queue.rb +4 -4
  3. data/lib/totoro/version.rb +1 -1
  4. metadata +1 -97
  5. data/pkg/totoro-1.0.5/CODE_OF_CONDUCT.md +0 -74
  6. data/pkg/totoro-1.0.5/Dockerfile +0 -14
  7. data/pkg/totoro-1.0.5/Gemfile +0 -8
  8. data/pkg/totoro-1.0.5/Gemfile.lock +0 -68
  9. data/pkg/totoro-1.0.5/LICENSE.txt +0 -21
  10. data/pkg/totoro-1.0.5/README.md +0 -169
  11. data/pkg/totoro-1.0.5/Rakefile +0 -8
  12. data/pkg/totoro-1.0.5/bin/console +0 -15
  13. data/pkg/totoro-1.0.5/bin/setup +0 -8
  14. data/pkg/totoro-1.0.5/bin/totoro +0 -16
  15. data/pkg/totoro-1.0.5/docker-compose.yml +0 -43
  16. data/pkg/totoro-1.0.5/lib/generators/totoro/config_generator.rb +0 -12
  17. data/pkg/totoro-1.0.5/lib/generators/totoro/init_generator.rb +0 -14
  18. data/pkg/totoro-1.0.5/lib/generators/totoro/templates/create_totoro_failed_messages.rb +0 -12
  19. data/pkg/totoro-1.0.5/lib/generators/totoro/templates/initializer.rb +0 -1
  20. data/pkg/totoro-1.0.5/lib/generators/totoro/templates/totoro.yml +0 -33
  21. data/pkg/totoro-1.0.5/lib/generators/totoro/templates/update_totoro_failed_messages.rb +0 -6
  22. data/pkg/totoro-1.0.5/lib/generators/totoro/templates/worker.rb.erb +0 -10
  23. data/pkg/totoro-1.0.5/lib/generators/totoro/update_generator.rb +0 -12
  24. data/pkg/totoro-1.0.5/lib/generators/totoro/worker_generator.rb +0 -17
  25. data/pkg/totoro-1.0.5/lib/totoro.rb +0 -21
  26. data/pkg/totoro-1.0.5/lib/totoro/base_queue.rb +0 -44
  27. data/pkg/totoro-1.0.5/lib/totoro/base_worker.rb +0 -61
  28. data/pkg/totoro-1.0.5/lib/totoro/config.rb +0 -44
  29. data/pkg/totoro-1.0.5/lib/totoro/errors/connection_break_error.rb +0 -6
  30. data/pkg/totoro-1.0.5/lib/totoro/errors/need_queue_name_error.rb +0 -5
  31. data/pkg/totoro-1.0.5/lib/totoro/initializer.rb +0 -39
  32. data/pkg/totoro-1.0.5/lib/totoro/message_resender.rb +0 -17
  33. data/pkg/totoro-1.0.5/lib/totoro/models/totoro_failed_message.rb +0 -8
  34. data/pkg/totoro-1.0.5/lib/totoro/railtie.rb +0 -15
  35. data/pkg/totoro-1.0.5/lib/totoro/services/broadcast_service.rb +0 -33
  36. data/pkg/totoro-1.0.5/lib/totoro/services/enqueue_service.rb +0 -38
  37. data/pkg/totoro-1.0.5/lib/totoro/services/resend_service.rb +0 -19
  38. data/pkg/totoro-1.0.5/lib/totoro/services/subscribe_service.rb +0 -34
  39. data/pkg/totoro-1.0.5/lib/totoro/tasks/resend_message.rake +0 -8
  40. data/pkg/totoro-1.0.5/lib/totoro/utils.rb +0 -22
  41. data/pkg/totoro-1.0.5/lib/totoro/version.rb +0 -5
  42. data/pkg/totoro-1.0.5/pkg/totoro-1.0.4.gem +0 -0
  43. data/pkg/totoro-1.0.5/spec/spec_helper.rb +0 -14
  44. data/pkg/totoro-1.0.5/spec/totoro_spec.rb +0 -9
  45. data/pkg/totoro-1.0.5/test/rabbitmq_commands.txt +0 -6
  46. data/pkg/totoro-1.0.5/test/totoro_test/Gemfile +0 -43
  47. data/pkg/totoro-1.0.5/test/totoro_test/Gemfile.lock +0 -157
  48. data/pkg/totoro-1.0.5/test/totoro_test/README.md +0 -24
  49. data/pkg/totoro-1.0.5/test/totoro_test/Rakefile +0 -6
  50. data/pkg/totoro-1.0.5/test/totoro_test/app/channels/application_cable/channel.rb +0 -4
  51. data/pkg/totoro-1.0.5/test/totoro_test/app/channels/application_cable/connection.rb +0 -4
  52. data/pkg/totoro-1.0.5/test/totoro_test/app/controllers/application_controller.rb +0 -2
  53. data/pkg/totoro-1.0.5/test/totoro_test/app/jobs/application_job.rb +0 -2
  54. data/pkg/totoro-1.0.5/test/totoro_test/app/mailers/application_mailer.rb +0 -4
  55. data/pkg/totoro-1.0.5/test/totoro_test/app/models/application_record.rb +0 -3
  56. data/pkg/totoro-1.0.5/test/totoro_test/app/models/worker/example_queue.rb +0 -10
  57. data/pkg/totoro-1.0.5/test/totoro_test/app/models/worker/exchange_queue.rb +0 -10
  58. data/pkg/totoro-1.0.5/test/totoro_test/app/models/worker/shu_queue.rb +0 -10
  59. data/pkg/totoro-1.0.5/test/totoro_test/app/services/bench_mark.txt +0 -7
  60. data/pkg/totoro-1.0.5/test/totoro_test/app/services/load_test.rb +0 -19
  61. data/pkg/totoro-1.0.5/test/totoro_test/app/views/layouts/mailer.html.erb +0 -13
  62. data/pkg/totoro-1.0.5/test/totoro_test/app/views/layouts/mailer.text.erb +0 -1
  63. data/pkg/totoro-1.0.5/test/totoro_test/bin/bundle +0 -3
  64. data/pkg/totoro-1.0.5/test/totoro_test/bin/delayed_job +0 -5
  65. data/pkg/totoro-1.0.5/test/totoro_test/bin/rails +0 -9
  66. data/pkg/totoro-1.0.5/test/totoro_test/bin/rake +0 -9
  67. data/pkg/totoro-1.0.5/test/totoro_test/bin/setup +0 -34
  68. data/pkg/totoro-1.0.5/test/totoro_test/bin/spring +0 -17
  69. data/pkg/totoro-1.0.5/test/totoro_test/bin/update +0 -29
  70. data/pkg/totoro-1.0.5/test/totoro_test/config.ru +0 -5
  71. data/pkg/totoro-1.0.5/test/totoro_test/config/application.rb +0 -34
  72. data/pkg/totoro-1.0.5/test/totoro_test/config/boot.rb +0 -3
  73. data/pkg/totoro-1.0.5/test/totoro_test/config/cable.yml +0 -10
  74. data/pkg/totoro-1.0.5/test/totoro_test/config/database.yml +0 -55
  75. data/pkg/totoro-1.0.5/test/totoro_test/config/environment.rb +0 -5
  76. data/pkg/totoro-1.0.5/test/totoro_test/config/environments/development.rb +0 -47
  77. data/pkg/totoro-1.0.5/test/totoro_test/config/environments/production.rb +0 -82
  78. data/pkg/totoro-1.0.5/test/totoro_test/config/environments/test.rb +0 -41
  79. data/pkg/totoro-1.0.5/test/totoro_test/config/initializers/application_controller_renderer.rb +0 -8
  80. data/pkg/totoro-1.0.5/test/totoro_test/config/initializers/backtrace_silencers.rb +0 -7
  81. data/pkg/totoro-1.0.5/test/totoro_test/config/initializers/cors.rb +0 -16
  82. data/pkg/totoro-1.0.5/test/totoro_test/config/initializers/filter_parameter_logging.rb +0 -4
  83. data/pkg/totoro-1.0.5/test/totoro_test/config/initializers/inflections.rb +0 -16
  84. data/pkg/totoro-1.0.5/test/totoro_test/config/initializers/mime_types.rb +0 -4
  85. data/pkg/totoro-1.0.5/test/totoro_test/config/initializers/totoro.rb +0 -1
  86. data/pkg/totoro-1.0.5/test/totoro_test/config/initializers/wrap_parameters.rb +0 -14
  87. data/pkg/totoro-1.0.5/test/totoro_test/config/locales/en.yml +0 -33
  88. data/pkg/totoro-1.0.5/test/totoro_test/config/puma.rb +0 -56
  89. data/pkg/totoro-1.0.5/test/totoro_test/config/routes.rb +0 -3
  90. data/pkg/totoro-1.0.5/test/totoro_test/config/secrets.yml +0 -32
  91. data/pkg/totoro-1.0.5/test/totoro_test/config/spring.rb +0 -6
  92. data/pkg/totoro-1.0.5/test/totoro_test/config/totoro.yml +0 -42
  93. data/pkg/totoro-1.0.5/test/totoro_test/db/migrate/20181019041208_create_delayed_jobs.rb +0 -22
  94. data/pkg/totoro-1.0.5/test/totoro_test/db/migrate/20181019070846_create_totoro_failed_messages.rb +0 -11
  95. data/pkg/totoro-1.0.5/test/totoro_test/db/migrate/20181228033422_update_totoro_failed_messages.rb +0 -5
  96. data/pkg/totoro-1.0.5/test/totoro_test/db/schema.rb +0 -42
  97. data/pkg/totoro-1.0.5/test/totoro_test/db/seeds.rb +0 -7
  98. data/pkg/totoro-1.0.5/test/totoro_test/public/robots.txt +0 -1
  99. data/pkg/totoro-1.0.5/test/totoro_test/test/test_helper.rb +0 -10
  100. data/pkg/totoro-1.0.5/totoro.gemspec +0 -29
@@ -1,41 +0,0 @@
1
- Rails.application.configure do
2
- # Settings specified here will take precedence over those in config/application.rb.
3
-
4
- # The test environment is used exclusively to run your application's
5
- # test suite. You never need to work with it otherwise. Remember that
6
- # your test database is "scratch space" for the test suite and is wiped
7
- # and recreated between test runs. Don't rely on the data there!
8
- config.cache_classes = true
9
-
10
- # Do not eager load code on boot. This avoids loading your whole application
11
- # just for the purpose of running a single test. If you are using a tool that
12
- # preloads Rails for running tests, you may have to set it to true.
13
- config.eager_load = false
14
-
15
- # Configure public file server for tests with Cache-Control for performance.
16
- config.public_file_server.enabled = true
17
- config.public_file_server.headers = {
18
- 'Cache-Control' => "public, max-age=#{1.hour.seconds.to_i}"
19
- }
20
- # Show full error reports and disable caching.
21
- config.consider_all_requests_local = true
22
- config.action_controller.perform_caching = false
23
-
24
- # Raise exceptions instead of rendering exception templates.
25
- config.action_dispatch.show_exceptions = false
26
-
27
- # Disable request forgery protection in test environment.
28
- config.action_controller.allow_forgery_protection = false
29
- config.action_mailer.perform_caching = false
30
-
31
- # Tell Action Mailer not to deliver emails to the real world.
32
- # The :test delivery method accumulates sent emails in the
33
- # ActionMailer::Base.deliveries array.
34
- config.action_mailer.delivery_method = :test
35
-
36
- # Print deprecation notices to the stderr.
37
- config.active_support.deprecation = :stderr
38
-
39
- # Raises error for missing translations
40
- # config.action_view.raise_on_missing_translations = true
41
- end
@@ -1,8 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # ActiveSupport::Reloader.to_prepare do
4
- # ApplicationController.renderer.defaults.merge!(
5
- # http_host: 'example.org',
6
- # https: false
7
- # )
8
- # end
@@ -1,7 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces.
4
- # Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ }
5
-
6
- # You can also remove all the silencers if you're trying to debug a problem that might stem from framework code.
7
- # Rails.backtrace_cleaner.remove_silencers!
@@ -1,16 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # Avoid CORS issues when API is called from the frontend app.
4
- # Handle Cross-Origin Resource Sharing (CORS) in order to accept cross-origin AJAX requests.
5
-
6
- # Read more: https://github.com/cyu/rack-cors
7
-
8
- # Rails.application.config.middleware.insert_before 0, Rack::Cors do
9
- # allow do
10
- # origins 'example.com'
11
- #
12
- # resource '*',
13
- # headers: :any,
14
- # methods: [:get, :post, :put, :patch, :delete, :options, :head]
15
- # end
16
- # end
@@ -1,4 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # Configure sensitive parameters which will be filtered from the log file.
4
- Rails.application.config.filter_parameters += [:password]
@@ -1,16 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # Add new inflection rules using the following format. Inflections
4
- # are locale specific, and you may define rules for as many different
5
- # locales as you wish. All of these examples are active by default:
6
- # ActiveSupport::Inflector.inflections(:en) do |inflect|
7
- # inflect.plural /^(ox)$/i, '\1en'
8
- # inflect.singular /^(ox)en/i, '\1'
9
- # inflect.irregular 'person', 'people'
10
- # inflect.uncountable %w( fish sheep )
11
- # end
12
-
13
- # These inflection rules are supported but not enabled by default:
14
- # ActiveSupport::Inflector.inflections(:en) do |inflect|
15
- # inflect.acronym 'RESTful'
16
- # end
@@ -1,4 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # Add new mime types for use in respond_to blocks:
4
- # Mime::Type.register "text/richtext", :rtf
@@ -1 +0,0 @@
1
- Totoro::Initializer.new.execute
@@ -1,14 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # This file contains settings for ActionController::ParamsWrapper which
4
- # is enabled by default.
5
-
6
- # Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array.
7
- ActiveSupport.on_load(:action_controller) do
8
- wrap_parameters format: [:json]
9
- end
10
-
11
- # To enable root element in JSON for ActiveRecord objects.
12
- # ActiveSupport.on_load(:active_record) do
13
- # self.include_root_in_json = true
14
- # end
@@ -1,33 +0,0 @@
1
- # Files in the config/locales directory are used for internationalization
2
- # and are automatically loaded by Rails. If you want to use locales other
3
- # than English, add the necessary files in this directory.
4
- #
5
- # To use the locales, use `I18n.t`:
6
- #
7
- # I18n.t 'hello'
8
- #
9
- # In views, this is aliased to just `t`:
10
- #
11
- # <%= t('hello') %>
12
- #
13
- # To use a different locale, set it with `I18n.locale`:
14
- #
15
- # I18n.locale = :es
16
- #
17
- # This would use the information in config/locales/es.yml.
18
- #
19
- # The following keys must be escaped otherwise they will not be retrieved by
20
- # the default I18n backend:
21
- #
22
- # true, false, on, off, yes, no
23
- #
24
- # Instead, surround them with single quotes.
25
- #
26
- # en:
27
- # 'true': 'foo'
28
- #
29
- # To learn more, please read the Rails Internationalization guide
30
- # available at http://guides.rubyonrails.org/i18n.html.
31
-
32
- en:
33
- hello: "Hello world"
@@ -1,56 +0,0 @@
1
- # Puma can serve each request in a thread from an internal thread pool.
2
- # The `threads` method setting takes two numbers: a minimum and maximum.
3
- # Any libraries that use thread pools should be configured to match
4
- # the maximum value specified for Puma. Default is set to 5 threads for minimum
5
- # and maximum; this matches the default thread size of Active Record.
6
- #
7
- threads_count = ENV.fetch('RAILS_MAX_THREADS') { 5 }
8
- threads threads_count, threads_count
9
-
10
- # Specifies the `port` that Puma will listen on to receive requests; default is 3000.
11
- #
12
- port ENV.fetch('PORT') { 3000 }
13
-
14
- # Specifies the `environment` that Puma will run in.
15
- #
16
- environment ENV.fetch('RAILS_ENV') { 'development' }
17
-
18
- # Specifies the number of `workers` to boot in clustered mode.
19
- # Workers are forked webserver processes. If using threads and workers together
20
- # the concurrency of the application would be max `threads` * `workers`.
21
- # Workers do not work on JRuby or Windows (both of which do not support
22
- # processes).
23
- #
24
- # workers ENV.fetch("WEB_CONCURRENCY") { 2 }
25
-
26
- # Use the `preload_app!` method when specifying a `workers` number.
27
- # This directive tells Puma to first boot the application and load code
28
- # before forking the application. This takes advantage of Copy On Write
29
- # process behavior so workers use less memory. If you use this option
30
- # you need to make sure to reconnect any threads in the `on_worker_boot`
31
- # block.
32
- #
33
- # preload_app!
34
-
35
- # If you are preloading your application and using Active Record, it's
36
- # recommended that you close any connections to the database before workers
37
- # are forked to prevent connection leakage.
38
- #
39
- # before_fork do
40
- # ActiveRecord::Base.connection_pool.disconnect! if defined?(ActiveRecord)
41
- # end
42
-
43
- # The code in the `on_worker_boot` will be called if you are using
44
- # clustered mode by specifying a number of `workers`. After each worker
45
- # process is booted, this block will be run. If you are using the `preload_app!`
46
- # option, you will want to use this block to reconnect to any threads
47
- # or connections that may have been created at application boot, as Ruby
48
- # cannot share connections between processes.
49
- #
50
- # on_worker_boot do
51
- # ActiveRecord::Base.establish_connection if defined?(ActiveRecord)
52
- # end
53
- #
54
-
55
- # Allow puma to be restarted by `rails restart` command.
56
- plugin :tmp_restart
@@ -1,3 +0,0 @@
1
- Rails.application.routes.draw do
2
- # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
3
- end
@@ -1,32 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # Your secret key is used for verifying the integrity of signed cookies.
4
- # If you change this key, all old signed cookies will become invalid!
5
-
6
- # Make sure the secret is at least 30 characters and all random,
7
- # no regular words or you'll be exposed to dictionary attacks.
8
- # You can use `rails secret` to generate a secure secret key.
9
-
10
- # Make sure the secrets in this file are kept private
11
- # if you're sharing your code publicly.
12
-
13
- # Shared secrets are available across all environments.
14
-
15
- # shared:
16
- # api_key: a1B2c3D4e5F6
17
-
18
- # Environmental secrets are only available for that specific environment.
19
-
20
- development:
21
- secret_key_base: 18603e459035b11467babcf60df9665434f8eb50677f0e439e73f053234da4fe5a795e3d6a3efeb4f2d23f0d56d812a083a0289cc6aaed72ba1c30bc28598191
22
-
23
- test:
24
- secret_key_base: 23651e4160c7bfeedd73ab721b85917ea5fa74781fc8260bd7670b4e8aa52ddca5b5d98c3735e4b0a6720bbdf6d24da4a76f8e8d6b8ae0fb7e69bfb95f32e7b5
25
-
26
- # Do not keep production secrets in the unencrypted secrets file.
27
- # Instead, either read values from the environment.
28
- # Or, use `bin/rails secrets:setup` to configure encrypted secrets
29
- # and move the `production:` environment over there.
30
-
31
- production:
32
- secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
@@ -1,6 +0,0 @@
1
- %w[
2
- .ruby-version
3
- .rbenv-vars
4
- tmp/restart.txt
5
- tmp/caching-dev.txt
6
- ].each { |path| Spring.watch(path) }
@@ -1,42 +0,0 @@
1
- default: &default
2
- default:
3
- connect:
4
- host: rabbitmq
5
- port: 5672
6
- user: app
7
- pass: app
8
- queue:
9
- example_queue:
10
- name: real.queue.name
11
- durable: true
12
- exchange_queue:
13
- name: real.exchange.queue
14
- durable: true
15
- exchange: real.exchange.name
16
- shu_queue:
17
- name: real.shu.queue
18
- durable: true
19
- exchange: real.exchange.name
20
- exchange:
21
- example_exchange:
22
- name: real.exchange.name
23
-
24
- custom:
25
- connect:
26
- host: rabbitmq
27
- port: 5672
28
- user: app
29
- pass: app
30
- queue:
31
- custom_queue:
32
- name: custom.queue.name
33
- durable: true
34
-
35
- development:
36
- <<: *default
37
-
38
- test:
39
- <<: *default
40
-
41
- production:
42
- <<: *default
@@ -1,22 +0,0 @@
1
- class CreateDelayedJobs < ActiveRecord::Migration[5.1]
2
- def self.up
3
- create_table :delayed_jobs, force: true do |table|
4
- table.integer :priority, default: 0, null: false # Allows some jobs to jump to the front of the queue
5
- table.integer :attempts, default: 0, null: false # Provides for retries, but still fail eventually.
6
- table.text :handler, null: false # YAML-encoded string of the object that will do work
7
- table.text :last_error # reason for last failure (See Note below)
8
- table.datetime :run_at # When to run. Could be Time.zone.now for immediately, or sometime in the future.
9
- table.datetime :locked_at # Set when a client is working on this object
10
- table.datetime :failed_at # Set when all retries have failed (actually, by default, the record is deleted instead)
11
- table.string :locked_by # Who is working on this object (if locked)
12
- table.string :queue # The name of the queue this job is in
13
- table.timestamps null: true
14
- end
15
-
16
- add_index :delayed_jobs, %i[priority run_at], name: 'delayed_jobs_priority'
17
- end
18
-
19
- def self.down
20
- drop_table :delayed_jobs
21
- end
22
- end
@@ -1,11 +0,0 @@
1
- class CreateTotoroFailedMessages < ActiveRecord::Migration[5.1]
2
- def change
3
- enable_extension 'plpgsql'
4
- create_table :totoro_failed_messages do |t|
5
- t.string :class_name
6
- t.string :queue_id
7
- t.jsonb :payload
8
- t.timestamps
9
- end
10
- end
11
- end
@@ -1,5 +0,0 @@
1
- class UpdateTotoroFailedMessages < ActiveRecord::Migration[5.1]
2
- def change
3
- add_column :totoro_failed_messages, :group, :string
4
- end
5
- end
@@ -1,42 +0,0 @@
1
- # This file is auto-generated from the current state of the database. Instead
2
- # of editing this file, please use the migrations feature of Active Record to
3
- # incrementally modify your database, and then regenerate this schema definition.
4
- #
5
- # Note that this schema.rb definition is the authoritative source for your
6
- # database schema. If you need to create the application database on another
7
- # system, you should be using db:schema:load, not running all the migrations
8
- # from scratch. The latter is a flawed and unsustainable approach (the more migrations
9
- # you'll amass, the slower it'll run and the greater likelihood for issues).
10
- #
11
- # It's strongly recommended that you check this file into your version control system.
12
-
13
- ActiveRecord::Schema.define(version: 20181228033422) do
14
-
15
- # These are extensions that must be enabled in order to support this database
16
- enable_extension "plpgsql"
17
-
18
- create_table "delayed_jobs", force: :cascade do |t|
19
- t.integer "priority", default: 0, null: false
20
- t.integer "attempts", default: 0, null: false
21
- t.text "handler", null: false
22
- t.text "last_error"
23
- t.datetime "run_at"
24
- t.datetime "locked_at"
25
- t.datetime "failed_at"
26
- t.string "locked_by"
27
- t.string "queue"
28
- t.datetime "created_at"
29
- t.datetime "updated_at"
30
- t.index ["priority", "run_at"], name: "delayed_jobs_priority"
31
- end
32
-
33
- create_table "totoro_failed_messages", force: :cascade do |t|
34
- t.string "class_name"
35
- t.string "queue_id"
36
- t.jsonb "payload"
37
- t.datetime "created_at", null: false
38
- t.datetime "updated_at", null: false
39
- t.string "group"
40
- end
41
-
42
- end
@@ -1,7 +0,0 @@
1
- # This file should contain all the record creation needed to seed the database with its default values.
2
- # The data can then be loaded with the rails db:seed command (or created alongside the database with db:setup).
3
- #
4
- # Examples:
5
- #
6
- # movies = Movie.create([{ name: 'Star Wars' }, { name: 'Lord of the Rings' }])
7
- # Character.create(name: 'Luke', movie: movies.first)
@@ -1 +0,0 @@
1
- # See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file
@@ -1,10 +0,0 @@
1
- ENV['RAILS_ENV'] ||= 'test'
2
- require File.expand_path('../config/environment', __dir__)
3
- require 'rails/test_help'
4
-
5
- class ActiveSupport::TestCase
6
- # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order.
7
- fixtures :all
8
-
9
- # Add more helper methods to be used by all tests here...
10
- end
@@ -1,29 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- lib = File.expand_path('lib', __dir__)
4
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
- require 'totoro/version'
6
-
7
- Gem::Specification.new do |spec|
8
- spec.name = 'totoro'
9
- spec.version = Totoro::VERSION
10
- spec.authors = ['BlockchainTech']
11
- spec.email = ['cex.demo@blockchaintech.net.au']
12
-
13
- spec.summary = 'tool for rabbitmq'
14
- spec.description = 'Enpower rabbitmq to make it configrable'
15
- spec.homepage = 'https://github.com/blockchaintech-au/totoro'
16
- spec.license = 'MIT'
17
-
18
- spec.files = Dir['**/*'].keep_if { |file| File.file?(file) }
19
- spec.executables = ['totoro']
20
- spec.require_paths = ['lib']
21
-
22
- spec.add_dependency 'bunny', '~> 2.10'
23
- spec.add_dependency 'delayed_job_active_record', '~> 4.1.3'
24
- spec.add_dependency 'delayed_job_recurring', '~> 0.3.7'
25
-
26
- spec.add_development_dependency 'bundler', '~> 1.16'
27
- spec.add_development_dependency 'rake', '~> 10.0'
28
- spec.add_development_dependency 'rspec', '~> 3.0'
29
- end