I've been thinking of doing a RoR application for a file sharing site a
la imgur, but for other kinds of files (Namely 3D modeling stuff.) Is
there a decent tutorial for this sort of app? I've been told that
paperclip for ruby might be a decent place to start, but I could see a
lot of landmines in this sort of app.

Sorry in advance if this gets asked twice a day - this is my first post.

--
Posted via http://www.ruby-forum.com/.

--
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 [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Search Discussions

  • Walter Lee Davis at Nov 21, 2012 at 10:43 pm

    On Nov 21, 2012, at 4:57 PM, John Dunlap wrote:

    I've been thinking of doing a RoR application for a file sharing site a
    la imgur, but for other kinds of files (Namely 3D modeling stuff.) Is
    there a decent tutorial for this sort of app? I've been told that
    paperclip for ruby might be a decent place to start, but I could see a
    lot of landmines in this sort of app.

    Sorry in advance if this gets asked twice a day - this is my first post.
    Welcome! If you haven't already, please do yourself an enormous favor and work all the way through Michael Hartl's Rails Tutorial. It's free to use on line, and there are for-pay screencasts and PDF materials, too. http://railstutorial.org

    Then, have a look at http://ruby-toolbox.com, where you can find a bunch of categorized Gems and Engines for almost any sort of task. Paperclip is really good, well tested and mature. I also really like Dragonfly, but the best case for that one is any time you don't know up front how large you may want to show your images. It allows you to lazy-thumbnail to any dimension after the image has been uploaded and stored. Finally, there's also CarrierWave, which I've used once, and liked a lot. All of these allow you to use a cloud storage option, so you don't have to worry about your server filling up and 'sploding.

    Walter
    --
    Posted via http://www.ruby-forum.com/.

    --
    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 [email protected].
    To unsubscribe from this group, send email to [email protected].
    For more options, visit https://groups.google.com/groups/opt_out.
    --
    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 [email protected].
    To unsubscribe from this group, send email to [email protected].
    For more options, visit https://groups.google.com/groups/opt_out.
  • John Dunlap at Nov 21, 2012 at 11:01 pm
    Thanks for the super informative post! I've done the very basics of
    rails, and I'm honing my Ruby language skills at the moment (I've heard
    it's a bad stereotype, that people learn RoR for before Ruby itself)

    I'm guessing Amazon cloud is good cloud hosting for this sort of thing?

    --
    Posted via http://www.ruby-forum.com/.

    --
    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 [email protected].
    To unsubscribe from this group, send email to [email protected].
    For more options, visit https://groups.google.com/groups/opt_out.
  • Walter Lee Davis at Nov 22, 2012 at 2:46 am

    On Nov 21, 2012, at 5:55 PM, John Dunlap wrote:

    Thanks for the super informative post! I've done the very basics of
    rails, and I'm honing my Ruby language skills at the moment (I've heard
    it's a bad stereotype, that people learn RoR for before Ruby itself)

    I'm guessing Amazon cloud is good cloud hosting for this sort of thing?
    Sure, or EngineYard or Rackspace. Lots of clouds out there. If you're just getting started and testing it out, you cannot go wrong with Heroku. Deployment is as easy as a git-push. The starting price is free.

    Walter
    --
    Posted via http://www.ruby-forum.com/.

    --
    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 [email protected].
    To unsubscribe from this group, send email to [email protected].
    For more options, visit https://groups.google.com/groups/opt_out.
    --
    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 [email protected].
    To unsubscribe from this group, send email to [email protected].
    For more options, visit https://groups.google.com/groups/opt_out.

Related Discussions

Discussion Navigation
viewthread | post
Discussion Overview
grouprubyonrails-talk @
categoriesrubyonrails
postedNov 21, '12 at 9:57p
activeNov 22, '12 at 2:46a
posts4
users2
websiterubyonrails.org
irc#RubyOnRails

2 users in discussion

John Dunlap: 2 posts Walter Lee Davis: 2 posts

People

Translate

site design / logo © 2023 Grokbase