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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T13:08:29+00:00 2026-05-30T13:08:29+00:00

By default Rake will stop at the first exception raised. There doesn’t seem to

  • 0

By default Rake will stop at the first exception raised.

There doesn’t seem to be a command line equivalent to make -k, is there any way to do it programmaticaly?

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

    Unfortunately there is no --keep-going in rake (and I think that’s fine). The only way I can think of is to wrap your Rakefile with begin; rescue; end, but it won’t make it “keep going” — it will simply ensure that your rake‘s execution return is 0.

    begin
      # Former Rakefile code goes here
    rescue
      puts $!.inspect
    end
    

    I believe that “keep going” isn’t possible since when you raise something you already changed your algorithm’s flow — i.e. don’t try to solve your problem by ignoring Exceptions.

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

Sidebar

Related Questions

Rake db:seed populates your db with default database values for an app right? So
Code first: create_table :users do |t| ... t.boolean :is_active, :default => true ... end
I'm running msbuild.exe via Rake from a regular PowerShell console. This is the command
In application.rb , it says: Set Time.zone default to the specified zone and make
creating a simple model with a migration like the following will break the rake
I'm not sure why, but whenever I run rake assets:precompile , application.js doesn't get
In my Rake file: require 'rspec/core/rake_task' desc 'Default: run specs.' task :default => :spec
I'm a little confused by the intended use of the default Rails Rake tasks,
default is 49 how to edit to higher?
The default shell in Mac OS X is bash , which I'm generally happy

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.