Tutorial: VMware Cloud Foundry + Rails + MongoDB
blog.mongodb.org
Tutorial: VMware Cloud Foundry + Rails + MongoDB
1–10 of 12 posts
Re: Tutorial: VMware Cloud Foundry + Rails + MongoDB
#2I hope they scale up soon so I can play with it, as it seems really awesome.
Re: Tutorial: VMware Cloud Foundry + Rails + MongoDB
#3Great timing
Re: Tutorial: VMware Cloud Foundry + Rails + MongoDB
#4http://lusislog.blogspot.com/2011/04/sinatra-noah-and-cloudf...
Sinatra support is pretty basic at this point but it promises to get better over time. The code has several TODOs related to sinatra and node.
Re: Tutorial: VMware Cloud Foundry + Rails + MongoDB
#5I'm really looking forward to the future of CloudFoundry.
Re: Tutorial: VMware Cloud Foundry + Rails + MongoDB
#6If anyone is curious, I did a post about plain sinatra apps and some of the gotchas with Cloud Foundry here: http://lusislog.blogspot.com/2011/04/sinatra-noah-and-cloudf... Sinatra support is pretty basic at this point but it promises to get better over time. The code has several TODOs related to sinatra and node.
Re: Tutorial: VMware Cloud Foundry + Rails + MongoDB
#7If anyone is curious, I did a post about plain sinatra apps and some of the gotchas with Cloud Foundry here: http://lusislog.blogspot.com/2011/04/sinatra-noah-and-cloudf... Sinatra support is pretty basic at this point but it promises to get better over time. The code has several TODOs related to sinatra and node.
The thing that I don't understand is that the problem of getting frameworks to work consistently with web servers has already been solved by the Rack project. For the life of me, I can't understand why CF doesn't simply look for a config.ru file and pass it to Thin and be done with it.
Re: Tutorial: VMware Cloud Foundry + Rails + MongoDB
#8If anyone is curious, I did a post about plain sinatra apps and some of the gotchas with Cloud Foundry here: http://lusislog.blogspot.com/2011/04/sinatra-noah-and-cloudf... Sinatra support is pretty basic at this point but it promises to get better over time. The code has several TODOs related to sinatra and node.
The thing that I don't understand is that the problem of getting frameworks to work consistently with web servers has already been solved by the Rack project. For the life of me, I can't understand why CF doesn't simply look for a config.ru file and pass it to Thin and be done with it.
Re: Tutorial: VMware Cloud Foundry + Rails + MongoDB
#9Earlier quoted context omitted.
The thing that I don't understand is that the problem of getting frameworks to work consistently with web servers has already been solved by the Rack project. For the life of me, I can't understand why CF doesn't simply look for a config.ru file and pass it to Thin and be done with it.
We plan on doing that, appreciate the feedback.
Do you guys have a timeline on that? As I said, I don't mind sitting down and trying to knock it out but schedule wise it won't be in the immediate future. If you guys are already on it (as in someone is currently working on it), I can just wait till the first feature branch on github and go from there.
Re: Tutorial: VMware Cloud Foundry + Rails + MongoDB
#10I spent some time adding Python/WSGI support to CloudFoundry over the weekend...in general, this project is extremely well designed and SOLID. Almost all of the headaches involved with, for example, adding Django support, stem from Django's conventions and requirements (something I'm not a stranger to). I'm really looking forward to the future of CloudFoundry.