13 Commits

Author SHA1 Message Date
Thibault Jouan
454f344259 Rename UserIntegrationHelpers as AcceptanceHelpers 2015-05-01 11:27:45 +00:00
Thibault Jouan
98764eb5be Refactor spec_helper requirement with rspec config 2015-04-30 12:31:02 +00:00
Thibault Jouan
282eb2ddee Update to rspec 3.2 2015-04-29 14:55:03 +00:00
Thibault Jouan
2acf0371b5 Fix coding standards in specs 2014-04-01 19:14:11 +00:00
Thibault Jouan
4cef7aeab9 Update specs to new rspec syntax 2014-04-01 18:15:44 +00:00
Thibault Jouan
da96c4814a Use ruby 2.x hash syntax 2014-04-01 10:48:18 +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
eda2f3fbee Update factory girl to last version 2014-04-01 05:04:27 +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
b40b4d4df3 Fix use of nil in CORS filter when request doesn't have an Origin header 2012-05-03 21:03:11 +00:00
Thibault Jouan
10a8e1f094 Remove v0 version namespacing for API 2012-03-18 23:16:43 +00:00
Thibault Jouan
499b06c9e5 Allow API consumer to send credentials on cross-origin requests 2012-03-13 21:12:24 +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