Pardee, Roy
2009-Sep-14 17:44 UTC
markdown call prompts "uninitialized constant ActionView::Helpers::TextHelper::Markdown" in upgraded application
Hey All, I''m attempting to upgrade my app from rails 2.0.2 to 2.3.3. One bit that''s failing is this call here (in /views/projects/show.html.erb) <%= markdown(@project.description) %> That earns me a: uninitialized constant ActionView::Helpers::TextHelper::Markdown On that line. I''m on a rebuilt machine (windows xp, ruby 1.8.6) so I thought it was a missing bluecloth gem, but I think I fixed that (bc works in irb at least). What would be good to diagnose & fix this problem? Many thanks! -Roy GHC Confidentiality Statement This message and any attached files might contain confidential information protected by federal and state law. The information is intended only for the use of the individual(s) or entities originally named as addressees. The improper disclosure of such information may be subject to civil or criminal penalties. If this message reached you in error, please contact the sender and destroy this message. Disclosing, copying, forwarding, or distributing the information by unauthorized individuals or entities is strictly prohibited by law.
Apparently Analagous Threads
- auto_link fails to handle tilda''s (~) and markdown fails to handle acute accent (`)
- Simple: How to use TextHelper in a controller
- textilize/markdown/sanitize for messageboards, oh my!
- BlueCloth throws exceptions! Be careful! (was: auto_link fails to handle tilda''s (~) and markdown fails to handle acute accent (`))
- problem with ruby gem activate when trying to run actionpack tests