search for: digest_test

Displaying 1 result from an estimated 1 matches for "digest_test".

2007 May 05
0
Installing http_authentication plugin leaves out lib directory
...ugins will be installed using http fetching from ''http://svn.rubyonrails.org/rails/plugins/ http_authentication/'' + ./http_authentication/README + ./http_authentication/Rakefile + ./http_authentication/init.rb + ./http_authentication/test/basic_test.rb + ./http_authentication/test/digest_test.rb ... as you can see, it leaves out ./http_authentication/lib. Consequently, this no workie. Interestingly, the following does provide the lib directory: $ script/plugin install -x http://svn.rubyonrails.org/rails/plugins/http_authentication/ What''s the deal? Thanks. Michael --~--...