Skip to content

Commit

Permalink
improvements to the installation instructions. added Joshua Clayton &…
Browse files Browse the repository at this point in the history
… Mustafa Ekim to list of people who have improved the library.
  • Loading branch information
Dan Croak committed Jun 7, 2009
1 parent 6c758e6 commit b5c999c
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.textile
Expand Up @@ -8,7 +8,7 @@ h2. Wiki

Most information regarding Clearance is on the "Github Wiki":http://wiki.github.com/thoughtbot/clearance.

h2. Engine
h2. Installation

Clearance is a Rails engine. It works with versions of Rails greater than 2.3.

Expand Down Expand Up @@ -40,8 +40,6 @@ Run the migration:

@rake db:migrate@

h2. Environment

Define a HOST constant in your environment files.
In config/environments/test.rb and config/environments/development.rb it can be:

Expand Down Expand Up @@ -82,9 +80,9 @@ rake gems:install RAILS_ENV=test
rake gems:unpack RAILS_ENV=test
</pre>

Don't vendor nokogiri (due to its native extensions):
We don't vendor nokogiri due to its native extensions, so install it normally on your machine:

@rm -rf vendor/gems/nokogiri-1.2.3@
@sudo gem install nokogiri@

Run the Cucumber generator (if you haven't already) and Clearance's feature generator:

Expand All @@ -111,9 +109,9 @@ end

h2. Authors

Clearance was extracted out of "Hoptoad":http://hoptoadapp.com. We merged the authentication code from two of thoughtbot's client's Rails apps and have since used it each time we need authentication. The following people have improved the library. Thank you!
Clearance was extracted out of "Hoptoad":http://hoptoadapp.com. We merged the authentication code from two of thoughtbot's clients' Rails apps and have since used it each time we need authentication. The following people have improved the library. Thank you!

Dan Croak, Mike Burns, Jason Morrison, Joe Ferris, Eugene Bolshakov, Nick Quaranto, Josh Nichols, Mike Breen, Marcel Görner, Bence Nagy, Ben Mabey, Eloy Duran, Tim Pope, Mihai Anca, Mark Cornick, & Shay Arnett.
Dan Croak, Mike Burns, Jason Morrison, Joe Ferris, Eugene Bolshakov, Nick Quaranto, Josh Nichols, Mike Breen, Marcel Görner, Bence Nagy, Ben Mabey, Eloy Duran, Tim Pope, Mihai Anca, Mark Cornick, Shay Arnett, Joshua Clayton & Mustafa Ekim.

h2. Questions?

Expand Down

0 comments on commit b5c999c

Please sign in to comment.