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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T08:38:24+00:00 2026-06-05T08:38:24+00:00

I have created a Rails Engine (as per the Rails Guides ) using: rails

  • 0

I have created a Rails Engine (as per the Rails Guides) using:

rails plugin new address_book --full --mountable

I proceeded to create a controller for the Engine called pages with a single action (called temp) to display a single view, namely app/views/address_book/pages/temp.html.erb

The Engine’s config/routes.rb is:

AddressBook::Engine.routes.draw do
  match :temp, to: "pages#temp" 
end

In the parent application I added the following in it’s routes.rb file:

mount AddressBook::Engine => "/address_book", as: "address_book"

In an action of one of the parent application’s controllers I have the following call to a view belonging to the Engine:

redirect_to address_book.temp_path

Now, even though rake routes displays the Engine’s path, when I try to execute the action from the browser I keep getting the error:

undefined local variable or method `address_book'

for the line redirect_to address_book.temp_path

The result of rake routes contains the following:

address_book        /address_book         AddressBook::Engine

Routes for AddressBook::Engine:
temp  /temp(.:format) address_book/pages#temp

I cannot seem to understand what I’m missing, so any help would be greatly appreciated.

  • 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-05T08:38:27+00:00Added an answer on June 5, 2026 at 8:38 am

    After a long process of trial and error (and shutting down the PC for the night) I realised that all I needed to do was restart the server

    Hope this post help others with the same stumbling block.

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

Sidebar

Related Questions

Let's say I have created a mountable engine into ~/my_engine folder: rails plugin new
I have a engine style Rails plugin from which I can create a gem
I have created a simple application using rails new simple_cms -d mysql2 After running
I have created a pdf version of our rails application using the Prawn plugin,
I have recently created a new rails 3 application, using the code that I
I have created a blog application using Ruby on Rails which includes the ability
I have created model, controller and view with rails scaffold generator: rails g scaffold
I have a Rails 3.2.2 application using Ruby version 1.9.2. I have created basic
I created a Rails 3 engine that is namespaced. Within my engine, I have
I have created a simple API for a Rails application using token-based-authentication that supports

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.