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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T08:44:32+00:00 2026-05-18T08:44:32+00:00

i need to create a method, which gets called by a local application with

  • 0

i need to create a method, which gets called by a local application with two parameters. how can i return true or false then? with xml? my method looks like this:

def check_license
  app_id = params[:id]
  app_sn = params[:sn]

  @license = License.find_by_id(app_id)

  respond_to do |format|
    if @license.app_serial == app_sn
      # should return true here
   else
     # should return false here
   end
  end
end

thanks in advance!

  • 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-18T08:44:32+00:00Added an answer on May 18, 2026 at 8:44 am

    You first need to decide with format your other internal application will call this application. Popular (and sane) formats are xml or json.

    Then, in your controller, you need to render a response in each of those formats:

    resp = @license.app_serial == app_sn
    respond_to do |format|
       format.json { render :json => resp }
       format.xml do
          if resp
            head :ok
          else
            render :xml => resp, :status => 403 # that's a failed authentication response
          end
       end
    end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've got a C# abstract class which has behavior in a virtual method. I
I have made an application recently which has articles, etc, with a commenting/moderation system
I'm using AvalonDock in a WPF application, and need to persist the layout of
I have an MVC3 app for which I want to implement claims support. My
Can anybody suggest any reasons why a C# timer (created in a code-behind class)
I am still learning to make a Joomla component, but I have run into
I am migrating some code and have nicely formatted Look-up Tables but they have
I'm attempting to build an Android layout that has a fixed footer, with the
I'm developing a canvas graphical editor. I have already coded an undo-redo system that
I am trying to test a class in Service handler using NUnit project. My

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.