Rafael Mendonça França
4b6886a140
Merge pull request #11383 from mattdbridges/simple-format-doc-fix
...
Fix simple_format output example ending tag
2013-07-09 12:12:08 -07:00
Matt Bridges
7e1cb39f72
Fix simple_format output example ending tag
2013-07-09 14:09:26 -05:00
Rafael Mendonça França
9eeb3cc040
Merge pull request #11348 from sanemat/fix/link-to-block
...
Fix actionview link_to with block and url_hash
2013-07-07 10:02:39 -07:00
sanemat
bcc30d8f2f
Include block in a argument shift
2013-07-08 00:35:14 +09:00
Takayuki Matsubara
06388b0779
Added an enforce_utf8
hash option for form_tag
method
...
Control to output a hidden input tag with name `utf8` without monkey
patching
Before:
form_tag
# => '<form>..<input name="utf8" type="hidden" value="✓" />..</form>'
After:
form_tag
# => '<form>..<input name="utf8" type="hidden" value="✓" />..</form>'
form_tag({}, { :enforce_utf8 => false })
# => '<form>....</form>'
2013-07-07 23:49:38 +09:00
sanemat
f71b075d6c
Fix link_to with block and url_hash
...
Use link_to with block and url_hash, expect block as name.
But ignore block and use url_hash as name.
3-2-stable passes this test. 4-0-stable and master fail this.
2013-07-07 23:21:47 +09:00
Carlos Antonio da Silva
6b9356a4b7
Remove the deprecated include_seconds argument from distance_of_time_in_words
...
Pass in an :include_seconds hash option to use this feature.
2013-07-02 22:46:23 -03:00
Vipul A M
38aafc0377
Remove FormBuilder
deprecation warning about block argument and associated tests
2013-07-02 02:06:39 +05:30
Santiago Pastorino
4eedb3928e
Clean the code a bit
2013-06-29 21:20:08 -07:00
Jon Rowe
53eb9fdd9c
fetch value(s) from stringified options
2013-06-29 19:32:13 +10:00
kennyj
94c72c45bb
Remove passing the prompt to grouped_options_for_select as an argument, because it was deprecated.
2013-06-28 03:11:00 +09:00
Artyom
2137f8842b
Fix documentation for grouped_collection_select [ci skip]
2013-06-27 19:52:37 +04:00
Carlos Antonio da Silva
f410c13bf8
Refactor cache fragment handling with read/write methods
2013-06-25 20:51:02 -03:00
Andrew Rove
f341acdae3
Move the write portion of fragment_for to its own method to allow for easier creation of custom cache methods.
2013-06-25 20:46:02 -03:00
mariozig
bf044a9bbe
Fix typo in docs. HABTM associations should use a pluralized name
2013-06-25 15:35:03 -07:00
Piotr Sarnacki
0d6e8edc2a
Move actionpack/lib/action_view* into actionview/lib
2013-06-20 17:23:15 +02:00