On 15 February 2016 at 21:39, Roy Royal <li...@ruby-forum.com> wrote:
> Colin Law wrote in post #1181373:
>> On 12 February 2016 at 23:37, Roy Royal <li...@ruby-forum.com> wrote:
>>> The requirements for my api is.
>>> * at least json but preferably also xml
>>> * sort resources on dates
>>> * search for a resource in a http request
>>> * get resources belonging to a particular tag
>>> * CRUD
>>
>> Have you already built conventional websites using Rails (or at least
>> worked right through a good tutorial such as railstutorial.org)?
>> Without knowing your experience it is difficult to answer the question
>> at the right level.
>>
>> Colin
>
> I am a noob in rails and have worked through some tutorials in a couple
> of weeks now.
> I have decided to try out RABL anyway and it seems to work great this
> far :)

There is very little difference between a rails app intended for html
access and a json api.  In fact the standard generated controllers
include json format responses.  Generally I would recommend starting
out using the standard rails platform to generate an api before
considering moving on to something like RABL, but if you are happy
going down the route you have found then that is ok, obviously.

Colin

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLvLhT5hyuhzHjYs-W6%3DbgnedFMKNF_SVnBcHOY%2BK%3DAVTg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to