Sha256: 92f43a861ee6f5fd05015594108b8c2431c69ea9f4ed11684a20c8ca0bd60e39

Contents?: true

Size: 805 Bytes

Versions: 14

Compression:

Stored size: 805 Bytes

Contents

# DO NOT change order of require, since there are some dependencies

# DO NOT include anything here that will be properly autoloaded by
# Rails - This would be any file that define a properly namespaced
# module/class as Marty::<filename> and that don't run code outside of
# that module/class

# Also note that anything required here will need to require in any
# classes that they might be overriding methods in

require 'marty/engine'
require 'marty/railtie'
require 'marty/mcfly_model'
require 'marty/cache_adapters'
require 'marty/monkey'
require 'marty/promise_job'
require 'marty/json_schema'

# This does not get loaded in via bundler unless it is included in the
# application's Gemfile. Requiring it here removes the need to add it
# to the Gemfile
require 'net-ldap'
require 'delayed_cron_job'

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
marty-5.2.0 lib/marty.rb
marty-5.1.4 lib/marty.rb
marty-5.1.3 lib/marty.rb
marty-5.1.2 lib/marty.rb
marty-5.1.1 lib/marty.rb
marty-5.1.0 lib/marty.rb
marty-3.1.0 lib/marty.rb
marty-3.0.1 lib/marty.rb
marty-4.0.0.rc2 lib/marty.rb
marty-3.0.0 lib/marty.rb
marty-2.9.3 lib/marty.rb
marty-2.9.2 lib/marty.rb
marty-2.9.1 lib/marty.rb
marty-2.8.0 lib/marty.rb