Tagged Questions
0
votes
0answers
17 views
Dropzonejs does not send file to rails api
I'm working on a media-heavy application and I'm attempting to use dropzonejs to upload images from the frontend to a rails api. Unfortunately, dropzone does not seem to be sending the actual file to ...
1
vote
1answer
731 views
Could not find “application” template or view. Nothing will be rendered Emberjs RailsAPI
I've been stuck trying to find an answer or a fix to what seems a very simple issue.
I have recently started RailsAPI app. I decided to play around with EmberJS and follow a recent tutorial found ...
0
votes
0answers
30 views
capybara not executing my javascripts
I'm having issues with capybara executing my javascripts.
I'm using:
capybara 2.1.0
minitest 4.7.4
capybara-email 2.1.3
rails-api 0.1.0
Here is my test:
Firstly, I tried selenium web driver but ...
0
votes
3answers
156 views
Making JS request to my Rails API
I am new to rails.
I am creating a basic rails-api. Trying to add user to my model using JS request ...
Here is my HTML file: (add-user.html)
<script type="text/javascript" charset="utf-8">
...
1
vote
0answers
185 views
Sessions or HTTP token authentication in rails-api apps?
I'm trying to figure out the best way to do authentication for a rails-api app, although I'm seeing that sessions might just be a nicer and more supported approach.
Is there any conventional wisdom ...