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

  • Home
  • SEARCH
  • 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 8093313
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T20:28:44+00:00 2026-06-05T20:28:44+00:00

I put the strip method in the CarrierWave initializer: def strip manipulate! do |img|

  • 0

I put the strip method in the CarrierWave initializer:

 def strip
   manipulate! do |img|
     img.strip!
     img = yield(img) if block_given?
     img
   end
 end

and call on the uploader:

 version :thumb do
   process :resize_to_fit => [180, nil]
   process :quality => 70
   process :strip   
 end

Now Rails spits out this error:

undefined method `strip!’ for #

  • 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-05T20:28:45+00:00Added an answer on June 5, 2026 at 8:28 pm

    Undefined #strip Method

    You define your method like so:

    def strip
      manipulate! do |img|
        img.strip!
        img = yield(img) if block_given?
        img
      end
    end
    

    but it’s unclear from your code sample whether img actually has a #strip or #strip! method. The error is complaining about a bang method being undefined, so try img.strip instead.

    Introspection

    If that doesn’t work, you may want to insert some debugging code in the method so that you can see what img really is, and what methods it actually supports. For example:

      manipulate! do |img|
        puts img.class
        puts img.methods.sort
        img.strip
        img = yield(img) if block_given?
        img
      end
    

    Hope that helps.

    See Also

    CarrierWave::MiniMagick

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

Sidebar

Related Questions

In my webpage I need to put a horizontal colored strip of some width
I'm trying to strip the surrounding tags that are put out by default for
class MyAwesomeClass def foobar puts trip! end So that I can perform : MyAwesomeClass.foobar
My code is this: description = contents.match(/===========(.*?)What's New in this Version/m)[1].strip The code runs
Put them all in one separate folder structure or along with classes which implements
Put simply: it causes a massive memory leak within an hour if I work
Put together an extremely simple Knockout.js exmaple to learn how it works. I immediately
Put simply, I want to select all data in two columns from each of
Put value as a field makes sense only if this one represents some object's
Put on your c++ ninja voodoo gloves. We purchased a 3rd party library to

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.