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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T10:32:21+00:00 2026-05-19T10:32:21+00:00

I am using Rails 3.0 and have several models which have a public, English,

  • 0

I am using Rails 3.0 and have several models which have a public, English, reference field such as a title on a chapter of a story. I am looking for an elegant way to implement certain stop words for actions on controllers, e.g. “new”, “update”, “destroy”, etc. What is the best way to do this, via some kind of callback during the saving of the model?

  • 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-19T10:32:21+00:00Added an answer on May 19, 2026 at 10:32 am

    Rails has a tonne of callbacks for exactly this kind of thing. I think the callbacks that would be of most interest to you would be before_validation, before_validation_on_create, after_validation and after_validation_on_create since you can get in a strip out stopwords and then have your validations run on whats left.

    So your Chapter model would have something like:

    before_validation_on_create :check_for_stop_words
    def check_for_stop_words
      #checks for stopwords...
    end
    

    The usual before_destroy and before_update are also there if you need them.

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

Sidebar

Related Questions

I have a Rails application with several models-views-controllers which have some similar characteristics, for
I'm using rails-rspec gem and I have several specs (models, controllers, etc). When I
I have such problem: I'm using rails, devise gem and jQuery validation plugin. I
I have a legacy project using Rails 2.3.5 but I can't find with which
I'm using rails 3.2. I have many to many type of models. Is there
We have a boolean field in our system (using Rails 3.0.4) and when attached
I'm using rails 3. In my database I have several tables that work together
I have a rails 3.1 project using devise for authentication. I have several user
Using Rails 3.2. I have an individual Shop post, and each shop has reviews.
I have a deployment using: rails 2.3.2 ruby 1.8.7 mysql db and 3 mongrel

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.