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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T11:10:50+00:00 2026-05-26T11:10:50+00:00

I want to compare two values given <% if (current_user.role.title).eql?( Test) %> but this

  • 0

I want to compare two values given

<% if (current_user.role.title).eql?( "Test") %>

but this comparison doesn’t seem to work at all. I checked for the value in current_user.role.title and it prints “Test” ; but when i compare it inside the html page this fails. I also tried doing

<% if current_user.role.title == "Test" %>

but it doesnt work!! The value current.role.title is stored as a Varchar in the database.

  • 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-26T11:10:50+00:00Added an answer on May 26, 2026 at 11:10 am

    To expand on my comment, it looks like you managed to get a trailing space in your title. You’re getting -Test - when you try:

    Rails.logger.error '-' + current_user.role.title + '-'
    

    and current_user.role.bytes.count is 5 so it is just a plain space (or possibly a tab) rather than some Unicode confusion.

    You probably want to clean up your data before storing it with strip or strip! and you’ll want to do the same to any data you already have.

    One final check would be to try this:

    <% if current_user.role.title.strip == "Test" %>
    

    The trailing space also explains why your split approach behaved as expected:

    role_Array = (current_user.role.title).split
    if role_Array[0] != "Test"
    

    Just string.split will split (almost always) split on spaces so role_Array ended up looking like ['Test'] because split would throw away the trailing space.

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

Sidebar

Related Questions

i want to compare two number values in a shell script (sh) but it
I want to compare two double values till the second digit from decimal point.
I want to compare two values at runtime using reflection. I was using Comparer.Default.Compare(x,y)
I want to compare two ms-access .mdb files to check that the data they
I want to compare two CSV files to see if they are different. I
I want to compare two times in VB.net: I have 1:42:21 PM and I
I want to compare two arrays, one coming from a shoppingcart and the other
can i somehow compare two numbers in regex? i want regex that is correct
I have two arrays of System.Data.DataRow objects which I want to compare. The rows
I want to write a function that accepts two objects as parameters and compare

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.