1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/lib/action_view/template
Jerry D'Antonio 56ac6e4768 Replaced ThreadSafe::Map with successor Concurrent::Map.
The thread_safe gem is being deprecated and all its code has been merged
into the concurrent-ruby gem. The new class, Concurrent::Map, is exactly
the same as its predecessor except for fixes to two bugs discovered
during the merge.
2015-09-19 09:56:26 -04:00
..
handlers Support explicit defintion of resouce name for collection caching. 2015-07-07 16:57:09 -04:00
error.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
handlers.rb Change the default template handler from ERB to Raw. 2015-01-04 11:58:42 -03:00
html.rb Use the reference for the mime type to get the format 2014-02-18 16:12:51 -03:00
resolver.rb Replaced ThreadSafe::Map with successor Concurrent::Map. 2015-09-19 09:56:26 -04:00
text.rb Use the reference for the mime type to get the format 2014-02-18 16:12:51 -03:00
types.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00