github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

UnderpantsGnome / fckeditor_on_rails

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 29
    • 3
  • Source
  • Commits
  • Network (3)
  • Issues (0)
  • Downloads (0)
  • Wiki (1)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Switch Branches (1)
    • master ✓
  • Switch Tags (0)
  • Branch List
Sending Request…

A helper/controller to put FCKeditor on Rails using either the engines or appable plugins. — Read more

  Cancel

  Cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

Correct path to application helpers. 
jbouse (author)
Sun Dec 21 06:46:30 -0800 2008
rotuka (committer)
Sun Dec 21 13:53:32 -0800 2008
commit  b7fea762e252a8fbfe6360f4ddde208c2c6034b4
tree    2915af3b713f868d387cf3979e54552b80ff3537
parent  31583027ea2493eb0a420f1b02ed59646373d620
fckeditor_on_rails /
name age
history
message
file LICENSE Fri Jan 05 21:44:02 -0800 2007 Rip apart the whole repo structure to make it p... [Michael Moen]
file README Tue Jan 09 22:21:05 -0800 2007 Fix the readme, it's remove not uninstall [Michael Moen]
directory app/ Thu Oct 16 07:12:04 -0700 2008 Replaced fckeditor helper in proper place [rotuka]
directory config/ Tue Jan 09 22:13:29 -0800 2007 Finish up the functional tests Tweak up instal... [Michael Moen]
file init.rb Fri Jan 05 21:44:02 -0800 2007 Rip apart the whole repo structure to make it p... [Michael Moen]
file install.rb Thu Apr 26 12:54:03 -0700 2007 Move fck helper to application helper Touch th... [Michael Moen]
directory lib/ Sun Dec 21 13:53:32 -0800 2008 Correct path to application helpers. Fixed typ... [jbouse]
directory test/ Tue Jan 09 22:42:33 -0800 2007 Add tests for breaking out of the specified doc... [Michael Moen]
file uninstall.rb Tue Jan 09 22:13:29 -0800 2007 Finish up the functional tests Tweak up instal... [Michael Moen]
README
README for FCKeditor on Rails

This can now be used as a plugin with both Engines and appable_plugins.

Q: What is it? 
A: A Rails like way to use the FCKeditor in a Rails app, it basically works 
   just like the normal helpers.
  
It supports the "default" upload interface, I've thought about mcpuk support
but since I'm not even using this in any projects currently I don't have the
need or the time to implement all that mcpuk does. Maybe one of these days.

Sample usage:
  fckeditor(:object, :param, 
    {:width => '600px', :height => '500px'}, # fck options
    {:class => 'fancy'} # html options
  )

Basic install:
  ./script/plugin install http://svn.underpantsgnome.com/fckeditor_on_rails
  
  Drop a current copy of FCKeditor into public/fckeditor and setup whichever
  method below you are using

  appable_plugins info: http://wiki.pluginaweek.org/Appable_plugins

  Required plugins (in proper load order) for using the appable_plugins:
    loaded_plugins 
    plugin_dependencies 
    plugin_routing 
    appable_plugins 
    fckeditor_on_rails


  Rails Engines info: http://rails-engines.org/

  Required plugins (in proper load order) for using Engines:
    engines
    fckeditor_on_rails

  By default it attempts to copy a functional test into your project, if you
  don't want it running the tests just remove 
  test/functional/fckeditor_controller_test.rb

Uninstall:
  ./script/plugin remove fckeditor_on_rails
  This will also remove the installed functional test

Contact:
  Michael Moen
  mi-rails@underpantsgnome.com
  http://underpantsgnome.com/
  http://trac.underpantsgnome.com/fckeditor_on_rails

History:
  2007-01-05 (0.1.0)
    Clean up that ugly code a bit, Ok it was almost a rewrite, it was ugly
    Make it plugin ready for Rails 1.2
    Move the config to YAML
    Clean up and add some tests

  2005-09-11 (0.0.1) - Initial

Thanks goes out to the following for patches:
  Gregg Kellogg
  Markus Kristo
  Scott Carson
  Gabriel Birke
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server