Search code examples
rubyapiruby-on-rails-3ruby-on-rails-pluginsrestful-authentication

Restful API in rails 3


How should I go about creating a restful API in rails 3 app? Also I would like to know if there is a good way to implement restful authentication


Solution

  • Restful API in rails 3? Rails is restful.. just use routes [guide]

    As for authentication, i strongly recommend devise. It's also the only one I have managed to get working on rails 3.