TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Tutorial: VMware Cloud Foundry + Rails + MongoDB

45 pointsby jsrabout 14 years ago

4 comments

endlessvoid94about 14 years ago
I 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).<p>I'm really looking forward to the future of CloudFoundry.
评论 #2461116 未加载
lusisabout 14 years ago
If anyone is curious, I did a post about plain sinatra apps and some of the gotchas with Cloud Foundry here:<p><a href="http://lusislog.blogspot.com/2011/04/sinatra-noah-and-cloudfoundry-dirty.html" rel="nofollow">http://lusislog.blogspot.com/2011/04/sinatra-noah-and-cloudf...</a><p>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.
评论 #2460354 未加载
dinedalabout 14 years ago
I'm excited about Cloud Foundry, but I'm still waiting on my invite.<p>I hope they scale up soon so I can play with it, as it seems really awesome.
评论 #2461304 未加载
pbrummabout 14 years ago
Nice. I was playing with this yesterday and hit up against a lack of documentation on configuring your db connect strings.<p>Great timing