aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/tags/text_area.rb
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Merge pull request #6142 from spartan-developer/master"José Valim2012-05-121-1/+3
| | | | | This reverts commit 667d0bdd90ef6e6b691f0cc4cf5535b8da69f248, reversing changes made to 4ae6bab6bb02c9390188a49f9a749400f6a0ac94.
* refactored extracting :size => 'XxY' into an extract_size! methodNicholas Yianilos2012-05-031-3/+1
|
* Don't break Haml with textarea newline fix.James Coleman2012-03-271-1/+1
| | | | | | See issue #393, issue #4000, issue #5190, and issue #5191. Adds a newline after the textarea opening tag based on @codykrieger's original patch so that we don't cause regressions in Haml-using apps. The regression caused textarea tags to add newlines to the field unintentionally (each update/save added an extra newline.) Also fix 6 more tests that didn't yet have the newline expectation.
* Fixes #5324 by removing default size options from input:text and default ↵Philip Arndt2012-03-101-3/+1
| | | | cols and rows options from textarea.
* Add a new line after the textarea opening tag.Rafael Mendonça França2012-02-271-1/+1
| | | | Closes #393
* Extract TextAreaRafael Mendonça França2012-01-171-0/+20