rename qwaiter to mozo

This commit is contained in:
2025-09-20 17:35:58 -05:00
parent 7212d9041e
commit 0e051b1f93
99 changed files with 189 additions and 168 deletions
+3 -3
View File
@@ -8,7 +8,7 @@ require 'action_mailer/railtie'
#require 'active_resource/railtie'
require 'rails/test_unit/railtie'
require 'sprockets/railtie'
require 'net/http' # lib/qwaiter/broadcaster/faye.rb
require 'net/http' # lib/mozo/broadcaster/faye.rb
# custom override hack for the couchbase-setting gem, needs to be loaded before other gems, is settings only without dependencies
#require File.expand_path('./../../lib/couchbase-setting', __FILE__)
@@ -228,7 +228,7 @@ end
# This is a fix for testing models that
# are frozen after destroy and then extended
# by active_decorator when running the specs
module Qwaiter
module Mozo
class Application < Rails::Application
# Settings in config/environments/* take precedence over those specified here.
# Application configuration should go into files in config/initializers
@@ -322,5 +322,5 @@ module Qwaiter
config.assets.version = '1.0'
end
end
require 'qwaiter'
require 'mozo'
require 'rqrcode-rails3'