Project

General

Profile

« Previous | Next » 

Revision ba69b49b

Added by Martin Bacovsky almost 12 years ago

  • ID ba69b49bedf7df0e00bb434852e21e62e0630c6e

api v1 - Users controller and tests

- split api routes to separate routes file
- better detection of permission failure in model
- fix ApiConstraints
- catch bad routes in api and return json
- render home#index links from restapi
- fixed resource params recognition

View differences:

app/views/api/v1/errors/standard_error.json.rabl
error = locals[:error]
exception = locals[:exception]
object error => :error
object exception => :error
attributes :message, :backtrace
node(:class) { error.class.to_s }
node(:class) { exception.class.to_s }

Also available in: Unified diff