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?
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:
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?
>
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”
![]()