Readme.md in rack-webconsole-0.0.4 vs Readme.md in rack-webconsole-0.0.5

- old
+ new

@@ -12,15 +12,19 @@ for example, you only have to include the gem in your Gemfile and it already works. Without any configuration. Tested with MRI versions 1.8.7, 1.9.2, ruby-head, and JRuby 1.6.3. +**SECURITY NOTE**: From version v0.0.5 rack-webconsole uses a token system to +protect against cross-site request forgery. + ##Resources * [Example video](http://youtu.be/yKK5J01Dqts?hd=1) * [Documentation](http://rubydoc.info/github/codegram/rack-webconsole) + ##Install In your Gemfile: gem 'rack-webconsole' @@ -31,11 +35,10 @@ should put this line somewhere in your application (a Rails initializer, or some configuration file): Rack::Webconsole.inject_jquery = true - ##Usage with Rails 3 If you are using Rails 3, you have no further steps to do. It works! To give it a try, fire up the Rails server and go to any page, press the ` ` ` key and the console will show :) @@ -90,7 +93,8 @@ * Send us a pull request. Bonus points for topic branches. ## Copyright Copyright (c) 2011 Codegram. See LICENSE for details. +