Flowdock

No documentation

This class has no description. You can help the Ruby on Rails community by adding new notes.

Constants

ERB_METHOD_SIG = /:in `_run_erb_.*/

RAILS_GEMS = %w( actionpack activerecord actionmailer activesupport activeresource rails )

VENDOR_DIRS = %w( vendor/rails )

SERVER_DIRS = %w( lib/mongrel bin/mongrel lib/passenger bin/passenger-spawn-server lib/rack )

RAILS_NOISE = %w( script/server )

RUBY_NOISE = %w( rubygems/custom_require benchmark.rb )

ALL_NOISE = VENDOR_DIRS + SERVER_DIRS + RAILS_NOISE + RUBY_NOISE

Attributes

Show files where this class is defined (1 file)
Register or log in to add new notes.