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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
option_groups_from_collection_for_select should return HTML-safe string [#487...
Wincent Colaiuta
2010-06-19
1
-1
/
+1
|
*
form_for without :html and with :remote should not error
David Genord II
2010-06-18
1
-1
/
+1
|
*
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
*
|
Final touches and fixes.
Rizwan Reza
2010-06-21
7
-1
/
+9
*
|
Action View is now titled.
Rizwan Reza
2010-06-21
1
-1
/
+1
*
|
Action View is now titled.
Rizwan Reza
2010-06-21
3
-0
/
+5
*
|
Added title to some other files in actionpack/lib/action_view
Rizwan Reza
2010-06-16
7
-0
/
+9
*
|
Added titles and description.
Rizwan Reza
2010-06-16
7
-17
/
+37
*
|
Adds title and description where needed.
Rizwan Reza
2010-06-16
15
-22
/
+48
*
|
Fix a bunch of minor spelling mistakes
Evgeniy Dolzhenko
2010-06-15
7
-11
/
+11
|
\
\
|
|
/
|
/
|
|
*
Fix a bunch of minor spelling mistakes
Evgeniy Dolzhenko
2010-06-11
7
-11
/
+11
*
|
edit pass: the names of Rails components have a space, ie, "Active Record", n...
Xavier Noria
2010-06-14
3
-5
/
+5
*
|
truncate safe method description changes
Neeraj Singh
2010-06-14
1
-1
/
+1
*
|
Merge branch 'master' of git://github.com/rails/rails
Rizwan Reza
2010-06-14
2
-2
/
+2
|
\
\
|
*
|
render(:inline) in a layout before yield replaces original content
Neeraj Singh
2010-06-13
1
-1
/
+1
|
*
|
removes spurious .rb in require
Xavier Noria
2010-06-12
1
-1
/
+1
*
|
|
truncate documentation an examples added for :safe option
Santiago Pastorino
2010-06-13
1
-0
/
+10
|
/
/
*
|
Merge remote branch 'docrails/master'
Xavier Noria
2010-06-12
1
-1
/
+9
|
\
\
|
*
|
adds missing require for having ActiveSupport::InheritableOptions defined
Xavier Noria
2010-06-11
1
-0
/
+1
|
*
|
Updated all number helpers with :locale option.
Slobodan Kovacevic
2010-06-11
1
-1
/
+9
|
|
/
*
|
text_helper now escape the unsafe input instead of sanitizing
Santiago Pastorino
2010-06-11
1
-4
/
+4
*
|
adds missing require for having ActiveSupport::InheritableOptions defined
Xavier Noria
2010-06-11
1
-0
/
+1
|
/
*
Merge remote branch 'rails/master'
Xavier Noria
2010-06-10
3
-105
/
+15
|
\
|
*
Remove punctuate_body! No code in lib was using it and it had no documentation.
José Valim
2010-06-10
1
-6
/
+0
|
*
class_attribute is not a direct replacement of class_inheritable_*.
José Valim
2010-06-10
1
-10
/
+7
|
*
Removed textilize, textilize_without_paragraph and markdown helpers
Santiago Pastorino
2010-06-09
1
-83
/
+0
|
*
Memoize the object returned by _view in ActionView::TestCase::Behavior
David Chelimsky
2010-06-08
1
-6
/
+8
*
|
Added :locale option explanation for number_to_currency
Slobodan Kovacevic
2010-06-10
1
-0
/
+2
|
/
*
Fixed double output from cache in no caching mode
David Heinemeier Hansson
2010-06-08
1
-14
/
+14
*
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
*
Updating image_tag to support cid:content_id "URLs"
Mikel Lindsaar
2010-06-07
1
-2
/
+5
*
Fix case when rendering a partial inside RJS with inherited layout [#4786 sta...
José Valim
2010-06-07
1
-1
/
+1
*
Makes text_helper methods sanitize the input if the input is not safe or :saf...
Santiago Pastorino
2010-06-07
1
-16
/
+22
*
content_tag_string shouldn't escape_html if escape param is false
Santiago Pastorino
2010-06-07
1
-1
/
+1
*
Make AP test suite green once again and speed up performance in layouts looku...
José Valim
2010-06-07
3
-31
/
+37
*
Formats should always be an array.
Jeremy Kemper
2010-06-06
1
-1
/
+1
*
Optimize LookupContext
wycats
2010-06-04
3
-11
/
+27
*
Changes made while working on upgrading cells to Rails 3
wycats
2010-06-02
1
-0
/
+1
*
revises the documentation of String#truncate and the truncate helper
Xavier Noria
2010-06-02
1
-9
/
+9
*
Extracted String#truncate from TextHelper#truncate [DHH]
David Heinemeier Hansson
2010-06-01
1
-11
/
+5
*
Base options cant live in lazy loaded helpers as they then wont be available ...
David Heinemeier Hansson
2010-05-31
2
-7
/
+4
*
Update template to allow handlers to more cleanly handle encodings (ht: nex3)
wycats
2010-05-30
3
-65
/
+65
*
Merge commit 'mislav/auto_link'
Michael Koziarski
2010-05-29
1
-12
/
+21
|
\
|
*
avoid auto_linking already linked emails; more robust detection of linked URLs
Mislav Marohnić
2010-05-24
1
-9
/
+18
|
*
auto_link: support arbitrary URI schemes like "ftp:" and "file:"
Mislav Marohnić
2010-05-24
1
-3
/
+3
*
|
In AV::TC, move protect_against_forgery? from the test_case to the
David Chelimsky
2010-05-26
1
-4
/
+9
*
|
Support configuration of controller.controller_path on instances of
David Chelimsky
2010-05-26
1
-2
/
+7
*
|
i18n: t() handles single keys returning an Array, also
Jeremy Kemper
2010-05-24
1
-2
/
+5
[prev]
[next]