Sha256: eeeb497c9dd0add842597665965f1eee72c8bb622bcaca5705dcfa3b7c43b29f

Contents?: true

Size: 663 Bytes

Versions: 5

Compression:

Stored size: 663 Bytes

Contents

require 'rubygems'
require 'active_record'
ActiveRecord::Base # hack to get ActiveRecord::Validations to load..?

require 'active_url/errors'
require 'active_url/configuration'
require 'active_url/crypto'
require 'active_url/belongs_to'
require 'active_url/validations'
require 'active_url/callbacks'
require 'active_url/base'

# module ActiveUrl
#   autoload :Base,          'active_url/base'
#   autoload :Configuration, 'active_url/configuration'
#   autoload :Crypto,        'active_url/crypto'
#   autoload :BelongsTo,     'active_url/belongs_to'
#   autoload :Validations,   'active_url/validations'
#   autoload :Callbacks,     'active_url/callbacks'
# end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
mholling-active_url-0.1.1 lib/active_url.rb
mholling-active_url-0.1.2 lib/active_url.rb
mholling-active_url-0.1.3 lib/active_url.rb
mholling-active_url-0.1.4 lib/active_url.rb
active_url-0.1.4 lib/active_url.rb