This is a two part question. I\'m needing to restrict a rails site that I\'m throwing on development server to only a few IP addresses, so the public can\'t access it. (Basi
Or simply use apache's .htaccess:
AllowOverride all
Allow from xxx.xxx.xxx.xxx Deny from all