Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ http://rubyforge.org/projects/rubycas-client.
However, if you're using Rails, it's easier to install the CAS client as a plugin:

cd <your rails app>
./script/plugin install git://github.com/gunark/rubycas-client.git
./script/plugin install git://github.com/rubycas/rubycas-client.git

Alternatively, the library is also installable as a RubyGem[http://rubygems.org]:

Expand All @@ -56,15 +56,15 @@ Alternatively, the library is also installable as a RubyGem[http://rubygems.org]
If your Rails application is under Subversion control, you can also install the plugin as an svn:external, ensuring that
you always have the latest bleeding-edge version of RubyCAS-Client:

./script/plugin install -x http://svn.github.com/gunark/rubycas-client.git
./script/plugin install -x http://svn.github.com/rubycas/rubycas-client.git


== Usage Examples

If you'd rather jump right in, have a look at the example Rails and Merb applications pre-configured for CAS
authentication:

http://github.com/gunark/rubycas-client/tree/master/examples
http://github.com/rubycas/rubycas-client/tree/master/examples


Otherwise, continue reading for a step-by-step guide for integrating RubyCAS-Client with Rails:
Expand Down