views:

25

answers:

1

I am just starting to learn Ruby on Rails and have a newbie question that I have so far been unable to find the answer for. I have a small app that uses HTTP basic authentication and I have design elements in my view that I only want to display if the request is authenticated. How can I access this information?

A: 

There a few good video guides at Railscasts here: http://railscasts.com/episodes?search=authentication

TandemAdam