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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow explicit placement of hidden id element for nested models.
Will Read
2009-11-15
1
-2
/
+11
*
Fix some Ruby warnings: `*' interpreted as argument prefix
Bryan Helmkamp
2009-11-09
1
-1
/
+1
*
Fix error_messages_for when instance variable names are given.
José Valim
2009-10-21
1
-6
/
+6
*
Bring agnosticism to error_messages_for.
José Valim
2009-10-17
1
-6
/
+10
*
Unify benchmark APIs.
José Valim
2009-10-15
1
-54
/
+0
*
Make sure non-escaped urls aren't considered safe
Michael Koziarski
2009-10-15
1
-1
/
+1
*
ActionView.url_for doesn't escape by default
Phil Darnowsky
2009-10-15
1
-1
/
+1
*
Start adding configuration to ActionView instead of using constants.
Yehuda Katz
2009-10-14
1
-12
/
+16
*
API change: content_tag_for outputs prefixed class name
Joshua Peek
2009-10-08
1
-3
/
+3
*
error procs have to be safe too
Michael Koziarski
2009-10-08
1
-1
/
+1
*
Switch to on-by-default XSS escaping for rails.
Michael Koziarski
2009-10-08
12
-25
/
+43
*
NumberHelper depends on big decimal extensions
Joshua Peek
2009-10-03
1
-0
/
+1
*
Introduce :almost keyword for distance_of_time_in_words. Make 1.75 days - 2 d...
John Trupiano
2009-09-28
1
-10
/
+19
*
Enhancing distance_of_time_in_words to prefix year output with over and about...
Jay Pignata
2009-09-28
1
-4
/
+7
*
AV::UrlHelper depends on Array#second
Joshua Peek
2009-09-13
1
-0
/
+1
*
Don't force test suite to use bundler
Joshua Peek
2009-09-13
1
-0
/
+1
*
Allow fields_for on a nested_attributes association to accept an explicit col...
Andrew France
2009-09-12
1
-7
/
+19
*
Clean tag attributes before passing through the escape_once logic.
Michael Koziarski
2009-09-04
1
-1
/
+1
*
Don't raise exceptions for missing javascript_include_tag or stylesheet_link_...
Sam Pohlenz
2009-09-03
1
-2
/
+6
*
I18n: use I18n for select helpers' prompt text
Akira Matsuda
2009-08-26
1
-1
/
+2
*
Revert "I18n: use I18n for select helpers' prompt text"
Jeremy Kemper
2009-08-26
1
-2
/
+1
*
I18n: use I18n for select helpers' prompt text
Akira Matsuda
2009-08-26
1
-1
/
+2
*
Got tests to pass with some more changes.
Yehuda Katz
2009-08-15
1
-2
/
+3
*
Introduce grouped_collection_select helper.
codeape
2009-08-09
1
-0
/
+67
*
Make sure link_to generates the form with the specified :href if any [#2254 s...
Max Lapshin
2009-08-10
1
-1
/
+1
*
Fixed to_label_tag to accept id attribute without changing for attribute [#26...
Matt Duncan
2009-08-09
1
-0
/
+1
*
Support passing Redcloth options via textilize helper [#2973 state:resolved]
rizwanreza
2009-08-09
1
-3
/
+11
*
Clean up initializer and some of the internals of PartialRenderer
Yehuda Katz
2009-08-09
1
-0
/
+4
*
Don't call additional methods on builders passed to the atom_feed helper.
Michael Koziarski
2009-08-09
1
-1
/
+1
*
Update truncate documentation / examples to more clearly demonstrate its actu...
Steve St. Martin
2009-08-08
1
-8
/
+10
*
Allow content_tag options to take an array [#1741 state:resolved] [rizwanreza...
rizwanreza
2009-08-08
1
-9
/
+7
*
Allow radio buttons to work with booleans.
José Valim
2009-08-08
1
-2
/
+2
*
Add :include_blank option for select_tag [#1987 status:resolved]
rizwanreza
2009-08-08
1
-0
/
+7
*
remove duplicate call to stringify_keys [#2587 status:resolved]
Steve St. Martin
2009-08-08
1
-1
/
+1
*
Fix number_to_precision rounding error [#2071 state:resolved]
wmoxam
2009-08-08
1
-1
/
+1
*
Ruby 1.9.2: implicit argument passing of super from method defined by define_...
Jeremy Kemper
2009-08-07
1
-3
/
+1
*
Improve a path in _render_partial
Yehuda Katz
2009-08-06
1
-0
/
+4
*
Make sure javascript_include_tag/stylesheet_link_tag does not append ".js" or...
Matthew Rudy Jacobs
2009-08-05
1
-10
/
+14
*
Fix tag helpers so that all HTML element boolean attributes render according ...
Marc Love
2009-07-30
2
-2
/
+5
*
Add support for error_messages_for(@obj)
Yehuda Katz
2009-07-28
1
-6
/
+24
*
Merge docrails
Pratik Naik
2009-07-25
4
-77
/
+76
*
First effort at new Ajax helpers
Yehuda Katz
2009-07-20
1
-0
/
+68
*
Rename ActiveRecordHelper to ActiveModelHelper
Yehuda Katz
2009-07-20
2
-3
/
+1
*
Finish convert_to_object updates
Yehuda Katz
2009-07-20
1
-1
/
+3
*
Update some tests and add a to_model to form helpers
Yehuda Katz
2009-07-20
2
-3
/
+5
*
Define ActiveModel API Compliance
Yehuda Katz
2009-07-20
2
-9
/
+28
*
Move default_form_builder to ActionView so it'll work in environments not usi...
Yehuda Katz
2009-07-19
1
-3
/
+15
*
Adds a audio_tag helper for the HTML5 audio tag. Fixed video_path docs. HTML ...
Emilio Tagua
2009-07-07
2
-5
/
+36
*
Removed unnecessary calls to image_path and hash lookups [#2827 state:resolved]
Yehuda Katz + Carl Lerche
2009-07-02
1
-3
/
+3
*
My suggestion to fix ticket 2401 [#2401 state:resolved]
Jarl Friis
2009-07-02
1
-4
/
+6
[next]