How to create APIs and Web services in rails

Hello,

How to create Web Services in rails.
Present we are developing one website in rails, and we want to develop
same
website for Mobile. We want to create APIs and provide that apis for
mobile development.

So can you guys help me, how to create APIs and Web Services in rails.

thanks in advance.

Hi Bala,

Watch this episode to get start:

On Fri, Mar 21, 2014 at 11:12 AM, BalaRaju V.

Hello Bala,

More, you can take a look at Service Oriented Design in Ruby and Rails
book. It’s very helpful.

Thanks!
Triet

On Fri, Mar 21, 2014 at 12:42 PM, BalaRaju V.
[email protected]wrote:

To view this discussion on the web visit

https://groups.google.com/d/msgid/rubyonrails-talk/CAGQ0aic7%2Bsc-O8En%3DOQETsCLwUZuk%2BYtYWZrvNkmc_%2Be_ebxDw%40mail.gmail.comhttps://groups.google.com/d/msgid/rubyonrails-talk/CAGQ0aic7%2Bsc-O8En%3DOQETsCLwUZuk%2BYtYWZrvNkmc_%2Be_ebxDw%40mail.gmail.com?utm_medium=email&utm_source=footer

.
For more options, visit https://groups.google.com/d/optout.


Triet Le
Senior Ruby on Rails developer

Here are a couple of suggestions you can consider:

Grape
http://intridea.github.io/grape/

Rails-API