README.rdoc in browser-prof-1.2.5 vs README.rdoc in browser-prof-1.2.6

- old
+ new

@@ -4,22 +4,21 @@ This gem is a based on the discontinued Browser Profiler (http://rubyforge.org/projects/browser-prof). * Easy walking through complex changes * Low overhead in development mode * MIT licensed +* Tested with Rails 2.3.2 & 2.3.10 == Installation & basic usage You can run browser-prof either as a plugin or through rubygems. For plugin: $ ./script/plugin install http://github.com/barttenbrinke/browser-prof.git For rubygems, add the following lines to your Bundle file: - gem 'browser-prof' - gem 'ruby-prof' - $ bundle install + gem 'browser-prof' Add a require 'browser-prof' to your environment.rb == Profiling \ No newline at end of file