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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T08:58:23+00:00 2026-05-29T08:58:23+00:00

I have one data model ‘object’ with fields->object_id, object_name. That is: http://localhost:3000/objects/ I have

  • 0

I have one data model ‘object’ with fields->object_id, object_name.
That is: http://localhost:3000/objects/

I have created another model ‘front_pages’ (not created any migration in this, instead I have created some pages like ‘search.html.erb'(by hand) and the associated controllers).
That is: http://localhost:3000/front_pages/

My question is: How to access/search the items stored in the ‘object’ database within the ‘search.html.erb’.

“These two are in the same rails project folder”

-> How to display the search results into an HTML.erb file?

views/static_pages/show.html.erb

<% @npsobject.each do |npsobjects| %>

Nps:

Nps type:

Nps name:

|

Static_page Controller

 class StaticPagesController < ApplicationController
  def show
      @npsobject=Npsobject.find(:all, :conditions => ['nps_name LIKE ?',  "%#{params[ :search]}%"]);
       end

views/static_pages/new.html.erb

   <%= form_tag( { :action =>"show"}, { :method => "get"}) do %> # The action path is ok??
  <%= text_field_tag :search, params[:search], :class => 'inputBox' %>

“button”) %>

Please verify the above codes and guide me through, as Im new to RoR..:)

  • 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-05-29T08:58:24+00:00Added an answer on May 29, 2026 at 8:58 am

    You need to move your

        @npsobject = Npsobject.find
    

    into show action
    and then each it into your views/static_pages/show.html.erb

        <% @npsobject.each do |nps| %>
          <%= nps.nps_name %>
        <% end %>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm developing a rails project where I have one data model with multiple fields
I have one thread that is receiving data over a socket like this: while
I often run into the problem that I have one stream full of data
I have Customer, Event and Address objects in my data model. Both Customer and
I have created a core data model that has two entities which have a
I have a handful of projects that all use one project for the data
I have a data model in which I have an Item that can belong
One universal data model author I am reading contends that in his experience, 50%
I have User and Friend entities in my data model, being a one User
I have a one to many relationship in my core data model. I need

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.