I have a root_path on my Rails application that is not user-protected i.e. it\'s a simple portal homepage, with a login form.
root_path
After the users log in, I\
You can control this with a before_filter on your application controller.