Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8154063
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T16:13:18+00:00 2026-06-06T16:13:18+00:00

Currently I’m using Paperclip to handle my avatar uploads and usage in Rails 3.

  • 0

Currently I’m using Paperclip to handle my avatar uploads and usage in Rails 3. I have a Users resource (With controller, model, views etc.) where I’m uploading the avatars to (using the users/new view) and they actually upload and work when “embedding” them in the Users show View for example. (I get broken images, but I assume is because of the local server as the images actually save and link to the correct path in my app when looking at the source code) Now, I have another resource called skills (with controller, model and views also) In wich views I need the avatars to show too, but whenever I try to embed/use an user avatar in a skills view I get the following error (The same thing if I try to embed the avatars in another view different from users/show):

undefined methodavatar’ for nil:NilClass`

Why is this happening?

Also, as I say, when embeding the avatars in the show view, they actually “embed” but I get broken images and the following Routing error:

No route matches [GET] "/public/assets/users/UserID/thumb/userimage.jpg"

I’m on Localhost… Is because of that? (I’m guessing so because “userimage” it’s actually saved on that path in the app)

Could someone explain me what’s happening with this routing error and how to use the avatars in multiple views? I’m “embedding” the images with the following code:

<%= image_tag @user.avatar.url(:thumb) %>

Thank You.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T16:13:21+00:00Added an answer on June 6, 2026 at 4:13 pm

    Fixed the problems! For the

    undefined methodavatar' for nil:NilClass`
    

    I removed the “@” from user in the following code:

    <%= image_tag @user.avatar.url(:thumb) %>
    

    Then, for the following error:

    No route matches [GET] "/public/assets/users/UserID/thumb/userimage.jpg"
    

    I had to remove the “public” from my Url Symbol in the user model, so it changed from
    this:

    :url  => "/public/assets/users/:id/:style/:basename.:extension"
    

    To this:

    :url  => "/assets/users/:id/:style/:basename.:extension"
    

    Now the images show (in local and production enviroments) and I’m able to use them from all the views I need.

    Hope this helps somebody.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Currently I have the following Mapping in my Controller: @RequestMapping( value = /add.html, method
Currently I am using HTML files for parts of my user interface. I display
currently, I`m implementing a map App with Mono4Droid and there I`m using a WebView
Currently, I'm working on a project where I have a server - client relationship
Currently I have 2 ways of displaying images in a cell, which way will
Currently I have this code: <?php echo '<meta name=robots content=noindex>'; $arr = json_decode(file_get_contents(http://media1.clubpenguin.com/play/en/web_service/game_configs/ paper_items.json),true);
Currently i have a node.js and socket.io application in development on my local machine
Currently, I have: <html> <div class=yes1><span><img src=img></span></div> </html> <script> var x = ='yes1' var
currently we have a column with only integer values declared as NUMBER. At the
Currently i'm having trouble using two functions in my -(void)viewDidLoad , both of these

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.