Sha256: cb36b75b1eedaf10f54c6d6aba80cdf1d0a104a8293c1824f59a631df4092986
Contents?: true
Size: 613 Bytes
Versions: 94
Compression:
Stored size: 613 Bytes
Contents
# XXX This file isn't in use at the moment, but will be used to help test # XXX deep rails integration of compass features. need_gems = false # allows testing with edge Rails by creating a test/rails symlink RAILS_ROOT = linked_rails = File.dirname(__FILE__) + '/rails' RAILS_ENV = 'test' if File.exists?(linked_rails) && !$:.include?(linked_rails + '/activesupport/lib') puts "[ using linked Rails ]" $:.unshift linked_rails + '/activesupport/lib' $:.unshift linked_rails + '/actionpack/lib' else need_gems = true end require 'rubygems' if need_gems require 'action_controller' require 'action_view'
Version data entries
94 entries across 93 versions & 7 rubygems