I am creating a rails 3 ap开发者_如何学Pythonp on Heroku and it\'s using postgres as the database. In my rails migration I added indexes on all the ID columns. Was this a mistake? I\'m starting to won
I don\'t know when it happened but I\'m getting this error NoMethodError (undefined method \'to_key\' for :user:Symbol)
I have an application on Heroku which uses omniauth and authenticates correctly when I visit myapplication.heroku.c开发者_开发百科om/auth/open_id, input my google endpoint, and get redirected back.
I\'ve got an Express Web app running as my main app on Heroku Cedar. I need to run a worker job periodically. I know I can specify a worker: in my Procfile, but that seems to be for a forever running
I don\'t know anything about Ruby, but I think what I\'m trying to do is pretty simple. I have an app that needs to send a url query like this to a heroku database: http://dartmouth.heroku.com/dnd/sea
I have developed REST WCF and set binding following way in web.config <bindings> <webHttpBinding>
I\'m trying to write my firsts rack middleware. And need help. I want middleware that find the requestor\'s IP and if it is in the allowed list of IP continues the request, otherwise it aborts.
I\'m pretty new to rails and seem to be having an issue with the paperclip gem. I installed the gem and it works well in development (localhost:3000) but when I\'m running it on the heroku server, for
I\'m in the process of building a rails plugin to automate my teams deployment process.. Problem is I can\'t find a way to access teh rails env variable. I have the following:
I am trying to build an audio recorder and have 3 questions: Is 开发者_运维百科red5 enough for building an audio recorder? No need for a flash recorder or something?