Skip to content

Commit c55a655

Browse files
committed
Move all sources into rack/contrib/
WARNING: This may break your code. The rack-contrib classes still define themselves under the Rack module but the file locations have changed.
1 parent 01bd77a commit c55a655

22 files changed

+21
-21
lines changed

lib/rack/contrib.rb

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ def self.release
66
end
77
end
88

9-
autoload :BounceFavicon, "rack/bounce_favicon"
10-
autoload :ETag, "rack/etag"
11-
autoload :GarbageCollector, "rack/garbagecollector"
12-
autoload :JSONP, "rack/jsonp"
13-
autoload :LighttpdScriptNameFix, "rack/lighttpd_script_name_fix"
14-
autoload :Locale, "rack/locale"
15-
autoload :MailExceptions, "rack/mailexceptions"
16-
autoload :PostBodyContentTypeParser, "rack/post_body_content_type_parser"
17-
autoload :ProcTitle, "rack/proctitle"
18-
autoload :Profiler, "rack/profiler"
19-
autoload :Sendfile, "rack/sendfile"
20-
autoload :TimeZone, "rack/time_zone"
9+
autoload :BounceFavicon, "rack/contrib/bounce_favicon"
10+
autoload :ETag, "rack/contrib/etag"
11+
autoload :GarbageCollector, "rack/contrib/garbagecollector"
12+
autoload :JSONP, "rack/contrib/jsonp"
13+
autoload :LighttpdScriptNameFix, "rack/contrib/lighttpd_script_name_fix"
14+
autoload :Locale, "rack/contrib/locale"
15+
autoload :MailExceptions, "rack/contrib/mailexceptions"
16+
autoload :PostBodyContentTypeParser, "rack/contrib/post_body_content_type_parser"
17+
autoload :ProcTitle, "rack/contrib/proctitle"
18+
autoload :Profiler, "rack/contrib/profiler"
19+
autoload :Sendfile, "rack/contrib/sendfile"
20+
autoload :TimeZone, "rack/contrib/time_zone"
2121
end
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)