Ruby on Rails Saturday, December 31, 2011

On Sat, Dec 31, 2011 at 10:18 AM, Ralph Shnelvar <ralphs@dos32.com> wrote:

> Question:  Does that mean I can't add more gems to the gemfile when I do the next upload?

No, each deployment reads the Gemfile and loads what it needs.

> If I need to fix one .rb file (or whatever), do I have to upload the entire app?

Sure, but it's just `git push heroku master` and wait a minute -- not a
big deal. Though for quick deployments *anywhere* it's a good idea
to separate out large assets (images, video, sound) to some cloud
storage provider (e.g. AWS S3).

> I have sooo many questions.
>
> For instance, will Heroku, for a fee, be my ISP for the app?  That is, will they host my app and my url: www.ultradedup.com?

That's exactly their business, yes :-)

--
Hassan Schroeder ------------------------ hassan.schroeder@gmail.com
http://about.me/hassanschroeder
twitter: @hassan

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment