Skip to content

jeet/mephisto_xmlrpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

= MephistoXmlrpc


== Configuration
 install the plugin using script/pugin

follow these steps

1:  edit file app/controllers/application/error.rb

locate these lines 

rescue_from ActiveRecord::RecordNotFound,        :with => :render_admin_not_found
rescue_from ActionController::UnknownController, :with => :render_admin_not_found
rescue_from ActionController::UnknownAction,     :with => :render_admin_not_found

change these lines to

rescue_from ::ActiveRecord::RecordNotFound,        :with => :render_admin_not_found
rescue_from ::ActionController::UnknownController, :with => :render_admin_not_found
rescue_from ::ActionController::UnknownAction,     :with => :render_admin_not_found

save the file .

2:  checkout action web service from svn repo. into vendor/rails folder.     

svn co    http://svn.rubyonrails.org/rails/ousted/actionwebservice/

3.  restart your server 

Now you have working xmlrpc service at your server .

==BUGS

Please report all bugs and/or submit patches to: jeet at railshacks dot com

About

XML-RPC plugin for Mephisto ( works with all desktop blogging tools)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages