README.md in rails3-footnotes-4.0.0.pre.4 vs README.md in rails3-footnotes-4.0.0.pre.5

- old
+ new

@@ -2,25 +2,24 @@ #### Version 4.0.0.pre #### MIT License ## Rails 3 -Rails 3 compatibility was started by mperham, but was dropped when he discovered rack-bug. I happen to have a -soft spot for rails-footnotes, so I'm keeping this around for myself. +Rails 3 compatibility was started by mperham, but dropped when he discovered rack-bug. I haven't been able to get rack-bug to do what I want with Rails 3, and I happen to have a soft spot for rails-footnotes, so I'm keeping this around for myself. ## Description -If you are developing in Rails you should know the plugin! It displays footnotes in your application for easy -debugging, such as sessions, request parameters, cookies, filter chain, routes, queries, etc. +This gem plugin for Rails 3 displays footnotes for easy debugging, such as sessions, request parameters, cookies, filter chain, routes, queries, etc. It also contains links to open files directly in your editor. -Even more, it contains links to open files directly in your editor including your backtrace lines. - - ## Installation In your Gemfile: - gem 'rails-footnotes', :git => 'git://github.com/indirect/rails-footnotes.git' + gem 'rails3-footnotes', '~>4.0.0.pre' + +or if you prefer the absolute cutting edge: + + gem 'rails3-footnotes', :git => 'git://github.com/indirect/rails-footnotes.git' ## Configuration By default, footnotes will only be activated when your Rails app is in development mode. If you want to add alternate logic to enable or disable footnotes, add something like this to config/initializers/footnotes.rb: