rails--rails/actionview/lib/action_view
Mauricio Gomez Aguinaga cf93c6ae48 Sometimes you need a specific break sequence while using word wrap and as today the only option we have is "\n" and is hardcoded.
With this change you will be able to specify any break sequence ("\r\n" for example) as an option.

adding proper documentation for break_sequence in ActionView::Helpers::TextHelper.word_wrap

adding some more documentation for word_wrap custom break sequence and making sure we use new hash syntax
2015-08-11 14:15:47 -07:00
..
helpers Sometimes you need a specific break sequence while using word wrap and as today the only option we have is "\n" and is hardcoded. 2015-08-11 14:15:47 -07:00
locale
renderer zOMG 37 objects saved 2015-07-30 12:31:05 -05:00
tasks move cache_digests rake methods into their own namespace 2014-09-26 11:55:40 -07:00
template Add wildcard template dependencies. 2015-07-26 19:21:14 +02: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 Add wildcard template dependencies. 2015-07-26 19:21:14 +02:00
digestor.rb Add wildcard template dependencies. 2015-07-26 19:21:14 +02:00
flows.rb
gem_version.rb Start Rails 5 development 🎉 2014-11-28 15:00:06 -02:00
helpers.rb
layouts.rb Revert "Merge pull request #19685 from vngrs/actionview_parent_layout_bug" 2015-06-02 20:57:54 -03:00
log_subscriber.rb Prefer to pass block when logging. 2014-07-18 15:04:43 +08:00
lookup_context.rb Freeze string literals when not mutated. 2015-07-19 17:45:10 -05:00
model_naming.rb nodoc ActionView::ModelNaming module 2015-01-18 11:57:36 +05:30
path_set.rb Add wildcard template dependencies. 2015-07-26 19:21:14 +02:00
railtie.rb Make digest cache work in development. 2015-07-18 21:54:19 +02:00
record_identifier.rb Use existing constant for joining instead of '_' 2015-01-18 13:06:42 +05:30
rendering.rb [skip ci] Lookup can be a noun but it is not a verb 2015-07-17 20:18:57 +02:00
routing_url_for.rb Make AC::Parameters not inherited from Hash 2015-07-15 11:11:36 -04:00
template.rb Cut string ActionView template allocations 2015-07-29 20:41:58 -05:00
test_case.rb Dont try to call method missing in routes if thats not what we want 2015-08-10 22:16:52 +02:00
version.rb
view_paths.rb [skip ci] Lookup can be a noun but it is not a verb 2015-07-17 20:18:57 +02:00