If you’re working on an older Rails project (pre Rails 2.1) you will be missing config.gem for Gem dependency management. If you have multiple versions of gems on the machine you can still load a specific version by using rubygems:
require'rubygems'gem'RedCloth','~>3.0'
Rails doesn’t check authenticity tokens on GET requests and doesn’t
ever check them in the functional tests. More info on Rails
authenticity token
here.
Comments
comments powered by Disqus