Sha256: d02b5960d04dcfa1a3148e7a42c314aeee72be7f2cc5742406d1079105655146
Contents?: true
Size: 415 Bytes
Versions: 2
Compression:
Stored size: 415 Bytes
Contents
unless defined?(DEVISE_ORM) DEVISE_ORM = (ENV["DEVISE_ORM"] || :active_record).to_sym end module Devise # Detection for minor differences between Rails 4 and 5 in tests. def self.rails5? Rails.version.start_with? '5' end end # Set up gems listed in the Gemfile. ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../../../Gemfile', __FILE__) require 'bundler/setup' if File.exists?(ENV['BUNDLE_GEMFILE'])
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
devise-4.0.0.rc2 | test/rails_app/config/boot.rb |
devise-4.0.0.rc1 | test/rails_app/config/boot.rb |