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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T01:44:47+00:00 2026-05-13T01:44:47+00:00

I have several before_filters defined in my application controller to handle requests I don’t

  • 0

I have several before_filters defined in my application controller to handle requests I don’t like. One representative example is:

before_filter :reject_www

private

def reject_www
  if request.subdomains.include? 'www'
    redirect_to 'http://example.com' + request.path, :status => 301
    false
  end
end

(Returning false skips any following before_filters and simply returns the redirection immediately)

So, two questions:

One, how should I test this functionality? The only testing framework I’ve used so far is Cucumber + Webrat, which isn’t really set up to handle this kind of thing. Is there another framework I should also use to fake requests like this?

Two, is there any way I can try out this functionality myself in my development environment? Since I’m simply browsing the site at localhost:3000, I can’t ensure that the above code works in my browser – I’d have to push it to production, hope it works and hope it doesn’t mess up anything for anyone in the meantime, which makes me nervous. Is there an alternative?

  • 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-13T01:44:47+00:00Added an answer on May 13, 2026 at 1:44 am

    In a functional test, you can explicitly set the request host. I’m not sure what testing framework you prefer, so here is an example in good ole’ Test::Unit.

    def test_should_redirect_to_non_www
      @request.host = 'www.mydomain.com'
      get :index
      assert_redirected_to 'http://mydomain.com/'
    end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How should one have several different controller' actions set a common instance variable for
I have several forms in one HTML page... I have to filter these forms
I have a rails application that about 3 years old, and I'm having a
I'm working on an application with quite a few related models and would like
I have several listboxes that get each of their data from a separate stored
I am still new to LINQ, and I have wrestled with a query for
I am new to rails so could use some help here. I have followed
Wondering if it's possible to change a value returned from a queryset before sending
At my workplace, the traffic blocker/firewall has been getting progressively worse. I can't connect

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.