top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Which Rails Gem To Used For Building A Site Like Mediafire

+3 votes
272 views

I want to build a website like Mediafire where User can upload and download media files (Audio,Video,Images(All Formats)) and from already answered questions I have come through with a gem called paperclip.

so my question now is how do i integrate paperclip with devise(in order to build sign up form) and link my web pages with them ?

posted Mar 21, 2015 by anonymous

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button
I don't understand what you mean by integrate paperclip with devise. If you want authorization then use devise for that, if you want to use paperclip to upload files then use that. In what way do the two functions interact? Also what do you mean by "link my web pages with them"? What web pages are you talking about?

Similar Questions
+1 vote

Rails seems to have a whole whack of them and I'm not sure which ones match my requirements. The library must:

  • be fully themeable; the overall layout is going to be made from scratch
  • allow custom content for pages (i.e. a developer-made page)
  • allow defining of different types of posts with different fields/data
  • support image upload for at least pages and preferably posts as well
  • be relatively easy to extract post content outside the CMS (e.g. for use in sending an e-mail digest)

Preferably it should:
- Be compatible with Rails 4
- allow individual pages to be user-edited with HTML/CSS after they've been created

Can anyone recommend one for me?

+2 votes

I've been trying to install and update different gems to work with Ruby on Rails, but keep getting the same error, apparently indicating I can't install or update any gem:

I generally type in something like:

gem update --system or gem install Rails --version 4.0.0 --no-ri --no-rdoc

And get the following:

ERROR: While executing gem ... (Errno::EINVAL)
Invalid Argument - socket(2) - udp

Note that I've proceeded to the same setup just a couple of days before on a different machine and had no problem.

I couldn't figure any place where this same Error was explained or encountered.

Anybody here can help out?

+1 vote

Anyone can help me figure out why the blogit gem dates posts a month ahead of today?

0 votes

I am using Eclipse for my Ruby project. Is there a setting I can set to stop eclipse from building all the time? A typical build for my small project takes like 4 hours. so I cant even work when it kicks off a build.

...