-
Notifications
You must be signed in to change notification settings - Fork 0
Rails plugin to match the user agents of various search engines. Suggestions welcome!
License
jwarchol/spider_sense
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
SpiderSense =========== Use this plugin to determine if a request is from a spider or not. Can be useful in avoiding expensive operations. Example ======= class AwesomeController < ActionController::Base def index if is_spider? # Do really cool but expensive stuff else # just render the stock page for indexing by the spider end end end Copyright (c) 2008 Joshua Warchol, released under the MIT license
About
Rails plugin to match the user agents of various search engines. Suggestions welcome!
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published