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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T05:51:07+00:00 2026-06-13T05:51:07+00:00

I have a Rails 3.2 Engine (mountable) called Backend. The Ruby platform is JRuby

  • 0

I have a Rails 3.2 Engine (mountable) called “Backend”.

The Ruby platform is JRuby 1.7.0 (1.9.3p203).

I also have a Rails 3.2 application (called my_app), where the Gemfile contain:

gem 'backend', :path => "/home/jacob/projects/backend"

I execute “bundle install” at the root directory of my_app and get the following error:

“Could not find gem ‘backend (>= 0) java’ in source at /home/jacob/projects/backend.
Source does not contain any versions of ‘backend (>= 0) java'”

The backend.gemspec:

$:.push File.expand_path("../lib", \__FILE__)  
require "backend/version"

Gem::Specification.new do |s|  
  s.name        = "Backend"  
  s.version     = Backend::VERSION  
  s.authors     = [""]  
  s.email       = [""]  
  s.homepage    = ""  
  s.summary     = ""  
  s.description = ""  

  s.files = Dir["{app,config,db,lib}/\**/*"] + ["MIT-LICENSE", "Rakefile", "README.rdoc"]
  s.test_files = Dir["test/**/*"]
end
  • 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-06-13T05:51:08+00:00Added an answer on June 13, 2026 at 5:51 am

    I think the gem name is case-sensitive. Try

    s.name = "backend"  
    

    in your gemspec, or

    gem "Backend", , :path => "/home/jacob/projects/backend"
    

    in your Gemfile

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

Sidebar

Related Questions

I have a Rails Mountable Engine called Blog. Inside the module, I have a
I have a rails app called X and a rails mountable engine called Y.
I am using a rails mountable engine called 'Child' inside the application called 'Parent'
Using Rails 3.2.2 and Ruby 1.9.2. I have a rails mountable engine EngineA that
I have a Ruby on Rails (2.3.5) application and an APE (Ajax Push Engine)
I have Rails application with mounted Engine. #{main_app}/config/routes.rb mount CommentIt::Engine => /talk, :as =>
Let's say I have created a mountable engine into ~/my_engine folder: rails plugin new
I'm building a Rails engine called Engrave. I have the engine mounted like so:
I have a Rails 3 application with several engines containing additional functionality. Each engine
I have been trying to use FactoryGirl while developing a Rails 3 mountable engine,

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.