search for: user_authenticated

Displaying 2 results from an estimated 2 matches for "user_authenticated".

Did you mean: use_authenticate
2008 Dec 16
20
step definitons to check login
...You must be logged out to access this page" redirect_to account_url return false end As these are private methods they are not directly accessible from the step definitions and I am at a loss as to how to proceed. I could augment the application controller with a public user_authenticated method: def user_authenticated return true if current_user false end But it seems wrong to alter the application code for no other purpose than to ease testing. Is there another approach that I should be using? -- Posted via http://www.ruby-forum.com/.
2007 Sep 19
49
plugin dependencies
Hello all, The topic of plugin dependencies has come up before and it doesn''t seem to have been addressed by core or core doesn''t seem to think it''s an issue. I''ve looked at the current edge code and don''t see anything new, so if I''ve missed something *please* let me know. The following article makes mention of a require_plugin