Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
<textarea> fields insert superfluous newline #1251
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
angelomichel
May 1, 2012
This is a real problem of the new Rails (not active_admin)... I see that they have recently pushed/accepted this into Rails. I have no clue why.
The solution I use is that I use html.haml instead of html.erb
angelomichel
commented
May 1, 2012
This is a real problem of the new Rails (not active_admin)... I see that they have recently pushed/accepted this into Rails. I have no clue why. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
futuretap
May 2, 2012
I always used haml, not erb and still experienced the issue. For the time being I downgraded to 3.2.2.
futuretap
commented
May 2, 2012
I always used haml, not erb and still experienced the issue. For the time being I downgraded to 3.2.2. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
seanlinsley
May 2, 2012
Owner
@angelomichel For posterity and for those who have no idea where to look for what you're talking about (me included), would you mind linking to it?
@angelomichel For posterity and for those who have no idea where to look for what you're talking about (me included), would you mind linking to it? |
futuretap commentedApr 20, 2012
After I upgraded from Rails 3.2.2 to 3.2.3, Active Admin adds a


at the beginning of each<textarea>
field. I'm on master and using formtastic 2.1.1 (because of #1224).