Code Monkey home page Code Monkey logo

Comments (8)

jwhitley avatar jwhitley commented on August 10, 2024

It would be enormously helpful if you could provide a minimal public project that replicates the problem. From your description, it's unclear whether it's a bug in the gem or in your Engine's code or configuration.

from requirejs-rails.

jwhitley avatar jwhitley commented on August 10, 2024

I just sanity-checked the helper organization in requirejs-rails, and I can't see anything that could be causing this problem on the gem's part. The helper is a module named RequirejsHelper in app/helpers/requirejs_helper.rb within the gem. requirejs_include_tag is a method on that module. I.e. just the basic Rails helper pattern.

I'm going to close this issue for now. If you can provide some repro steps and/or some example code that demonstrates a problem with the gem, then definitely re-open it and I'll dig in and review your findings.

from requirejs-rails.

lanvige avatar lanvige commented on August 10, 2024

I have the same problem, using the requirejs-rails in a Rails Engine and encounter the NoMethodError issue.

'undefined method ''requirejs_include-tag'' ...'

  1. add s.add_dependency 'requirejs-rails' to engine's gemspec file.Code
  2. require 'requirejs-rails'
    Code
  3. using in page = requirejs_include_tag "application"
    Code

Engine Project
Host App

from requirejs-rails.

jwhitley avatar jwhitley commented on August 10, 2024

@lanvige Thanks for the repro case. I'll take a look at that today. FYI, I'm also working up a small example for your jquery_ujs question on the requirejs list, but it's been going slowly as I've been a bit swamped.

from requirejs-rails.

jwhitley avatar jwhitley commented on August 10, 2024

NOTE: See mongoid/mongoid#1805 when setting this up; hit "host is not a valid option for Mongo::Connection" bug in mongoid.

Use this in Gemfile:

gem 'mongoid', :git => 'git://github.com/mongoid/mongoid.git', :branch => '2.4.0-stable'

from requirejs-rails.

jwhitley avatar jwhitley commented on August 10, 2024

@lanvige @crogers-iseatz Your engines MUST have a line similar to the following in your respective controller classes. Using @lanvige's phoenix as an example, in Phoenix::BaseController:

module Phoenix
  class BaseController < ActionController::Base
    # Engines must explicitly include helpers from other engines!
    helper RequirejsHelper

    protect_from_forgery
  end
end

Views in Engines which are not the current top-level app don't automatically pick up helpers from other Engines. You must therefore explicitly include the desired helpers in order for those to be usable in your views. I'm closing this issue since this is native Rails 3.x behavior, not a bug in this gem.

from requirejs-rails.

crogers-iseatz avatar crogers-iseatz commented on August 10, 2024

@jwhitley Thank you very much for the research! That resolves the issue.

from requirejs-rails.

lanvige avatar lanvige commented on August 10, 2024

@jwhitley Thanks very much!

from requirejs-rails.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.