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
Alexander Graul 2256f0bdb0
Correct human file size examples [ci skip]
The `number_to_human_size` helpers in Action View and Active Support
calculate the "human size" with a base of 1024. The examples should
reflect that so they don't confuse the reader.

The updated documentations use the values from:

    helper.number_to_human_size(1500)
2019-05-20 18:25:11 +02:00
..
helpers Correct human file size examples [ci skip] 2019-05-20 18:25:11 +02:00
locale
renderer Remove useless find_partial method 2019-05-07 01:21:07 +08:00
tasks Use frozen string literal in actionview/ 2017-07-24 11:53:43 +03:00
template Merge pull request #35959 from jhawthorn/unbound_templates 2019-04-15 17:57:39 -04:00
testing Support disabling cache for Digestor 2019-04-12 12:30:26 -07:00
base.rb Rename ActionView::Base#run to #_run 2019-03-15 20:31:24 +00:00
buffers.rb [ci skip] Doc ActionView::OutputBuffer 2018-09-06 15:28:45 -05:00
cache_expiry.rb Only clear template caches in dev after changes (#35629) 2019-04-01 21:22:57 +02:00
context.rb Directly include "CompiledTemplates" module 2019-01-18 15:51:15 -08:00
dependency_tracker.rb [Action View] require_relative => require 2017-10-21 22:48:28 +09:00
digestor.rb Only clear template caches in dev after changes (#35629) 2019-04-01 21:22:57 +02:00
flows.rb Use frozen string literal in actionview/ 2017-07-24 11:53:43 +03:00
gem_version.rb Start Rails 6.1 development 2019-04-24 15:57:14 -04:00
helpers.rb Remove RecordTagHelper 2018-04-07 09:28:01 +09:00
layouts.rb Pass lookup context to the layout handlers 2019-02-22 10:39:25 -08:00
log_subscriber.rb Add allocations to template renderer subscription 2018-10-10 08:07:12 -04:00
lookup_context.rb Always reject files external to app 2019-04-03 09:02:28 -07:00
model_naming.rb Use frozen string literal in actionview/ 2017-07-24 11:53:43 +03:00
path_set.rb Always reject files external to app 2019-04-03 09:02:28 -07:00
railtie.rb Only clear template caches in dev after changes (#35629) 2019-04-01 21:22:57 +02:00
record_identifier.rb Add Style/RedundantFreeze to remove redudant .freeze 2018-09-29 07:18:44 +00:00
rendering.rb Avoid assigning [nil] to formats 2019-03-19 16:33:56 -07:00
routing_url_for.rb respect path_only option when an array is passed into url_for 2018-10-01 19:31:08 +02:00
template.rb Deprecate Template#refresh 2019-04-04 15:07:14 -07:00
test_case.rb @controller may not be defined here, and if so, it causes a Ruby warning 2019-05-01 13:33:38 +09:00
unbound_template.rb De-dup Templates, introduce UnboundTemplate 2019-04-12 12:30:26 -07:00
version.rb Use frozen string literal in actionview/ 2017-07-24 11:53:43 +03:00
view_paths.rb Teach DetailsKey how to clear the template cache 2019-02-08 16:13:03 -08:00