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
David Pedersen 4f90298d37 Reorder conditional logic
According to the best practice that "unless not" and "unless else"
is hard to follow logically the link_to_unless and link_to_if
were reversed.
2014-03-18 21:16:36 +01:00
..
helpers Reorder conditional logic 2014-03-18 21:16:36 +01:00
locale
renderer Introduce render :html for render HTML string 2014-02-18 12:08:36 -05:00
tasks
template Add variants to Template class 2014-03-14 13:18:14 +01:00
testing Add variants to Template class 2014-03-14 13:18:14 +01:00
vendor Merge branch 'master' of github.com:lifo/docrails 2013-12-20 00:10:30 +05:30
base.rb Rails config for raise on missing translations 2014-01-27 08:03:46 -02:00
buffers.rb
context.rb
dependency_tracker.rb Avoid scanning multiple render calls as a single match. 2014-01-09 20:37:00 -02:00
digestor.rb Clarify AV::Digestor.digest method signature docs and deprecation warning 2014-03-15 06:55:14 -07:00
flows.rb
gem_version.rb Introduce Rails.gem_version 2014-03-05 12:37:38 -05:00
helpers.rb
layouts.rb Introduce render :html for render HTML string 2014-02-18 12:08:36 -05:00
log_subscriber.rb
lookup_context.rb Fix the resolver cache and stop mutating the lookup_context 2014-03-14 17:32:32 -03:00
model_naming.rb
path_set.rb
railtie.rb
record_identifier.rb
rendering.rb Do note remove Content-Type when render :body 2014-03-05 10:33:52 -05:00
routing_url_for.rb
template.rb Add variants to Template class 2014-03-14 13:18:14 +01:00
test_case.rb
version.rb Introduce Rails.gem_version 2014-03-05 12:37:38 -05:00
view_paths.rb