Web Development  >>  Ruby On Rails

Restricting Access

Language : English Quality : High Has Audio : true Source : Other Media : QuickTime
In this second part of the series on administration, you will learn how to lock down the site to keep the public from accessing the administration features

Tags: Ruby On Rails, Ruby, Web Development, Security, Screencast, Administrator,     [SUGGEST  A  TAG]

Resources referenced in this screencast
  • Ruby on Rails

  •  OR 
    Created : 2007-04-18   Duration : 04:32 (18.6 MB)


    (Requires : MPEG-4 Video Player)
    Download file is iPod compatable

    Articles Realted to this Topic

    [SUGGEST  A  ARTICLE]
    Restrict access by IP address
    In the main application controller, we read a small text file containing IP addresses then set a flag if the current IP address matches anything in the file
    Authorization in Rails
    Here's a review of several authorization add-on's for Rails. Whereas "authentication" refers to managing user login credentials, "authorization" is about managing role-based permissions to access specific areas of your site