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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T14:37:47+00:00 2026-06-01T14:37:47+00:00

i have a Message model and controller. and in it, i have the standard

  • 0

i have a Message model and controller. and in it, i have the standard functions such as index, show etc.

when i go to “localhost:3000/messages”, my index.html.erb gets displayed, which in turn renders my partial _messages.html.erb.

and in there, i have an anchor href

<a href= "received_messages">Received Messages</a>

however, i encounter 2 issues.

received_messages isn’t being appending the URL, which i thought it would normally do unless i added a / in the beginning. how do i make it append?

and also.. if i manually type in “localhost:3000/messages/received_messages”, i keep getting redirected to the messages#show function. why is that in general?

i have a received_messages.html.erb and even in my routes, i have

match '/received_messages', to: 'messages#received_messages'

which i have the function #received_messages in my controller as well.

why does it keep getting redirected to messages#show

thanks a lot = )

  • 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-01T14:37:49+00:00Added an answer on June 1, 2026 at 2:37 pm

    You asked:

    if i manually type in “localhost:3000/messages/received_messages”, i
    keep getting redirected to the messages#show function. why is that in
    general?

    In general, you have the idea of “messages”… and to

    1. view the collection of messages, you’ll go to “/messages”
    2. To view a specific message (with id 56) , you’ll go to “/messages/56”
    3. To edit, “/messages/56/edit”
    4. To create a new one: “/messages/new”

    So, when you go to /messages/received_messages, the system, is attempting to show the message with id “received_messages”

    If you want an action on the Collection of messages, you can setup your routes like:

    resources :messages do
      collection do
        get :received
      end
    end
    

    This will match up “/messages/received”, and run the MessagesController#received action, and render the app/views/messages/received.html.erb file.

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

Sidebar

Related Questions

I have a _form.html.erb partial that comes from the standard rails 3 template for
In my model I have: validate :my_custom_validation def my_custom_validation errors.add_to_base(error message) if condition.exists? end
I have standard view controller acting as the delegate for a modal view controller
I have model User. And one of controller methods is def view_messages @user =
I have class methods like these in a message model: def delete_all_users_messages(user_id, parent_id) message
For instance, I have a model class which handles receiving bluetooth messages from other
so i have got two models with each one controller: Model Project has_many Themes
I have a form used for creating a new record of the model Message.
I have a number of standard rails validations within my model: validates_presence_of :url_string validates_uniqueness_of
I have this code in my model when the controller requests to get all

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.