Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unicorn rails #57

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Unicorn rails #57

wants to merge 5 commits into from

Conversation

jwinky
Copy link

@jwinky jwinky commented May 25, 2011

Implements an application server adapter to allow selenium to run unicorn as the application server. Includes spec.

To use:

Webrat.configure do |config|
config.application_framework = :rails_unicorn
config.unicorn_conf_file = "/path/to/unicorn.rb" # optional
end

This change was motivated by:
(1) need to test ajax functionality with a server capable of processing more than 1 request simultaneously
(2) increasing issues using mongrel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant