You are here: Browse Railsplugins Browser Filters
Browser filters is a collection of three common filtering needs:
You can get all these filters applied at once by simply including BrowserFilters:
class ApplicationController < ActiveRecord::Base
include BrowserFilters
end
...but you can also cherry-pick:
class ApplicationController < ActiveRecord::Base
include SafariUnicodeFix, LinkPrefetchingBlock
end
Copyright© 2005 David Heinemeier Hansson, Thomas Fuchs, released under the MIT license
NOTE: This description has been extracted from the Plugin README and so the formatting may need updating to make browser friendly