Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle Legacy Rails' lack of acronym support #144

Merged
merged 1 commit into from
Apr 6, 2015
Merged

Handle Legacy Rails' lack of acronym support #144

merged 1 commit into from
Apr 6, 2015

Commits on Apr 6, 2015

  1. Handle Legacy Rails' lack of acronym support

    Handles `load_missing_constant` failures
    
    ```
    /Users/Sean/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/activesupport-3.1.12/lib/active_support/dependencies.rb:490:in `load_missing_constant': Expected /Users/Sean/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/ember-cli-rails-0.2.2/app/helpers/ember_cli_rails_helper.rb to define EmberCliRailsHelper (LoadError)
            from /Users/Sean/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/activesupport-3.1.12/lib/active_support/dependencies.rb:181:in `block in const_missing'
            from /Users/Sean/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/activesupport-3.1.12/lib/active_support/dependencies.rb:179:in `each'
            from /Users/Sean/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/activesupport-3.1.12/lib/active_support/dependencies.rb:179:in `const_missing'
    ```
    seanpdoyle committed Apr 6, 2015
    Configuration menu
    Copy the full SHA
    568c66a View commit details
    Browse the repository at this point in the history