aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove default class to collection_check_boxes andRafael Mendonça França2012-02-026-36/+36
* Allow collection radio_buttons/check_boxes to access current text/valueCarlos Antonio da Silva2012-02-023-0/+60
* Add changelog, docs and guides entriesCarlos Antonio da Silva2012-02-024-20/+193
* Allow proc for value/text method in collection_selectCarlos Antonio da Silva2012-02-023-16/+48
* Move collection radio buttons / check boxes back to FormOptionsHelperCarlos Antonio da Silva2012-02-024-92/+81
* Extract common collection helpers to a module to avoid too much inheritanceCarlos Antonio da Silva2012-02-023-69/+93
* Create a Builder factory class to use with collection helpers + blockCarlos Antonio da Silva2012-02-023-21/+45
* Refactor collection helpers to extract radio/checkbox/label callsCarlos Antonio da Silva2012-02-022-8/+18
* Remove collection_wrapper* and item_wrapper* optionsCarlos Antonio da Silva2012-02-024-218/+15
* Refactor value sanitization logicCarlos Antonio da Silva2012-02-022-8/+16
* Cleanup options helper methods a bitCarlos Antonio da Silva2012-02-021-12/+12
* Refactor option groups to use content_tagCarlos Antonio da Silva2012-02-021-4/+4
* Add basic documentation to collection_check_boxes andRafael Mendonça França2012-02-021-0/+71
* Use @output_buffer variable instead of concat in testsCarlos Antonio da Silva2012-02-021-10/+9
* Implement skipped testRafael Mendonça França2012-02-021-3/+5
* Add collection_radio_buttons and collection_check_boxes to FormBuilderRafael Mendonça França2012-02-022-9/+30
* Refactor the methods to use instance variablesRafael Mendonça França2012-02-023-22/+26
* Change Tag class to Category since there is another Tag classRafael Mendonça França2012-02-021-33/+33
* Refactor render_collection methodRafael Mendonça França2012-02-022-13/+9
* Move collection_check_boxes and collection_radio_buttons to they ourRafael Mendonça França2012-02-023-8/+15
* Add collection_check_boxes helperCarlos Antonio da Silva2012-02-024-1/+262
* Create collection_radio_buttons helperCarlos Antonio da Silva2012-02-024-15/+279
* Merge pull request #4849 from carlosantoniodasilva/checkbox-hidden-formJosé Valim2012-02-023-4/+18
|\
| * Replicate :form html5 attribute to hidden field for check_boxCarlos Antonio da Silva2012-02-023-4/+18
|/
* Merge pull request #3892 from arunagw/verbose_rake_testJosé Valim2012-02-023-3/+0
|\
| * No verbose the output for tests.Arun Agrawal2012-02-013-3/+0
* | Merge pull request #4842 from jamesarosen/masterJosé Valim2012-02-011-8/+5
|\ \
| * | updating documentation for register_template_handlerJames A. Rosen2012-02-011-8/+5
* | | use the class method to (un)escape binary valuesAaron Patterson2012-02-011-2/+2
|/ /
* | Merge pull request #4543 from jdelStrother/find_or_initJon Leighton2012-02-012-2/+13
|\ \
| * | Don't instantiate two objects in collection proxy / find_or_instantiator_byJonathan del Strother2012-01-192-2/+13
* | | Merge pull request #4832 from guilleiguaran/https-gemfileJosé Valim2012-02-011-1/+1
|\ \ \
| * | | Use https://rubygems.org source for default GemfileGuillermo Iguaran2012-02-011-1/+1
|/ / /
* | | Merge pull request #4830 from rafaelfranca/restrict-fixAaron Patterson2012-02-012-3/+3
|\ \ \
| * | | Fix typoRafael Mendonça França2012-02-012-3/+3
|/ / /
* | | Merge pull request #4829 from rafaelfranca/restrict-fixAaron Patterson2012-02-015-5/+29
|\ \ \
| * | | Remove the dependent_restrict_raises configuration if activerecord isRafael Mendonça França2012-02-012-2/+1
| * | | Use human attribute name to show the dependent destroy messageRafael Mendonça França2012-02-013-3/+28
|/ / /
* | | Merge pull request #4828 from railsaholic/fix_error_messageJosé Valim2012-02-014-4/+7
|\ \ \
| * | | fix has_one, has_many restrict error messageManoj2012-02-014-4/+7
* | | | Merge pull request #4806 from KL-7/do-not-serialize-nilAaron Patterson2012-02-012-2/+15
|\ \ \ \
| * | | | Do not serialize nil in serialized attribute.Kirill Lashuk2012-01-312-2/+15
* | | | | Merge pull request #4809 from cfeist/feist-sqlite-binary-corruptionAaron Patterson2012-02-013-17/+3
|\ \ \ \ \
| * | | | | Fixed issue with SQLite adapter corrupting binary dataChris Feist2012-01-311-16/+1
| * | | | | Added test to illustrate bad binary blobs.Chris Feist2012-01-312-1/+2
* | | | | | Merge pull request #4784 from semaperepelitsa/constantizeAaron Patterson2012-02-012-2/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Dont do underscore and camelize, only camelize is fineSemyon Perepelitsa2012-01-311-1/+1
| * | | | | There is an "inherit" option on const_get too, why not use it?Semyon Perepelitsa2012-01-311-1/+1
* | | | | | Merge pull request #4804 from rafaelfranca/check_box-fixJosé Valim2012-02-012-1/+5
|\ \ \ \ \ \
| * | | | | | check_box with nil as unchecked value should be HTML safeRafael Mendonça França2012-01-312-1/+5