Are you trying to secure your Rails app via IP? You can use request headers in Rails to compare. You would have to use regex to compare for specific range. But it would be wiser to keep this out of Rails and do in Apache mod_proxy or whatever else you are proxy-ing with.
H On Jun 29, 6:37 am, Ruby On rails <[email protected]> wrote: > Is there any method to scan ip range in ruby on rails ! > -- > Posted viahttp://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "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] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

