Walking through the Authlogic, BUT

I’m walking through the Authlogic Railscast at:

First, I went to work with scaffold instead of nifty_scaffold

I just have two questions regarding the tutorial:

1- What does root_url refer to in the tutorial. I’m actually new to
Rails. So, what is the value I should assign for root_url?

2- When I try to run the application at the end of the tutorial, I get
the following: http://pastie.org/1049745

What should I do to get everything well and running?

Thanks a lot for your support.

  1. If you are new to Rails, stay away from plugins untill you work
    through a
    couple of projects. Work through the
    rails.info
  2. Do a project wide search for current_user method or variable. Do you
    see
    it defined anywhere? You have a reference to it but it is not available
    to
    the Rails app at runtime.

On Sun, Jul 18, 2010 at 3:04 PM, Abder-Rahman A.
[email protected]wrote:

2- When I try to run the application at the end of the tutorial, I get
“Ruby on Rails: Talk” group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected][email protected]
.
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.


Cheers,
Bala
RoR Developer Now Available for Hire

Thanks.