I fired up a sample application that uses Amazon S3 for image hosting. I managed to coax it into working. The application is hosted at github.com. The application lets you create users with a profile
I have a script file for parsing through a SQLite database. I now need to create a CRON job that wi开发者_开发知识库ll download and unzip said database from a third-party (already hosting as SQLITE).
I have recently moved my RoR app on the Heroku platform, and almost everything works fine apart from the videos. It works fine when my app
Have someone used Typus (admin plugin for rails) in Heroku? http://intraducibles.com/projects/typus/install
I just deployed my Rails app to Heroku, but the Javascripts that were using Sprockets plugin don\'t work.
Is it possible to exclude specific files (*.ai, *.psd) when pushing to certain repositories with Git?
I would like to have different applications un开发者_如何学JAVAder the same domain using Heroku.
I created a local Git repo on my laptop and then pushed the source to Heroku creating a remote branch. After a few days of commits and pushes, I need to rollback to an earlier commit. Here\'s what I d
I h开发者_如何学运维ave a project on heroku working fine.Now I want to create same project with different url (same code) as the one I have working now.So that I can give the new url to the customer a
class User < ActiveRecord::Base has_attached_file :photo, :styles => { :square => \"100%\", :large => \"100%\" },