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
...
|
*
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
*
|
HTML safety: fix textarea with nil content
Jeremy Kemper
2010-05-24
1
-1
/
+1
*
|
translate method doesn't support arrays anymore and is optimized to be used w...
Santiago Pastorino
2010-05-24
1
-18
/
+10
*
|
Revert "translation method for arrays on TranslationHelper module returns an ...
Santiago Pastorino
2010-05-24
1
-25
/
+25
*
|
Move AV::TC to AV::TC::Behavior [#4678 state:resolved]
David Chelimsky
2010-05-24
1
-65
/
+85
*
|
translation method for arrays on TranslationHelper module returns an array wh...
Santiago Pastorino
2010-05-24
1
-25
/
+25
|
/
*
refactor evals and adds some __FILE__ and __LINE__
Santiago Pastorino
2010-05-20
3
-5
/
+4
*
Merge remote branch 'rails/master'
Xavier Noria
2010-05-19
6
-74
/
+293
|
\
|
*
Avoid instance variable @output_buffer not initialized
Santiago Pastorino
2010-05-19
1
-1
/
+2
|
*
Merge remote branch 'origin/master'
wycats
2010-05-17
1
-2
/
+5
|
|
\
|
|
*
Added default currency values to NumberHelper and pass them to I18n.translate
Santiago Pastorino
2010-05-17
1
-2
/
+5
|
*
|
Make sure encoding changes don't break 1.8
wycats
2010-05-17
1
-1
/
+3
*
|
|
fix documentation typo
Marius Nuennerich
2010-05-18
1
-2
/
+2
*
|
|
Merge branch 'master' of git://github.com/rails/rails
Rizwan Reza
2010-05-17
7
-38
/
+96
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Moved encoding work in progress to a feature branch.
Jeremy Kemper
2010-05-16
4
-284
/
+71
|
|
/
|
*
Significantly improved internal encoding heuristics and support.
wycats
2010-05-16
4
-35
/
+234
|
*
Initial work to improve the state of encodings for templates
wycats
2010-05-16
2
-45
/
+59
|
*
Check blocks are not incorrectly detected when compiling erubis templates [#4...
Simon Jefford
2010-05-16
1
-1
/
+1
|
*
added support for html attributes in options_for_select [#2165]
pleax
2010-05-16
1
-2
/
+25
|
*
Sending :id => nil to form helpers now properly omits the "id" html element [...
Jeff Dean
2010-05-15
1
-5
/
+11
|
*
Optimize the code added in fa99de0bd054576336c9
José Valim
2010-05-15
1
-9
/
+19
|
*
make sure `as` is set before trying to build an #{as}_counter. [#2804 state:r...
Jeff Kreeftmeijer
2010-05-15
1
-1
/
+1
|
*
partial counters with :as [#2804 state:resolved]
Jeff Kreeftmeijer
2010-05-15
1
-0
/
+1
|
*
Accept :alt => nil on image_tag [#4558 state:resolved]
Marc-Andre Lafortune
2010-05-15
1
-1
/
+1
|
*
Improve previous patch a bit [#3645 state:resolved]
José Valim
2010-05-15
2
-9
/
+6
|
*
Let label helpers accept blocks.
Stephen Celis
2010-05-15
2
-18
/
+40
[prev]
[next]