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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T03:18:39+00:00 2026-05-16T03:18:39+00:00

When creating a rails engine in 2.3.5 as a plugin, how can the gem

  • 0

When creating a rails engine in 2.3.5 as a plugin, how can the gem dependencies be set within the plugin, without having to import them into the host applications environment.rb?

Basically, I need to be able to call “config.gem” after Initializer.run has been called by environment.rb, since the plugin has not been loaded when the config block is in scope.

Not using bundler for this application.

  • 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-16T03:18:40+00:00Added an answer on May 16, 2026 at 3:18 am

    I think that you can run the Rails Initializer stuff inside your init.rb eg just stuff like:

    Rails::Initializer.run do |config|
      config.gem 'fastercsv', :version => '1.4.0'    
      config.gem 'liquid', :version => '2.0.0'
    end
    

    If putting it in init.rb doesn’t call it, one of our engines has a bootfile that simply contains a class with a method that contains the same Initialiser stuff as above. eg:

    class MyBootClass
      def self.boot_up  
        Rails::Initializer.run do |config|
          config.gem 'fastercsv', :version => '1.4.0'    
          config.gem 'liquid', :version => '2.0.0'
        end
      end
    end
    

    The bootfile is required in the environment.rb and the class method called eg

    require "#{File.dirname(__FILE__)}/../vendor/plugins/.../bootfile.rb"
    MyBootClass.boot_up
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 505k
  • Answers 505k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Check out how-to-simulate-lower-cpu-processor-machines-for-browser-testing - which should provide the answer -… May 16, 2026 at 3:19 pm
  • Editorial Team
    Editorial Team added an answer This is the specified behavior for File.OpenWrite: If the file… May 16, 2026 at 3:19 pm
  • Editorial Team
    Editorial Team added an answer I think there are two ways to learn to write… May 16, 2026 at 3:19 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

I'm working creating rails application and wondered where I can find good tutorials on
I am creating a Rails plugin and it is dynamically adding a method to
I'm trying to create my first Rails plugin and am having some troubles leveraging
Warp Drive is a nice way to package an entire Rails application into a
I'm creating rails application where it allow users to add geo-location data for restaurants,
I need some advice, what is the rule of the thumb when creating Rails
In my Rails 3 app, I am creating a Book model which contains an
I want to automate things like: Creating a new Ruby on Rails application with
I've read that RubyGems is de-facto hosting for gems. I host all my Rails
I am creating a flash site and am trying to make it SEO. I'm

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.