This project is archived and is in readonly mode.
Textilize_without_paragraph is not working
Reported by Rohit Arondekar | June 8th, 2010 @ 08:02 AM
The helper textilize_without_paragraph is not working.
The full trace is in a pastie => http://pastie.org/995903
ruby-1.9.2-head > helper.textilize_without_paragraph("This
is Textile! Rejoice!")
ArgumentError: wrong number of arguments (1 for 2..3)
Will attach a patch to fix the issue and add tests ASAP.
Big thanks to Santiago Pastorino for giving me the problem and Ryan Bigg for helping me solve it.
Comments and changes to this ticket
-
Repository June 8th, 2010 @ 08:16 AM
- State changed from new to resolved
(from [67f411c57b98f926d39042ba003cefdba14be603]) Fixed textilize_without_paragraph and added tests for it. [#4792 state:resolved]
Signed-off-by: José Valim jose.valim@gmail.com
http://github.com/rails/rails/commit/67f411c57b98f926d39042ba003cef... -
Ryan Bigg June 8th, 2010 @ 08:39 AM
- no changes were found...
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Attachments
Referenced by
- 4792 Textilize_without_paragraph is not working (from [67f411c57b98f926d39042ba003cefdba14be603]) Fixed t...