fckeditor
Rails: Integrate FCKEditor with ActiveScaffold

When trying to use tiny_mce with ActiveScaffold I noticed that it is simply impossible due to some JS issues. So I decided to revert back to FCKEditor and came across gramos’ easy fckeditor plugin for rails and AS (get it here).
Good news is, you just need to install it, call rake fckeditor:install and do some [...]

Share this on:
  • Print
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Add to favorites
  • email
  • MisterWong
  • MySpace
  • Reddit
  • RSS
  • Yahoo! Bookmarks
Read More
Posted on 30th October 2009No Comments
Must-have plugins for Rails

When creating applications with Ruby on Rails, I come across the same plugins I need all the time: rich text editor, file uploads, stuff like that.
Here is a quick mashup of useful plugins you might want to check out for your Rails development:
Paperclip:A very streamlined and easy to use file upload – there is also [...]

Share this on:
  • Print
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Add to favorites
  • email
  • MisterWong
  • MySpace
  • Reddit
  • RSS
  • Yahoo! Bookmarks
Read More
Posted on 30th October 2009No Comments