index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_view
/
helpers
/
text_helper.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-05-17
1
-3
/
+5
|
\
|
*
fix word_wrap eg output [ci skip]
Vijay Dev
2012-05-17
1
-1
/
+3
|
*
Fix code example for word_wrap helper.
Hendy Tanata
2012-05-17
1
-2
/
+2
*
|
Merge pull request #6273 from KensoDev/feature/simple_format_refactoring
Rafael Mendonça França
2012-05-15
1
-9
/
+19
|
\
\
|
|
/
|
/
|
|
*
Added the wrapper tag option to simple_format
Avi Tzurel
2012-05-14
1
-2
/
+4
|
*
simple_format refactoring
Avi Tzurel
2012-05-14
1
-9
/
+17
*
|
Removing ==Examples and last blank lines of docs from actionpack
Francesco Rodriguez
2012-05-15
1
-11
/
+0
|
/
*
fix a couple of formatting issues [ci skip]
Vijay Dev
2012-05-09
1
-2
/
+4
*
Fix example url in text helper
Alexey Vakhov
2012-05-02
1
-1
/
+1
*
don't duplicate default values in text helper
Sergey Nartimov
2012-04-11
1
-12
/
+13
*
use extract_options! in cycle helper
Sergey Nartimov
2012-04-07
1
-6
/
+4
*
Highlight defaults to HTML5 `mark` element
Brian Cardarella
2012-02-05
1
-4
/
+4
*
remove useless call to mb_chars
Sergey Nartimov
2012-01-05
1
-4
/
+4
*
Include TagHelper but don't explicitly require it
Erik Michaels-Ober
2011-12-12
1
-1
/
+1
*
Fix and simplify highlight regexp
Alexey Vakhov
2011-11-10
1
-1
/
+1
*
ActionView::Helpers::TextHelper#simple_format should not change the text in p...
Casebook Developer
2011-08-04
1
-1
/
+1
*
Do not change a frozen text passed to simple_format text helper
Tadas Tamosauskas
2011-06-20
1
-0
/
+1
*
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-06-18
1
-1
/
+1
|
\
|
*
cycle: make an odd number be marked as odd.
Robert Massaioli
2011-06-13
1
-1
/
+1
*
|
Use html_safe
Santiago Pastorino
2011-06-16
1
-2
/
+2
|
/
*
Don't operate on the safebuffer, operate on a string and convert.
Christopher Meiklejohn
2011-06-07
1
-1
/
+2
*
Remove extra white spaces on ActionPack docs.
Sebastian Martinez
2011-05-23
1
-2
/
+2
*
removing auto_link and moving it to the rails_autolink gem. :bomb:
Aaron Patterson
2011-05-02
1
-125
/
+0
*
Removing incorrect example results
Matt Duncan
2011-04-15
1
-2
/
+2
*
Fix syntax error in example
Matt Duncan
2011-04-15
1
-1
/
+1
*
do not return html safe strings from auto_link
Aaron Patterson
2011-04-05
1
-2
/
+2
*
Added RDoc info for accepted options for simple_format in TextHelper.
Steve Schwartz
2011-02-15
1
-0
/
+7
*
auto_link: avoid recognizing full width chars as a part of URI scheme
Akira Matsuda
2011-02-01
1
-1
/
+1
*
Add a note to TextHelpers making explicit their default behavior of not escap...
José Valim
2010-11-08
1
-0
/
+18
*
avoid a few comparisons
Aaron Patterson
2010-10-18
1
-3
/
+3
*
remove strange else block
Aaron Patterson
2010-10-18
1
-9
/
+7
*
skip extra work if no text or phrase was provided
Aaron Patterson
2010-10-18
1
-12
/
+11
*
another case of extra nil? check
Neeraj Singh
2010-09-30
1
-1
/
+1
*
Changed documentation for auto_link so that the truncate example works [#5694...
Kevin Hughes
2010-09-24
1
-1
/
+1
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-2
/
+2
*
Concernify SanitizeHelper and TextHelper so including TextHelper correctly in...
wycats
2010-08-04
1
-0
/
+3
*
Removed deprecated APIs in text and number helpers [#5156 state:resolved]
Łukasz Strzałkowski
2010-07-26
1
-20
/
+1
*
Merge remote branch 'rails/master'
Xavier Noria
2010-06-20
1
-14
/
+18
|
\
|
*
Make text_helpers methods which return valid html to return it as safe and sa...
Santiago Pastorino
2010-06-17
1
-6
/
+14
|
*
truncate() should not try to produce HTML-safe output
Wincent Colaiuta
2010-06-17
1
-8
/
+4
*
|
Added titles and description.
Rizwan Reza
2010-06-16
1
-0
/
+1
*
|
Fix a bunch of minor spelling mistakes
Evgeniy Dolzhenko
2010-06-15
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix a bunch of minor spelling mistakes
Evgeniy Dolzhenko
2010-06-11
1
-1
/
+1
*
|
edit pass: the names of Rails components have a space, ie, "Active Record", n...
Xavier Noria
2010-06-14
1
-1
/
+1
*
|
truncate safe method description changes
Neeraj Singh
2010-06-14
1
-1
/
+1
*
|
truncate documentation an examples added for :safe option
Santiago Pastorino
2010-06-13
1
-0
/
+10
*
|
text_helper now escape the unsafe input instead of sanitizing
Santiago Pastorino
2010-06-11
1
-4
/
+4
|
/
*
Removed textilize, textilize_without_paragraph and markdown helpers
Santiago Pastorino
2010-06-09
1
-83
/
+0
*
Made markdown honor :safe option and handle safe input. Also added tests for ...
rohit
2010-06-08
1
-2
/
+2
*
Fixed textilize_without_paragraph and added tests for it. [#4792 state:resolved]
rohit
2010-06-08
1
-1
/
+1
[next]