index
:
delta/ruby-gems/rack.git
1-5-stable
1-6-stable
2-0-stable
2-1-stable
2-2-stable
3-0-stable
base64-strict
default-server
external-gems
external-workflow
fix-rubocop
fix-server-options
fix-travis
github-actions
host-authority
improve-install
main
master
memoize-header-hash
rack-0.4
rack-0.9
rack-1.0
rack-1.1
rack-1.2
rack-1.3
rack-1.4
rack-1.5
rack-environment
rack-protocol
rack-request-headers
rack-response-buffered
remove-execution-constants
remove-execution-variables
remove-lighttp
request-ip
response-body
response-body-compact
response-documentation
response-mock-response-consistency
response-tidy
rework-builder
rfc2822_expires
rm_to_ary_from_response
server-encodings-preference
sid-object
spec-markdown
spec-response-headers-hash
tidy-gemspec
to_ary-flatten
unity3d_multipart_bug
webrick-chunky
github.com: rack/rack.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
rack
/
reloader.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use require_relative and rely on autoload instead of using require
Jeremy Evans
2020-01-27
1
-3
/
+1
*
Only use ::Rack::RegexpExtensions on Ruby 2.3
Jeremy Evans
2020-01-27
1
-1
/
+1
*
Use Regexp match? instead of =~
Krzysztof Rybka
2019-04-18
1
-1
/
+5
*
Update LICENSE (#1261)
yhirano55
2018-04-17
1
-3
/
+3
*
Add frozen_string_literal: true to remaining files
Dillon Welch
2018-04-13
1
-0
/
+2
*
Use Mutex instead of Thread.exclusive for reloader
Kouhei Sutou
2016-01-25
1
-1
/
+2
*
rescue Errno::ESRCH for windows, fixes #391
Zachary Scott
2012-10-25
1
-1
/
+1
*
Fixing return value of figure_path when nothing was found
Michael Fellinger
2009-07-25
1
-0
/
+2
*
Forgot changing license of Rack::Reloader to MIT
Michael Fellinger
2009-06-12
1
-1
/
+2
*
Make sure that Reloader doesn't break when executed via ruby -e
Michael Fellinger
2009-06-05
1
-2
/
+2
*
Improved Rack::Reloader
Michael Fellinger
2009-04-18
1
-46
/
+88
*
Use $stdin and $stderr instead of STDIN and STDERR
Aaron Pfeifer
2009-01-24
1
-1
/
+1
*
Fix trailing whitespace. Sigh.
Christian Neukirchen
2007-05-16
1
-1
/
+1
*
Add RDocs
Christian Neukirchen
2007-03-01
1
-0
/
+6
*
Add Rack::Reloader, a code autoreloader
Christian Neukirchen
2007-02-25
1
-0
/
+58