Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Indicate Gemfile syntax.
Browse files Browse the repository at this point in the history
Because the rack-cors library is located in a non-standard (according to Bundler) place, you must specify the
:require option to use rack-cors from a Gemfile.
  • Loading branch information
rossmeissl authored and cyu committed Aug 27, 2010
1 parent f083bf8 commit 88df32f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ http://www.w3.org/TR/access-control/#simple-cross-origin-request-and-actual-r
Install the gem:

gem install rack-cors

In your Gemfile:

gem 'rack-cors', :require => 'rack/cors'


== Configuration
Expand Down

0 comments on commit 88df32f

Please sign in to comment.