Questions tagged [batman-rails]
2 questions
0
votes
1 answer
How do I route to a batman.js (batman-rails) controller in a rails 4 application without overwriting all other routes?
I already have an existing rails application that I want to keep, but I want to develop a part of it (1 controller with associated pages) using batman.js. I am succesfully able to and run the old rails application with batman-rails installed but…

mpals
- 121
- 3
- 15
0
votes
2 answers
Custom Adapter to support RocketPant with Rails
I am using rocket_pants gem to build backend API https://github.com/Sutto/rocket_pants
It have a specific format to output data:
{
"response":[
{"id":1,"title":"Object Title","description":"Object Description"},
…

Nazar Hussain
- 5,102
- 6
- 40
- 67