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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T19:52:16+00:00 2026-06-12T19:52:16+00:00

hello for my app I need to save a record that the user type,

  • 0

hello for my app I need to save a record that the user type, for example if an user type in:

<p><%= f.label :fruit %><br />
<%= f.file_field :fruit%></p>

"apple"

in the show page I need that record appears like

"bag of "+ :fuit

, but I don’t want to save “bag of”, how can I put that text when the user is in the show page??
I have read something about the filters but I don’t understand so much I’m pretty new in rails

if you need more info (like code) just tell me, thanks

EDIT
for now in my model I have this

before_save: add_bag

def add_bag
  self.fruit = ("bag of" + self.fruit)
end

but that save all this “bag of apple”

  • 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-12T19:52:17+00:00Added an answer on June 12, 2026 at 7:52 pm

    I recommend you do something like this (assuming your model is Foo)

    class Foo < ActiveRecord::Base
      def bag
        "bag of #{fruit}"
      end
    end
    
    foo = Foo.new
    foo.fruit = "apple"
    puts foo.fruit # => "apple"
    puts foo.bag   # => "bag of apple"
    

    Is this what you want?

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

Sidebar

Related Questions

hello expert, i need build app that share mobile app to second mobile so
hello i have a app that connects and post to user wall but when
Hello Am Currently Doing An App Related To Sound Modulation I need to know
Hello I have a WinForm app that generates a ton of data. Currently I
Hello,I need to get the webcam input in my web app through web browser,
Hello everyone I would have a value for the need to save every time
In a GWT hello world example, if I compile and run the app, the
I have a table of emails. And i need that Each user received email.
In this hello world example of a Backbone app http://arturadib.com/hello-backbonejs/docs/5.html , the author renders
hello friends , I need a publish my app in different-different market but not

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.