benkitzelman / google-ajax-crawler

Rack Middleware adhering to the Google Ajax Crawling Scheme, using a headless browser to render JS heavy pages and serve a dom snapshot of the rendered state to a requesting search engine.
MIT License
58 stars 13 forks source link

Add infos for rails in readme about usage for rails #3

Closed ChristopheBelpaire closed 11 years ago

ChristopheBelpaire commented 11 years ago

The gem is aslo working in rails by putting the rack app in the rails middleware stack, add the way to do It in the readme