Develop Web Service With Ruby on Rails

Create API /app/apis/<object name>.rb
class <object name>Api < ActionWebService::API::Base
   api_method :<method name>,
      :expects => [{:<parameter 1 name> => :string}, {:<parameter 2 name> => :string}],
      :returns => [:string]
end

Create Controller /app/controllers/<object name>_controller.rb
class <object name>Controller < ApplicationController
   def <method name>(<parameter 1 name>, <parameter 2 name>)
      Code Here
   end
end

This entry was posted in Rails, Ruby, Web Services. Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

  • 4.0 (5)
    4.1 (3)
    CentOS (4)
    FastCGI (4)
    Lighttp (3)
    Linux (2)
    MySQL (5)
    Network (1)
    PHP (2)
    Rails (4)
    Ruby (6)
    S3 (1)
    Search Engine Optimization (1)
    Unix (2)
    VMWare (2)
    Web Services (2)
    WordPress (1)

    WP Cumulus Flash tag cloud by Roy Tanck requires Flash Player 9 or better.

  • Categories

  • Recent Posts