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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T19:26:32+00:00 2026-05-27T19:26:32+00:00

My Rails 3.1 application is completely implemented inside a namespace. When I call views,

  • 0

My Rails 3.1 application is completely implemented inside a namespace. When I call views, this namespace is not included, so that I have to type the full qualified name of each class each time. I guess this is a bug or at least a missing feature. How can I include my namespace Aef::Newman automatically in each view context, so that I don’t have to type the full qualified name each time?

Notice that the following statement inside the HAML view template fails because the method include can not be found:

- include Aef::Newman

Both components of this namespace are of type Module. For example, my controllers are located in app/controllers/aef/newman and the application controller looks like this:

module Aef
  module Newman
    class ApplicationController < ActionController::Base

      protect_from_forgery

    end
  end
end

There is a controller named HandledAddressesController which looks like this:

module Aef
  module Newman
    class HandledAddressesController < ApplicationController

      def index
        @handled_addresses = HandledAddress.all
      end

    end
  end  
end

Notice, that even the HandledAddress model is actually named Aef::Newman::HandledAddress and is located in app/models/aef/newman/handled_address.rb .

My routes.rb looks like this:

resources :handled_addresses, controller: 'aef/newman/handled_addresses, only: :index

The view template path is app/views/aef/newman/handled_addresses/index.haml.haml

  • 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-27T19:26:33+00:00Added an answer on May 27, 2026 at 7:26 pm

    Firstly, you shouldn’t really be using constants inside a template. Set some instance variables or make some helpers to do it.

    But, if you really want access to your namespaced constants (classes, modules, etc) then in an initializer you could:

    ActionView::CompiledTemplates.send :include, Aef::Newman
    

    ActionView compiles all templates into this module.

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

Sidebar

Related Questions

My Rails 3.1 application is completely implemented inside a namespace. When I open the
I have a Rails application that in the erb code, I use a select
In my rails application, I have a background process runner, model name Worker, that
In my rails 2 application, I have a photo show page. On this photo
My Rails application makes use of Time.zone so that each user can set their
I have a rails application where each user has a separate database. (taking Joel
I have a rails application which is still showing the cachebusting numeric string at
I have a rails application running on a Linux server. I would like to
I've got a rails application where users have to log in. Therefore in order
I'm implementing an application in ruby on rails (although this is a minor detail)

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.