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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T22:53:17+00:00 2026-05-28T22:53:17+00:00

Everything was working fine before upgrading but now I can’t run rake tasks.. any

  • 0

Everything was working fine before upgrading but now I can’t run rake tasks.. any idea if this is something to do with rake 0.9.2.2?

I don’t understand why this problem sometimes occurs.

[gh (master)]$ bundle list | grep rake
  * rake (0.9.2.2)
[gh (master)]$ gem list | grep rake
rake (0.9.2.2, 0.8.7)
  • 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-28T22:53:18+00:00Added an answer on May 28, 2026 at 10:53 pm

    Two ways.. I preferred the
    1st way:

    I typed this from home directory in terminal:

    nano .bash_profile
    

    and pasted this in the file:

       bundle_commands="rake spec rspec cucumber cap watchr rails rackup"
    
        function run_bundler_cmd () {
            if [ -r ./Gemfile ]; then
                bundle exec $@
            else
                $@
            fi
        }
    
        for cmd in $bundle_commands
        do
            alias $cmd="run_bundler_cmd $cmd"
        done
    

    then typed:

    source ~/.bash_profile or restart terminal
    

    2nd way.

    I typed this from home directory in terminal:

    nano .bashrc <br />
    nano .bash_profile <br />
    

    copied and pasted this into the files:

    # fix for ruby on rails rake issue
    alias bi="bundle install --binstubs=.bin"
    export PATH="./.bin:$PATH"
    

    then closed terminal and re-opened to get everything working.

    I also added .bin to my gitignore file.

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

Sidebar

Related Questions

I am using google app engine. Before everything was working fine but now when
I am sending email from my iPhone application. Everything working fine, but I want
I have a bunch of self-hosted WCF services. Everything's working fine but I'm look
I've just installed Coldfusion 9, and everything is now working fine and it's connected
Everything is working fine until I call the saveFile method (shown below) to write
everything is working fine with my jqgrid except a small issue. i have defined
I'm working on a localized app and everything is working fine. The problem is
Here is my code, everything is working fine the only problem is with the
In my application comes with an uninstaller. Everything is working fine, except that I
I have an asp:FormView control bound to a datasource. Everything is working fine. If

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.