Summary
If you need an editor that's lightweight and just does the job, go for a JavaScript editor like jwysiwig or markitup or if you want to be add photos to your textarea through ajax (instead of uploading elsewhere and pasting the url), nicedit .
If you need a Rails plugin that extends PaperClip support, thus allowing you to attach pictures seamlessly in your text-area, go for rails-ckeditor.
The Gory Details
The Pros with using a JavaScript Editor
One main advantage with using a JavaScript editor, is the sheer amount of choices you have. Here's one blogpost that suggests 10 good JavaScript Editors.
You're at much greater odds finding a JavaScript editor than a Ruby/Rails solution, thats lightweight and does just enough.
The Problem with using a JavaScript Editor
Most javascript editors will prompt for a URL when you try to add an image to your textarea, so if you need to do so, you may have to upload the image elsewhere and provide the editor with the URL.
There is however one JavaScript editor I found, http://nicedit.com/, that does an AJAX upload to http://imageshack.us when you add an image. Of course, the images that are served will become totally dependent on imageshack which may or may not work for you. It really depends on your scenario.
Ruby/Rails Solutions
If you need to able add photos to your textarea through a Ruby/Rails library, such as Paperclip, you may have to go for one of these
- rails-ckeditor
- Mercury (Railscast)
- rails_tiny_mce