Probably not a great idea as-is, without some level of user authentication. I'm definitely working on a nice, integrated solution for that.
In the meantime, you can mount Rack::CoreData (https://github.com/mattt/rack-core-data), which powers the Buildpack, alongside other authentication middleware to create a workable production application.
Comments
Probably not a great idea as-is, without some level of user authentication. I'm definitely working on a nice, integrated solution for that.
In the meantime, you can mount Rack::CoreData (https://github.com/mattt/rack-core-data), which powers the Buildpack, alongside other authentication middleware to create a workable production application.