summaryrefslogtreecommitdiff
path: root/lib/rack/reloader.rb
Commit message (Expand)AuthorAgeFilesLines
* Use require_relative and rely on autoload instead of using requireJeremy Evans2020-01-271-3/+1
* Only use ::Rack::RegexpExtensions on Ruby 2.3Jeremy Evans2020-01-271-1/+1
* Use Regexp match? instead of =~Krzysztof Rybka2019-04-181-1/+5
* Update LICENSE (#1261)yhirano552018-04-171-3/+3
* Add frozen_string_literal: true to remaining filesDillon Welch2018-04-131-0/+2
* Use Mutex instead of Thread.exclusive for reloaderKouhei Sutou2016-01-251-1/+2
* rescue Errno::ESRCH for windows, fixes #391Zachary Scott2012-10-251-1/+1
* Fixing return value of figure_path when nothing was foundMichael Fellinger2009-07-251-0/+2
* Forgot changing license of Rack::Reloader to MITMichael Fellinger2009-06-121-1/+2
* Make sure that Reloader doesn't break when executed via ruby -eMichael Fellinger2009-06-051-2/+2
* Improved Rack::ReloaderMichael Fellinger2009-04-181-46/+88
* Use $stdin and $stderr instead of STDIN and STDERRAaron Pfeifer2009-01-241-1/+1
* Fix trailing whitespace. Sigh.Christian Neukirchen2007-05-161-1/+1
* Add RDocsChristian Neukirchen2007-03-011-0/+6
* Add Rack::Reloader, a code autoreloaderChristian Neukirchen2007-02-251-0/+58