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

  • Home
  • SEARCH
  • 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 7700277
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T22:40:16+00:00 2026-05-31T22:40:16+00:00

i’m not a full RoR developer (php developer mostly), i’ve only don’t small projects/tutorials,

  • 0

i’m not a full RoR developer (php developer mostly), i’ve only don’t small projects/tutorials, but i’ve inherited a rails project and though my environment mimics the heroku production environment, i stil have a problem on our local in house environment. we are migrating the application to be hosted in house.

i’ve run bundle install and i have all the gems needed, but i still get a random error for: Could not find Ascii85-1.0.1 in any of the sources (Bundler::GemNotFound). i ran gem list and the gem exists, but the application won’t run. the database connection appears to be correct, i’m just not sure what the issue is, any advice would be great – thanks in advance.

attached is the full passenger/rake error:
enter image description here

  • 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-31T22:40:17+00:00Added an answer on May 31, 2026 at 10:40 pm

    In more detail: the reason you’re seeing this error is because something in your application is asking to require the Ascii85 code. This could be in your app’s code, or in one of its gems or plugins.

    To see a gem’s dependencies (i.e. what it needs) and what requires it:

    $ gem dependency Ascii85 --reverse-dependencies
    Gem Ascii85-1.0.1
      bundler (>= 1.0.0, development)
      rspec (>= 2.4.0, development)
      Used by
        pdf-reader-1.1.0 (Ascii85 (~> 1.0.0))
    

    So the pdf-reader gem is a possible issue. The results on your system may different.

    Looking at pdf-reader:

    $ gem dependency pdf-reader --reverse-dependencies
    Gem pdf-reader-1.1.0
      Ascii85 (~> 1.0.0)
      ZenTest (~> 4.4.2, development)
      rake (>= 0, development)
      roodi (>= 0, development)
      rspec (~> 2.3, development)
      ruby-rc4 (>= 0)
      Used by
        prawn-0.12.0 (pdf-reader (>= 0.9.0))
    

    So the prawn gem needs pdf-reader, which needs Ascii85.

    In Rails, it happens from time to time that an app author or gem author doesn’t add all the dependencies to the Gemfile or install scripts.

    Usually this is a mistake and easy to fix – you can fix it in your app by adding the gem, and ideally also you can contact the author to suggest a fix.

    Sometimes there are reasons for a missing dependency, such as code that needs an implementation of a method but leaves it up to you which gem to install to provide the method.

    Hope this helps.

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

Sidebar

Related Questions

I want to count how many characters a certain string has in PHP, but
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I would like to count the length of a string with PHP. The string
I used javascript for loading a picture on my website depending on which small
I want use html5's new tag to play a wav file (currently only supported
Seemingly simple, but I cannot find anything relevant on the web. What is the
I have a French site that I want to parse, but am running into
I'm using v2.0 of ClassTextile.php, with the following call: $testimonial_text = $textile->TextileRestricted($_POST['testimonial']); ... and
We're building an app, our first using Rails 3, and we're having to build
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this

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.