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 8837759
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T09:48:34+00:00 2026-06-14T09:48:34+00:00

I originally had paperclip’s default configuration contain :url => /some_path/:basename.:extension However, no all the

  • 0

I originally had paperclip’s default configuration contain

:url => "/some_path/:basename.:extension"

However, no all the files I’m uploading have extensions, and in those cases, I don’t want the “.” (between basename and extension in the configuration) to be there. So I’d like to do something like this:

:url => lambda { |i| "/some_path/:basename#{".:extension" if i.extension}" }

I tried that and got a “can’t convert Proc into String” error, which tells me that paperclip doesn’t support dynamic configuration of urls the way it does for styles and processors. Any ideas for how else I could do this, the less hack-ish the better?

  • 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-14T09:48:36+00:00Added an answer on June 14, 2026 at 9:48 am

    The short answer is that you replace

    :basename.:extension
    

    with

    :filename
    

    The more detailed answer is that basename, filename and extension are all interpolations, and you can use any interpolations defined in ‘paperclip/interpolations’ (in paperclip’s lib directory) or define your own.

    For example:

    Paperclip.interpolates(:temperature) do |attachment, style|
      attachment.instance.city.temperature(:today)
    end
    

    assuming, of course, that the model that has_attached_file also belongs_to :city and that your city object knows today’s temperature.

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

Sidebar

Related Questions

I originally had three files: makefile , readme.txt , and hashtable.c in my directory,
All, I originally had my setup like this and everything worked as expected. WEB-INF
I originally had this working: url: http://server/blah.php?FacilityCode=FT $facilitycode = mysql_real_escape_string($_GET[FacilityCode]); $sql = SELECT ...
I originally had all of my modules in one package. I recently created a
I originally had a lightbox that once opened simply fetched all brands from a
I have multiple enumerators that enumerate over flat files. I originally had each enumerator
We use LDAP for Subversion access using Apache httpd. We originally had all of
A co-worker asked about some code like this that originally had templates in it.
Originally I had a design problem where I needed five subclasses of a superclass,
Originally I had two tables in my DB, [Property] and [Employee]. Each employee can

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.