I am developing application using Ruby on Rails and Google Gear.
Currently I am facing one problem with capturing Rails controller.
If I used LocalServer then it’s work fines but I am not able to
capturing all images, css, html, javascript,
So I thought let me use ManagedResourceStore so it’s work fine with me
for capturing all images, css, html, javascript but I can’t capture
Rails controller
Here is my manifest file
{
"betaManifestVersion": 1,
"version":"version 1.13",
"entries": [
{"url": "http://localhost:3000/field_enforcement", "src":
"http://
localhost:3000/field_enforcement"},
{"url": "/javascripts/application.js"},
{"url": "/javascripts/gears_init.js"},
{"url": "/javascripts/google_helpers.js"},
{"url": "/javascripts/prototype.js"}
]
}
The following line isn't working
{"url": "http://localhost:3000/field_enforcement", "src": "http://
localhost:3000/field_enforcement"},
I am receiving status code 302
Regards
Amit