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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T09:19:08+00:00 2026-06-12T09:19:08+00:00

I’m building a rails app where a user can type in six words about

  • 0

I’m building a rails app where a user can type in six words about themselves and upload an image. I want to append those six words to the image.

I know how to get text append to work using “static” text, but I don’t know how to link the text field to the form the users fill out when they type in their six words.

Right now, ‘Text’ is static and whatever I put.

I wonder why the following doesn’t work?

process :textify => <%= @user.sixwords %> 

Here is what I have:

process :textify => 'Text'

  def textify(phrase)
    manipulate! do |img|
    img = img.sepiatone

  title = Magick::Draw.new

  title.annotate(img, 0,0,0,40, phrase) {
    self.font_family = 'Helvetica'
    self.fill = 'white'
    self.pointsize = 32  
  }

  img = img.write('newimg.gif')
 end
end

Thanks for helping me become a little less of a n00b! 🙂

  • 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-12T09:19:08+00:00Added an answer on June 12, 2026 at 9:19 am

    Figured it out with the help of a friend.

    This is all that I needed to change:

    title.annotate(img, 0,0,0,40, model.name) {
        self.font_family = 'Helvetica'
        self.fill = 'white'
        self.pointsize = 32  
      }
    

    This works because Carrierwave uses model as the variable that points to whatever instance object the uploader is attached to. In my model, name was the name of the form field that took the user text input.

    For other use cases you’d just take model.field_name where you put whatever name you give to your field_name.

    My friend wrote it like this to explain it to me. I’m pasting it here in case it can help others.

    The ‘process’ method in ImageUploader is a static class method which
    only gets called once when the file is loaded into memory and
    interpreted by ruby. It’s basically just internally keeping track of
    which processing methods should be called later on for every instance
    of ImageUploader. The textify method is the instance method that gets
    called on each ImageUploader object instance that gets created. The
    ‘mount_uploader’ class method that you call in your Athlete model is
    doing some ruby magic to instantiate the ImageUploader instance and
    pass your athlete instance object to it, making it available to the
    ImageUploader object instance as an instance method called ‘model’.

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

Sidebar

Related Questions

We're building an app, our first using Rails 3, and we're having to build
I am using Paperclip to handle profile photo uploads in my app. They upload
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I want to count how many characters a certain string has in PHP, but
I have a jquery bug and I've been looking for hours now, I can't
I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
I am reading a book about Javascript and jQuery and using one of the
I have a French site that I want to parse, but am running into
I want use html5's new tag to play a wav file (currently only supported
I would like to run a str_replace or preg_replace which looks for certain words

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.