I am using heroku, and in doing so, am experiencing my first foray into postgresql. Maybe I just never came across it in development, but I am unable to save entries into my database that are longer t
This question is about getting an analytics script to run in one of these three environments. mysite.heroku.com
I am using git repository with heroku server. I want to commit my changes on heroku server for this i run the command,
In the facefancheck directory, >git add . >git commit -m \"facefancheck\" >git push heroku In a random directory,
After pushing my app on heroku, my app crashes. I don\'t want to make a git rebase before getting heroku last version (if I do so, I\'ll get fast-forward errors...)
I\'m building a Ruby on Rails app that access about 6-7 APIs, grabs information from them based on user\'s input, compares and display results to the users (the information is not sav开发者_JAVA百科ed
I\'m trying to deploy an app on Heroku, and I haven\'t gotten it running yet.I see the Rails 500 page (\"We\'re sorry, but something went wrong\"), but wh开发者_高级运维en I heroku logs I see nothing
I sort of want to do the reverse of this. Instead of unzipping and adding the collection files to S3 I want to
my app lives on heroku, and I have recently made some changes to the architecture.specifically the size of the images in users profiles has changed. like so:
I have a RoR app 2.3.8 based on refinerycms. I had to add search functionality. For search, there is a gem for refinerycms, which is unfortunately for rails3.