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
/
form_options_helper.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove default class to collection_check_boxes and
Rafael Mendonça França
2012-02-02
1
-8
/
+8
*
Allow collection radio_buttons/check_boxes to access current text/value
Carlos Antonio da Silva
2012-02-02
1
-0
/
+14
*
Add changelog, docs and guides entries
Carlos Antonio da Silva
2012-02-02
1
-17
/
+63
*
Allow proc for value/text method in collection_select
Carlos Antonio da Silva
2012-02-02
1
-2
/
+6
*
Move collection radio buttons / check boxes back to FormOptionsHelper
Carlos Antonio da Silva
2012-02-02
1
-0
/
+75
*
Cleanup options helper methods a bit
Carlos Antonio da Silva
2012-02-02
1
-12
/
+12
*
Refactor option groups to use content_tag
Carlos Antonio da Silva
2012-02-02
1
-4
/
+4
*
Move collection_check_boxes and collection_radio_buttons to they our
Rafael Mendonça França
2012-02-02
1
-8
/
+0
*
Add collection_check_boxes helper
Carlos Antonio da Silva
2012-02-02
1
-0
/
+4
*
Create collection_radio_buttons helper
Carlos Antonio da Silva
2012-02-02
1
-0
/
+4
*
Remove eval calls, use send.. eval is evil
Carlos Antonio da Silva
2012-01-31
1
-3
/
+3
*
remove extra 'the'
Rohit Arondekar
2012-01-25
1
-1
/
+1
*
Do not need of ActionView::Helpers scope since we are inside
Rafael Mendonça França
2012-01-17
1
-4
/
+4
*
Extract TimeZoneSelect
Rafael Mendonça França
2012-01-17
1
-34
/
+1
*
Extract GroupedCollectionSelect
Rafael Mendonça França
2012-01-17
1
-7
/
+1
*
Extract CollectionSelect
Rafael Mendonça França
2012-01-17
1
-9
/
+1
*
Extract Select
Rafael Mendonça França
2012-01-17
1
-18
/
+1
*
Whitespaces :scissors:
Rafael Mendonça França
2012-01-05
1
-5
/
+4
*
Refactor extract_selected_and_disabled
Rafael Mendonça França
2012-01-05
1
-1
/
+2
*
Change more Array.wrap to Kernel#Array
Rafael Mendonça França
2012-01-05
1
-2
/
+2
*
Check for response to `#last` instead of `#first`.
Brian Rose
2011-12-20
1
-1
/
+1
*
Ensure option for select helper responds to `#first` before comparison.
Brian Rose
2011-12-20
1
-1
/
+1
*
scumbag 1.8: strings are enumerable :'(
Aaron Patterson
2011-10-26
1
-1
/
+1
*
properly handle lists of lists. Thanks @adrianpike for reporting!
Aaron Patterson
2011-10-25
1
-1
/
+6
*
just check to see that the first item in the list is an array
Aaron Patterson
2011-10-07
1
-1
/
+1
*
Improve performance and memory usage for options_for_select with Ruby 1.8.7
Christos Zisopoulos
2011-07-27
1
-2
/
+2
*
Grouped select helper
Andrew Radev
2011-07-11
1
-2
/
+12
*
Select tag helpers: remove some code dups
Bogdan Gusiev
2011-06-17
1
-25
/
+10
*
Fixing select[multiple] html specification problem.
Bogdan Gusiev
2011-06-08
1
-6
/
+37
*
Added missing quote in grouped_options_for_select example
diego
2011-05-26
1
-1
/
+1
*
Remove extra white spaces on ActionPack docs.
Sebastian Martinez
2011-05-23
1
-4
/
+4
*
Follow code conventions on docs
Sebastian Martinez
2011-05-10
1
-2
/
+2
*
Improve select helpers by allowing a selected value of false. This is useful...
John Allison
2011-01-09
1
-1
/
+1
*
Call html_escape in ERB::Util module and don't mix it in in the helpers
Santiago Pastorino
2010-10-18
1
-6
/
+6
*
fixing an error in the rdoc
Aaron Patterson
2010-10-15
1
-1
/
+1
*
removing useless code
Aaron Patterson
2010-09-29
1
-1
/
+0
*
convert inject to map + join
Aaron Patterson
2010-09-28
1
-5
/
+5
*
select tags coerce the :selected option, options to strings before comparison...
Subba Rao Pasupuleti
2010-08-15
1
-9
/
+12
*
Making time_zone_options_for_select return a html_safe string
Mikel Lindsaar
2010-08-15
1
-1
/
+1
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-8
/
+8
*
removing a lolinject
Aaron Patterson
2010-08-13
1
-2
/
+2
*
select :include_blank or :prompt should return escaped string [#5099 state:re...
Ivan Torres
2010-07-18
1
-3
/
+3
*
Merge remote branch 'rails/master'
Xavier Noria
2010-06-20
1
-1
/
+1
|
\
|
*
option_groups_from_collection_for_select should return HTML-safe string [#487...
Wincent Colaiuta
2010-06-19
1
-1
/
+1
*
|
Adds title and description where needed.
Rizwan Reza
2010-06-16
1
-0
/
+1
*
|
Fix a bunch of minor spelling mistakes
Evgeniy Dolzhenko
2010-06-11
1
-2
/
+2
|
/
*
added support for html attributes in options_for_select [#2165]
pleax
2010-05-16
1
-2
/
+25
*
Mark the result of grouped_options_for_select as HTML safe [#4322 state:commi...
Kieran Pilkington
2010-04-16
1
-1
/
+1
*
Stray carrier returns
David Heinemeier Hansson
2010-04-09
1
-2
/
+0
*
adds missing requires for Object#blank? and Object#present?
Xavier Noria
2010-03-28
1
-0
/
+1
[next]