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
Derek Prior 6ad5e7ebeb
Correct translate helper docs [ci skip]
The documentation previously stated that calling `translate(".foo")` was
equivalent to calling `I18n.translate("people.index.foo")` which is
incorrect due to the various other functions of the `translate` view
helper. This has been fixed.

Additionally, a note about forcing the view helper to re-raise
exceptions was added to the section detailing the handling of missing
translations.

Other cleanup includes:

* Consistent formatting of code
* Stop indenting bulleted list as a code sample
* Tighten some of the language
* Wrap at 80 characters.
2015-04-24 11:45:35 -04:00
..
helpers Correct translate helper docs [ci skip] 2015-04-24 11:45:35 -04:00
locale
renderer Merge pull request #19535 from JuanitoFatas/doc/av-comment 2015-03-27 08:38:12 +01:00
tasks move cache_digests rake methods into their own namespace 2014-09-26 11:55:40 -07:00
template Merge pull request #17512 from JackDanger/danger/use-default-view-pattern-in-docs 2015-04-10 17:03:48 -07:00
testing Removed ActionView::Assertions. Getting ready to exchange with Rails::Dom::Testing::Assertions. 2014-06-16 21:04:17 +02:00
base.rb Add documentation for local_assigns [ci skip] 2015-02-17 18:25:59 +05:30
buffers.rb handle <%== nil %> cases 2014-09-14 17:11:13 -07:00
context.rb
dependency_tracker.rb Fix dependency tracker bug 2015-02-25 14:57:29 +02:00
digestor.rb Log digest as :debug instead of :info 2014-07-15 14:18:32 +10:00
flows.rb Comment typo 2013-06-25 14:34:51 -04:00
gem_version.rb Start Rails 5 development 🎉 2014-11-28 15:00:06 -02:00
helpers.rb Make ActionView::Tags loading tread safe 2013-12-02 20:27:50 -02:00
layouts.rb fix for actionview parent layout bug 2015-04-08 11:39:29 +03:00
log_subscriber.rb Prefer to pass block when logging. 2014-07-18 15:04:43 +08:00
lookup_context.rb head no_content when there is no template or action performed 2015-04-05 15:46:50 -04:00
model_naming.rb nodoc ActionView::ModelNaming module 2015-01-18 11:57:36 +05:30
path_set.rb
railtie.rb Merge multi_fetch_fragments. 2015-02-20 20:07:50 +01:00
record_identifier.rb Use existing constant for joining instead of '_' 2015-01-18 13:06:42 +05:30
rendering.rb Support :assigns option when rendering with controllers/mailers. 2015-01-22 00:25:50 +03:00
routing_url_for.rb move _generate_paths_by_default to where it is used 2015-03-01 13:35:24 -08:00
template.rb Merge pull request #18948 from kaspth/automatic-collection-caching 2015-02-25 11:54:07 -03:00
test_case.rb Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846 2015-01-31 23:12:41 -05:00
version.rb Introduce Rails.gem_version 2014-03-05 12:37:38 -05:00
view_paths.rb Remove deprecated AbstractController::Base::parent_prefixes 2015-01-04 11:58:42 -03:00