<big>Rails plugins</big>

Does anybody what procedure i have to do in order to install a plugin
in Rails?

i want to get a plugin in order to use the LDAP protocol for the user
login.

Has anybody worked with it before?

tux wrote:

See:
http://nubyonrails.com/articles/2006/05/04/the-complete-guide-to-rails-plugins-part-i

From the command-line at the top of your Rails app…

sudo gem install rapt
rapt search “search string”
rapt install “installation url”

http://rapt.rubyforge.org

:slight_smile: