ruby

Issue using insert_after/before "ActionDispatch::Static"

We are currently building a new product on Rails 3 with a couple custom middleware rack apps. Everything is working great on development and we're progressing nicely. Today I decided to start setting up the production environment and the following error popped up:

No such middleware to insert after: "ActionDispatch::Static"

I had this in my config/application.rb:

Ruby / Rails Testing information

Some testing related information (for ruby/rails):

gems to install:

sudo gem install term-ansicolor treetop diff-lcs nokogiri builder
sudo gem install ZenTest redgreen autotest-rails rspec rspec-rails cucumber webrat

cucumber.yml: (in config in rails project)

autotest-all: --require features --require lib --format progress features
autotest: --require features --require lib features
default: --format pretty --color
html: --format html --out features.html

.profile: (add)

Syndicate content