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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T16:36:37+00:00 2026-05-24T16:36:37+00:00

So, I really don’t want any nulls passed into my server, because it destroys

  • 0

So, I really don’t want any nulls passed into my server, because it destroys IE when rendered.

I think a before filter in teh ApplicationController would do the trick.

I kinda want to do something like params.gsub(/\000/,””) but since params is a hash, that won’t work.

What is the shortest way 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-05-24T16:36:38+00:00Added an answer on May 24, 2026 at 4:36 pm

    Something like this should work:

    def recursive_gsub(search, replace, value)
      case value
      when String
      value.gsub!(search, replace)
      when Array,Hash
      value.each{|v| recursive_gsub(search, replace, v)}
      end
    end
    

    Then recursive_gsub(/\000/,"",params) should work. You could even add this method to Hash if you want something prettier like params.recursive_gsub!(/\000/,"").

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

Sidebar

Related Questions

I really don't want to use any software, I want to learn by myself.
I really don't like the concept of opening my SQL server(s) to the internet
I really don't want to have to reinvent the wheel with this one. There
I really don't want something sophisticated, in fact I want the simplest animation for
I really don't get why this is not working. I want to avoid a
The thing is, I really don't want the console window to show up, but
I really don't think this has anything to do with ASP.NET MVC 2 itself,
Since I really don't get any progress in the last hours I need to
I use this code to get Server Date but I really don't understand.CreateDateTime() is
I really don't see the point of making EJB's into web services. The first

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.