Thibault Jouan
98764eb5be
Refactor spec_helper requirement with rspec config
2015-04-30 12:31:02 +00:00
Thibault Jouan
0c7bf69ba2
Use one-liners in specs where possible
2014-04-01 18:55:42 +00:00
Thibault Jouan
4cef7aeab9
Update specs to new rspec syntax
2014-04-01 18:15:44 +00:00
Thibault Jouan
aa2b43ab42
Update rails to 4.0:
...
* Add protected_attributes gem dependency;
* Remove deprecated usages of AR .find method;
2014-04-01 10:01:02 +00:00
Thibault Jouan
40f4ced3b8
Add inflection for API acronym
2013-06-30 21:37:30 +00:00
Thibault Jouan
9ccd1e10be
Allow Content-Length header to be received and sent in CORS requests
2012-05-03 21:03:11 +00:00
Thibault Jouan
906851f50f
Add UserControllersHelpers to assign user in session
2012-03-19 01:20:31 +00:00
Thibault Jouan
6379da88e2
Implement Cross-Origin Resource Sharing:
...
* Add Api::ApplicationController
* Route OPTION requests (CORS preflight) to API application controller
* Filter all API requests through #cor_filter in API application
controller
2012-03-11 22:19:42 +00:00