Module: Marty
- Defined in:
- 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/helpers/marty/enum_helper.rb,
app/components/marty/user_view.rb,
lib/marty/cache_adapters/redis.rb,
app/models/marty/background_job.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/data_grid_view.rb,
app/models/marty/background_job/log.rb,
app/helpers/marty/application_helper.rb,
app/services/marty/promises/delorean.rb,
app/jobs/marty/remove_old_promises_job.rb,
app/services/marty/data_grid/constraint.rb,
app/services/marty/promises/ruby/create.rb,
app/components/marty/data_grid_user_view.rb,
app/models/marty/background_job/schedule.rb,
lib/marty/cache_adapters/mcfly_ruby_cache.rb,
lib/marty/cache_adapters/memory_and_redis.rb,
lib/marty/delayed_job/scheduled_job_plugin.rb,
app/services/marty/data_grid_view/save_grid.rb,
app/services/marty/promises/delorean/create.rb,
app/services/marty/background_job/update_schedule.rb,
app/services/marty/background_job/fetch_missing_in_schedule_cron_jobs.rb
Defined Under Namespace
Modules: ApplicationHelper, BackgroundJob, CacheAdapters, ContentHandler, DelayedJob, Diagnostic, Enum, EnumHelper, Enums, Extras, Jobs, Migrations, Permissions, PgEnum, Promises, RailsApp, Util Classes: ApiAuth, ApiAuthView, ApiConfig, ApiConfigView, ApiLogView, ApplicationController, AuthApp, Base, BaseRule, BaseRuleView, ComponentsController, Config, ConfigView, CronJob, DataChange, DataConversion, DataExporter, DataGrid, DataGridUserView, DataGridView, DataImporter, DelayedJobController, 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, NewPostingForm, NewPostingWindow, Panel, PgEnumAttribute, Posting, PostingGrid, PostingType, PostingWindow, Promise, PromiseJob, PromiseProxy, PromiseRubyJob, PromiseView, Railtie, RecordFormWindow, Relation, RemoveOldPromisesJob, ReportController, ReportForm, ReportSelect, Reporting, RoleType, RpcCall, RpcController, RuleScriptSet, ScheduleJobsDashboard, ScheduleJobsGrid, ScheduleJobsLogs, SchemaHelper, Script, ScriptForm, ScriptGrid, ScriptSet, ScriptTester, Scripting, SimpleApp, Tag, TagGrid, Token, User, UserRole, UserView, VwPromise, Xl
Constant Summary collapse
- VERSION =
'8.0.0'
Class Method Summary collapse
Class Method Details
.root ⇒ Object
30 31 32 |
# File 'lib/marty.rb', line 30 def root Pathname.new(File.('..', __dir__)) end |