System notice: In light of the Debian OpenSSL security issue we've regenerated the server keys. See this thread for instructions and the new key fingerprints.

Commit b113612a8fadefe53bec67972f6d7ac00a802c3d

Added vendor_rails? method to boot.rb in rails app to support older and newer versions of rails simultaneously. Closes #351.

Commit diff

example_rails_app/config/boot.rb

 
1010 RAILS_ROOT = root_path
1111end
1212
13module Rails
14 class << self
15 def vendor_rails?
16 true
17 end
18 end
19end
20
1321ENV['RSPEC_RAILS_VERSION'] ||= "edge"
1422puts "running against rails #{ENV['RSPEC_RAILS_VERSION']}"
1523
toggle raw diff