Securing pages

Hi

For the admin pages (which in my case update/delete News) how do I
secure the pages.

I am used to PHP and normally secure the whole folder using HTPASSWD
HTACCESS files

Thanks

Check out acts_as_authenticated, its a great quick way to add
password protection to your app.

Andrew Ye <andrew@…> writes:

I use the wonderful acts_as_authenticated. Simple, easy to use, and
customize
to your needs.

http://wiki.rubyonrails.org/rails/pages/Acts_as_authenticated