Displaying 2 results from an estimated 2 matches for "skip_befor".
Did you mean:
skip_before
2007 Feb 15
5
Bugja.com - Getting real Issue tracker
Hello list.
After using various issue tracking packages that included a lot of
typework and maintenance , we decided to build one of our own,
focusing at ease of use.
We would appreciate your opinion, but be gentle it''s somewhat beta :)
http://www.bugja.com
Screencast at http://www.bugja.com/screencast
It''s ROR of course :)
Thanks in advance
Fortytwo
http://www.fortytwo.gr
2008 Sep 30
0
undefined method `authenticate_with_http_basic' for #<SessionsController:0xb6c47c44>
...ruby script\generate authenticated user sessions
...output omitted...
I specified everything.. It worked fine upto 500 pages..
later,
class SessionsController < ApplicationController
# Be sure to include AuthenticationSystem in Application Controller
instead
# include AuthenticatedSystem
skip_before_filter :login_required
He told me to comment the authenticated system and use skip_before.. i done
it and the
" include AuthenticatedSystem " line added to the application.rb file...
now i created the new migration tasks and created the controller
when i need to access the link '...