I\'m trying to build a Rails application that auto-corrects the spelling of a Rails form after it submits. I realize that the auto-correcting won\'t be 100%, but I\'m wondering if their are any good R
I\'m using Redis To Go on Heroku, and I\'d like to use it to store some data alongside Resque jobs, much like I can store DelayedJobs in the same Postgres database as the rest of my model data.
I use开发者_Go百科d the example hello world app here: http://devcenter.heroku.com/articles/rack And get the error \"Heroku push rejected, no Rails or Rack app detected\"
Is this possible using the proc file?I have an idea for an application that would use both Rails and Node+Socket.io and the ability to dep开发者_Go百科loy both systems in one place would be amazing.I
I\'m building a Rails app that uses Hunspell and the hunspell-ffi gem so that Ruby can interface with it. I\'m deploying the app to heroku, but unfortunately it needs Hunspell to be installed on the s
So I have Resque and redis to go set up on Heroku and this is what my resque.rake file looks like: require \'resque/tasks\'
I began taking up Heroku again, but have had some problems trying to get it to where I could upload an app to my server. I have taken the steps already to have the Heroku gem properly installed and bo
I\'ve just put a Rails ap开发者_JAVA百科p live on heroku.com which services some touchscreen kiosks and have had my first taste of malicious users with some bogus service bookings. I would like some s
I store my uploaded files in amazon s3 services with the following command AWS::S3::S3Object.store(params[:uploadfile].original_filename, open(params[:uploadfile]), \'mybucket\', :access => :priva
I\'m sure that I am just overlooking something simple here but this has been driving me crazy all night! When trying to deploy a Rails 3.1.rc4 application to the Cedar stack on Heroku (I did this succ