I have a working Rails 3 app service plain old HTML CRUD and I want to build a sproutcore client for the same. I (think) I understand Rails and Sproutcore, but I have an embarrassingly silly newbie question:
Where do I put the sproutcore app within the rails project structure?
Specifically, given that I have:
myapp/
app/
...
public/
...
And I need to say:
sc-init SOMETHING
What would the SOMETHING be? (myapp? public?) Where does the sproutcore app html come from? What are the best practices for serving that (routes?) What really does sc-server do that I can't do with WebBrick/Mongrel, etc.?
Thanks so much!