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
*
Use #grep to filter priority zones when a regexp is given
Carlos Antonio da Silva
2013-02-21
1
-1
/
+1
*
Use Array Difference to calculate the zones array, instead of iterating
Carlos Antonio da Silva
2013-02-21
1
-2
/
+2
*
Fix time_zone_options_for_select to not mutate TimeZones array
Brian McManus
2013-02-19
1
-1
/
+1
*
Missing or unneeded require extract_options
Akira Matsuda
2013-02-01
1
-0
/
+1
*
Merge remote-tracking branch 'docrails/master'
Xavier Noria
2013-01-26
1
-0
/
+48
|
\
|
*
generic pass before merging docrails
Xavier Noria
2013-01-26
1
-274
/
+36
|
*
repeating documentation for option form helpers
Thiago Pinto
2013-01-17
1
-0
/
+286
*
|
Collection radio buttons and collection check boxes through FormBuilder render
José Mota
2013-01-12
1
-4
/
+4
|
/
*
Change docs to use update instead of update_attributes
Amparo Luna + Guillermo Iguaran
2013-01-03
1
-1
/
+1
*
Add missing require.
Rafael Mendonça França
2012-12-13
1
-0
/
+1
*
Cleans and removes useless 'Examples' tag [ci skip]
Alvaro Pereyra
2012-12-01
1
-48
/
+43
*
No sort Hash options in #grouped_options_for_select
Sergey Kojin
2012-11-27
1
-6
/
+4
*
Fix message about include_blank option.
Steve Klabnik + Katrina Owen
2012-11-09
1
-1
/
+1
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-11-03
1
-22
/
+22
|
\
|
*
Hash Syntax to 1.9 related changes
AvnerCohen
2012-10-29
1
-22
/
+22
*
|
Make caller attribute in deprecation methods optional
Alexey Gaziev
2012-10-30
1
-1
/
+1
*
|
Fix failing tests and use new hash style in deprecation messages
Carlos Antonio da Silva
2012-10-29
1
-1
/
+1
*
|
Provide a call stack for deprecation warnings where needed.
Nikita Afanasenko
2012-10-29
1
-1
/
+3
|
/
*
Make a doc example output in match actual output
Evan Farrar
2012-08-15
1
-4
/
+4
*
Ensure option_html_attributes does not modify the given option hashes
Carlos Antonio da Silva
2012-08-11
1
-1
/
+1
*
Simplify html attributes generation for options_for_select
Carlos Antonio da Silva
2012-08-11
1
-3
/
+5
*
load active_support/core_ext/object/blank in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
don't escape options in option_html_attributes method
Vasiliy Ermolovich
2012-07-22
1
-1
/
+1
*
Fixed bug creating invalid HTML in select options
Rusty Geldmacher
2012-07-10
1
-1
/
+1
*
Clarify grouped_options_for_select method API, add changelog entry
Carlos Antonio da Silva
2012-05-19
1
-14
/
+13
*
Document the usage of grouped_options_for_select with divider option
Rafael Mendonça França
2012-05-16
1
-1
/
+19
*
Make :prompt work as documented
Rafael Mendonça França
2012-05-16
1
-1
/
+8
*
Test deprecation and fix the documentation of grouped_options_for_select
Rafael Mendonça França
2012-05-16
1
-1
/
+4
*
Add separator argument to grouped_options_for_select
Greenie0506
2012-05-15
1
-2
/
+17
*
Removing ==Examples and last blank lines of docs from actionpack
Francesco Rodriguez
2012-05-15
1
-1
/
+0
*
Documentation fix in options_for_select helper. Fixed display errors caused b...
Rodrigo Pavano
2012-05-01
1
-9
/
+26
*
add 'include_hidden' option to select tag, closes #5402
Vasiliy Ermolovich
2012-03-13
1
-0
/
+2
*
Add documentation to object method of CollectionHelpers::Builder
Rafael Mendonça França
2012-02-26
1
-6
/
+6
*
refactor option_text_and_value and option_value_selected? methods
Vasiliy Ermolovich
2012-02-21
1
-10
/
+3
*
refactor time_zone_options_for_select
Vasiliy Ermolovich
2012-02-21
1
-7
/
+8
*
refactor options_for_select
Vasiliy Ermolovich
2012-02-20
1
-7
/
+8
*
refactor grouped_options_for_select
Vasiliy Ermolovich
2012-02-20
1
-5
/
+5
*
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
[next]