public
Description: FiveRuns TuneUp Panel
Homepage: http://fiveruns.org
Clone URL: git://github.com/fiveruns/fiveruns_tuneup.git
name age message
file .gitignore Mon May 12 07:27:25 -0700 2008 Add basic gitignore [bruce]
file CHANGELOG Mon Mar 23 13:57:18 -0700 2009 Add CHANGELOG entry. [bruce]
file CONTRIBUTORS Wed Sep 03 10:37:42 -0700 2008 removed use of rails js helpers to prevent issu... [efalcao]
file README.rdoc Mon Mar 23 13:43:36 -0700 2009 Remove unpacking executable (people can just to... [bruce]
file Rakefile Fri Nov 14 15:17:51 -0800 2008 Remove echoe dependency [bruce]
directory assets/ Mon Aug 10 12:02:25 -0700 2009 Remove logo padding. [therealadam]
file init.rb Wed May 14 16:36:46 -0700 2008 Gem building tasks, support for Rails 2.1 [bruce]
file install.rb Sat May 31 14:38:09 -0700 2008 Check for Rails >= 2.0.0, automatically install... [bruce]
directory lib/ Mon Aug 10 12:02:40 -0700 2009 Bump version. [therealadam]
directory rails/ Tue Aug 12 16:31:53 -0700 2008 Use RouteSet mixin vs Dispatcher trick [bruce]
directory tasks/ Fri May 23 23:50:06 -0700 2008 Remove steps (took too much explanation, anyhow... [bruce]
directory test/ Wed May 14 16:36:46 -0700 2008 Gem building tasks, support for Rails 2.1 [bruce]
file uninstall.rb Wed May 21 14:24:19 -0700 2008 Switch asset handing to automatic installation ... [bruce]
directory views/ Mon Aug 10 11:31:25 -0700 2009 Remove Branding & Service from Rails Tuneup Gem... [cdollins]
README.rdoc

FiveRuns TuneUp Plugin (panel)

Requirements

  • Rails 2.0.1+
  • Firefox 2.0+, Safari 3.1+. IE support is on the roadmap.

Synopsis

Display call stack information on Rails requests.

Installation

For Rails 2.1+, you can use it as a gem dependency (recommended).

Install the gem:

  sudo gem install fiveruns_tuneup

In your +environment.rb+:

  config.gem 'fiveruns_tuneup'

Note: There is an issue in Rails 2.1 that prevents the plugin running as an unpacked gem (via +rake gems:unpack+).

TuneUp can also be used from +vendor/plugins+.

Configuration

By default, TuneUp only displays the panel and instruments your application in the development environment. If you’d like to configure it to run in the production environment (for testing), you can create a +RAILS_ROOT/config/tuneup.rb+ file:

  Fiveruns::Tuneup.config do |config|
    config.environments << :production
  end

Known Issues

See the notes at github.com/fiveruns/fiveruns_tuneup/wikis/known-issues

License

(The FiveRuns License)

Copyright © 2008 FiveRuns Corporation

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.