Module: Marty

Defined in:
lib/marty/delayed_job/queue_adapter.rb,
lib/marty.rb,
lib/marty/engine.rb,
lib/marty/railtie.rb,
lib/marty/version.rb,
lib/marty/rails_app.rb,
lib/marty/json_schema.rb,
lib/marty/data_importer.rb,
lib/marty/cache_adapters.rb,
app/jobs/marty/cleaner_job.rb,
app/helpers/marty/enum_helper.rb,
app/models/marty/notifications.rb,
lib/marty/cache_adapters/redis.rb,
app/models/marty/background_job.rb,
app/services/marty/cleaner/logs.rb,
app/services/marty/enums/report.rb,
app/services/marty/jobs/schedule.rb,
app/services/marty/promises/ruby.rb,
app/components/marty/extras/layout.rb,
app/components/marty/postings/grid.rb,
app/components/marty/component_util.rb,
app/components/marty/data_grid_view.rb,
app/models/marty/background_job/log.rb,
app/components/marty/postings/window.rb,
app/components/marty/users/user_view.rb,
app/helpers/marty/application_helper.rb,
app/services/marty/cleaner/clean_all.rb,
app/services/marty/promises/delorean.rb,
app/models/marty/notifications/config.rb,
app/components/marty/postings/new_form.rb,
app/jobs/marty/delorean_background_job.rb,
app/jobs/marty/remove_old_promises_job.rb,
app/channels/marty/notification_channel.rb,
app/models/marty/notifications/delivery.rb,
app/services/marty/cleaner/mcfly_models.rb,
app/services/marty/data_grid/constraint.rb,
app/services/marty/notifications/create.rb,
app/services/marty/promises/ruby/create.rb,
app/components/marty/data_grid_user_view.rb,
app/components/marty/postings/new_window.rb,
app/models/marty/background_job/schedule.rb,
app/components/marty/notifications/window.rb,
app/models/marty/notifications/event_type.rb,
lib/marty/cache_adapters/mcfly_ruby_cache.rb,
lib/marty/cache_adapters/memory_and_redis.rb,
app/components/marty/postings/summary_grid.rb,
lib/marty/delayed_job/scheduled_job_plugin.rb,
app/models/marty/notifications/notification.rb,
app/services/marty/cleaner/timestamp_models.rb,
app/services/marty/data_grid_view/save_grid.rb,
app/services/marty/promises/delorean/create.rb,
app/components/marty/notifications/grid_view.rb,
app/services/marty/cleaner/maintenance_window.rb,
app/components/marty/notifications/config_view.rb,
app/services/marty/notifications/processors/sms.rb,
app/services/marty/notifications/processors/web.rb,
app/services/marty/mcfly_helper/disable_triggers.rb,
app/services/marty/background_job/update_schedule.rb,
app/services/marty/notifications/process_delivery.rb,
app/services/marty/notifications/processors/email.rb,
app/components/marty/notifications/deliveries_view.rb,
app/services/marty/notifications/create_deliveries.rb,
app/components/marty/background_job/delayed_jobs_grid.rb,
app/components/marty/background_job/schedule_jobs_grid.rb,
app/components/marty/background_job/schedule_jobs_logs.rb,
app/components/marty/background_job/schedule_jobs_dashboard.rb,
app/services/marty/background_job/fetch_missing_in_schedule_cron_jobs.rb

Overview

Defined Under Namespace

Modules: ApplicationHelper, BackgroundJob, CacheAdapters, Cleaner, ComponentUtil, ContentHandler, DelayedJob, Diagnostic, Enum, EnumHelper, Enums, Extras, Jobs, McflyHelper, Migrations, Notifications, Permissions, PgEnum, Postings, Promises, RailsApp, Users, Util Classes: ApiAuth, ApiAuthView, ApiConfig, ApiConfigView, ApiLogView, ApplicationController, AuthApp, Base, BaseRule, BaseRuleView, CleanerJob, ComponentsController, Config, ConfigView, CronJob, DataChange, DataConversion, DataExporter, DataGrid, DataGridUserView, DataGridView, DataImporter, DelayedJobController, DeloreanBackgroundJob, DeloreanRule, DeloreanRuleView, Engine, EnumEventOperation, EnumPromiseType, Form, Grid, GridAppendOnly, GridIndexBoolean, GridIndexInt4range, GridIndexInteger, GridIndexNumrange, GridIndexString, Helper, ImportType, ImportTypeView, ImportView, JobController, JsonSchema, LiveSearchGridPanel, Log, LogView, Logger, MainAuthApp, McflyGridPanel, NameValidator, NotificationChannel, Panel, PgEnumAttribute, Posting, PostingType, Promise, PromiseJob, PromiseProxy, PromiseRubyJob, PromiseView, Railtie, RecordFormWindow, Relation, RemoveOldPromisesJob, ReportController, ReportForm, ReportSelect, Reporting, RoleType, RpcCall, RpcController, RuleScriptSet, SchemaHelper, Script, ScriptForm, ScriptGrid, ScriptSet, ScriptTester, Scripting, SimpleApp, Tag, TagGrid, Token, Tree, User, UserRole, VwPromise, Xl

Constant Summary collapse

VERSION =
'14.3.0'

Class Method Summary collapse

Class Method Details

.rootObject



32
33
34
# File 'lib/marty.rb', line 32

def root
  Pathname.new(File.expand_path('..', __dir__))
end