-
Notifications
You must be signed in to change notification settings - Fork 319
Conversation
References rapidftr/tracker#80 - Thanks @sferik this looks awesome! |
Cleaned up a few warnings and the build is passing now. Should be good to merge. |
@sferik great! Just one thing though - the A little background: As with many Rails projects, RapidFTR started off with the same controller responding to multiple formats (json/xml/html) for both APIs as well as normal Web UI. Now Web apps will send CSRF/forgery tokens since they submit from a form, but the API clients do not send them since they're directly hitting the endpoint. We are slowly moving all these API requests into their own namespace and controllers (under controllers/api), and then we're planning to enable CSRF protection for the web apps, we have one or two places left. |
@rdsubhas I thought |
@sferik Yep sure! That's a good suggestion, will do that... |
I updated various gem dependencies.