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

Explicitly require rails/command in rollbar-rails-runner #937

Merged
merged 1 commit into from
Jan 31, 2020

Conversation

waltjones
Copy link
Contributor

Fixes: #935

A default rails new project loads other code that happens to require rails/command. That's not assured though, and given a minimal Gemfile, this needs to be required here.

@waltjones waltjones force-pushed the wj-require-rails-command branch 3 times, most recently from 9f7ecff to bafcbf9 Compare January 31, 2020 20:09
@waltjones waltjones merged commit 13bb490 into master Jan 31, 2020
@waltjones waltjones deleted the wj-require-rails-command branch June 27, 2023 18:11
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.

rollbar-rails-runner fails on Rails 5.1 with uninitialized constant Rails::Command (NameError)
1 participant