I\'ve got an app/site that makes a few calls out to the Facebook API upon specific user interaction. I was wondering what the best approach is for caching the responses from some of these API calls on
My Rails 3 database schema.rb looks like this: ActiveRecord::Schema.define(:version => 20110504034934) do
I don\'t want it to be layout.ejs. I want to se开发者_运维百科t my layout to be another template for THIS specific controller.Try using:
I\'m working on a simple url-shortening app and have the following express routes: app.get(\'/\', function(req, res){
I\'ve been trying to use JSONP to get a JSON object from a server via a client-side call (on a different port). However, because my server is implemented in javascript using Node.js and Express, I hav
I\'m working with NodeJS and I\'m working on letting users upload files. Right now though I\'m having a lot of problem even trying to get a simple POST request.
app.get(\"/:name?/:group?\", function(req, res){... is matching 开发者_运维问答files that are in my public directory. So if I include a stylesheet:
I am working on this project https://github.com/tanema/express-helpers that I forked开发者_StackOverflow fixed up and added new functionality to.
I have a file that looks like this: function UserController(){}; UserController.prototype = { theData: [],
So I\'ve got a Express.js server setup, but after about 5 minutes on production - http://balupton.com - it crashes and restarts.