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

The Archive Base Latest Questions

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

I want to add a :limit clause to delete_all… how can I do that?

  • 0

I want to add a :limit clause to delete_all... how can I do that?

One method I can think of is to override the default delete_all, but I cant get it to work… the add_conditions! function isn’t defined!

  • 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-19T13:37:37+00:00Added an answer on May 19, 2026 at 1:37 pm

    There’s no need to override anything:

    # Rails 2
    SomeModel.scoped(:limit => 10).destroy_all
    
    # Rails 3
    SomeModel.limit(10).destroy_all
    

    Edit: Passing spec:

    it "should destroy all using scope" do
      10.times { SomeModel.create }
      expect {
        SomeModel.limit(5).destroy_all
      }.to change(SomeModel, :count).by(-5)
      SomeModel.count.should == 5
    end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can I Add Time Limit To My Download Link . Suppose That There
I want add UIGestureRecognizerDelegate to UIWebView,but failed. if [self.view addsubView:webView]; So UIWebView is ok,but
I have a list of string values that I want add to a hashtable
I want to add Gon ( https://github.com/gazay/gon ) to my activeadmin but I need
Hey, I want to add a button(link), that when clicked will filter the pagination
I want to add rows in a DataSet, but only a specific number of
I want to add an edit button for a script called spiral url, but
I want to add a new item (Cheese) to an sqlite table but only
How can I make an ORDER BY clause with a small LIMIT (ie 20
I have two string that i want to limit to lets say 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.