
Rails 2.3.1 error
Reported by Jason Garber | March 16th, 2009 @ 08:51 AM
I've heard reports that it's not working. Need to fix it.
Comments and changes to this ticket
-
Jason Garber March 17th, 2009 @ 04:06 AM
- State changed from new to invalid
- Title changed from Rails 2.3.1 to Rails 2.3.1 error
I can find no fault. Running the textilize helper without having required RedCloth raises:
uninitialized constant ActionView::Helpers::TextHelper::RedCloth
But that should be no surprise. If you try to use a class/module haven't required yet, it fails. That's how the markdown helper is with BlueCloth too. Thankfully, Rails doesn't try to auto-require them.
Using libraries you haven't required can easily be fixed with
gem install extrasensory_perception
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
RedCloth is a Ruby library for converting Textile into HTML