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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T16:07:32+00:00 2026-06-11T16:07:32+00:00

I am not to sure i understand correctly scope in rails. Here what i

  • 0

I am not to sure i understand correctly scope in rails. Here what i am trying to do I have a model call article and called tags.

To start off the application it log you in at Article#index action which show all articles. However what I want to be able to refine my view by clicking on a tags that would dynamically be created. The query i would like would be Article.find(:all, :conditions => ['tags = ?', 'world'])

How can i achieve this? Or should i just use ajax to do this?

  • 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-11T16:07:33+00:00Added an answer on June 11, 2026 at 4:07 pm

    I think ajax makes sense in this case.

    You could have something like this.

    routes.rb

    match "/articles/tag" => "articles#tag"

    articles_controller.rb

    def tag
      @particularly_tagged_links = Link.find_all_by_tags(params[:tags])
    end
    

    application.js or wherever you are using jquery codes. And trig this function when the user clicks the tag or something.

    function taggit(tag) {
      $.ajax({
        url: "articles/tags?"+tag
      });
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm not sure if I correctly understand. TryEnterCriticalSection is called only once, it's not
I'm not sure I understand sparse indexes correctly. I have a sparse unique index
I am not sure if I understand the usage of crossdomain.xml correctly. I am,
Here's my fiddle : http://jsfiddle.net/JWww3/ I'm not sure to understand why this code is
I am not sure that I understand Isolated storage. I read the article http://msdn.microsoft.com/en-us/library/3ak841sy%28VS.80%29.aspx
I'm not sure I understand correctly how QSound.setLoop function should work. I want to
im not sure if i understand correctly how this class works. its an example
I'm currently trying learning Cocoa and I am not sure if I understand that
I'm not quite sure how indexes works. Here's how I understood it, please correct
From MSDN document i understand ( I am not sure,i understand perfectly ) :

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.