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_update_checker.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Raise in the initialize not in the execute
Rafael Mendonça França
2017-01-31
1
-5
/
+5
*
Raise an error if FileUpdateChecker#execute is called with no block
kenta-s
2017-01-28
1
-1
/
+5
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
1
-7
/
+7
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-43
/
+43
*
applies new string literal convention in activesupport/lib
Xavier Noria
2016-08-06
1
-2
/
+2
*
Remove time calculatiosn extension
Rafael Mendonça França
2016-04-13
1
-0
/
+2
*
copy edits some comments [ci skip]
Xavier Noria
2016-04-12
1
-8
/
+5
*
No more need for an early return
Blake Mesdag
2016-04-12
1
-2
/
+0
*
More readable version
Blake Mesdag
2016-04-12
1
-13
/
+10
*
Handle max_time edge cases for epoch times and add test
Blake Mesdag
2016-04-12
1
-3
/
+12
*
Use Time#compare_without_coercion for super speed
Blake Mesdag
2016-04-12
1
-1
/
+6
*
Use a single memoized loop to find max mtime in ActiveSupport::FileUpdateChec...
Blake Mesdag
2016-04-12
1
-1
/
+12
*
use `ActiveSupport::Reloader.to_prepare` instead of deprecated `ActionDispatc...
yuuji.yaginuma
2016-03-11
1
-1
/
+1
*
Publish AS::Executor and AS::Reloader APIs
Matthew Draper
2016-03-02
1
-0
/
+1
*
applies code style guidelines
Xavier Noria
2015-11-11
1
-1
/
+1
*
clean up some warnings on trunk ruby
Aaron Patterson
2013-10-31
1
-1
/
+1
*
Fix some typos
Vipul A M
2013-06-07
1
-1
/
+1
*
Replace comments' non-breaking spaces with spaces
claudiob
2012-12-04
1
-1
/
+1
*
update AS docs [ci skip]
Francesco Rodriguez
2012-09-17
1
-10
/
+8
*
explains why the file update checker ignores mtimes in the future, plus a lit...
Xavier Noria
2012-07-02
1
-2
/
+12
*
fix FileUpdateChecker when file has wrong mtime (from future)
abonec
2012-06-29
1
-1
/
+3
*
Stop relying on mutable structures in the FileUpdateChecker
José Valim
2012-06-12
1
-15
/
+4
*
Initialize variables in file update checker to avoid warnings
Carlos Antonio da Silva
2012-04-05
1
-0
/
+3
*
the file update checker now also detects removed files
Xavier Noria
2012-04-03
1
-24
/
+38
*
Remove deprecation from AS::Deprecation behavior, some minor cleanups
Carlos Antonio da Silva
2012-03-16
1
-8
/
+5
*
escape commas in paths before globbing to avoid infinite hang in Dir[]
Jon Rowe
2012-03-15
1
-1
/
+5
*
Remove Array.wrap calls in ActiveSupport
Rafael Mendonça França
2012-01-06
1
-2
/
+1
*
FileUpdateChecker should be able to handle deleted files.
José Valim
2011-12-13
1
-28
/
+45
*
Clean up FileUpdateChecker API.
José Valim
2011-12-13
1
-12
/
+13
*
Speed up development by only reloading classes if dependencies files changed.
José Valim
2011-12-12
1
-10
/
+33
*
Provide a dir => extension API to file update checker.
José Valim
2011-12-12
1
-2
/
+41
*
Update checker returns a boolean if callback was executed or not.
José Valim
2011-12-12
1
-0
/
+3
*
Allow FileUpdateChecker to work with globs.
José Valim
2011-12-12
1
-1
/
+3
*
Use shorter class-level File methods instead of going through File.stat.
thedarkone
2011-07-25
1
-1
/
+1
*
Replace AD::Callbacks.to_prepare with AD::Reloader.to_prepare
John Firebaugh
2010-12-20
1
-1
/
+1
*
Avoid calls to Rails::Application since this is not the official API.
José Valim
2010-07-01
1
-6
/
+5
*
Initialize @last_update_at in file_update_checker to hide warnings in AS test...
rohit
2010-06-21
1
-2
/
+2
*
Add ActiveSupport::FileUpdateChecker.
José Valim
2010-06-20
1
-0
/
+37