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

Conversation

seanpdoyle
Copy link
Contributor

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'

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'
```
rwz added a commit that referenced this pull request Apr 6, 2015
Handle Legacy Rails' lack of acronym support
@rwz rwz merged commit beb5ae0 into thoughtbot:master Apr 6, 2015
@seanpdoyle seanpdoyle deleted the sd-rename-helpers branch April 6, 2015 18:22
@rwz
Copy link
Collaborator

rwz commented Apr 6, 2015

released 0.2.3, and rebased runner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants