This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
README
= 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








