index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
lib
/
active_support
/
file_evented_update_checker.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
removes the mutex around `changed`
Xavier Noria
2015-11-22
1
-7
/
+2
*
reset the @updated flag before the callback invocation
Xavier Noria
2015-11-21
1
-2
/
+1
*
make the @updated flag atomic in the evented monitor
Xavier Noria
2015-11-21
1
-5
/
+11
*
base (refined) Pathname#ascendant_of? also on Pathname#ascend
Xavier Noria
2015-11-12
1
-7
/
+2
*
let filter_out_descendants do less passes
Xavier Noria
2015-11-11
1
-9
/
+9
*
revises the implementation of Pathname#ascendant_of? (in refinement)
Xavier Noria
2015-11-11
1
-1
/
+8
*
applies code style guidelines
Xavier Noria
2015-11-11
1
-6
/
+6
*
simplifies the implementation of #watching?
Xavier Noria
2015-11-11
1
-16
/
+12
*
simplifies directories_to_watch
Xavier Noria
2015-11-11
1
-7
/
+4
*
adds a comment about how does filter_out_descendants preserve order
Xavier Noria
2015-11-11
1
-0
/
+1
*
rewrites bare loop as until
Xavier Noria
2015-11-11
1
-3
/
+1
*
simplifies the implementation of existing parent
Xavier Noria
2015-11-10
1
-13
/
+2
*
indents private methods as per our guidelines
Xavier Noria
2015-11-10
1
-28
/
+28
*
simplifies PathHelper with a Pathname refinement
Xavier Noria
2015-11-10
1
-22
/
+22
*
the evented monitor filters out descendants
Xavier Noria
2015-11-10
1
-10
/
+36
*
s/@modified/@updated/g
Xavier Noria
2015-11-08
1
-6
/
+6
*
stop ascending at the longest common subpath
Xavier Noria
2015-11-08
1
-33
/
+66
*
remove explicit File.expand_path call
Xavier Noria
2015-11-08
1
-1
/
+1
*
no need to have access to the listener
Xavier Noria
2015-11-08
1
-4
/
+1
*
revises the implementation of the evented file monitor
Xavier Noria
2015-11-08
1
-24
/
+65
*
implements an evented file update checker [Puneet Agarwal]
Xavier Noria
2015-11-08
1
-0
/
+67