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

Standardize on Rails.application [ci skip] #16979

Merged
merged 1 commit into from Sep 21, 2014

Conversation

tamird
Copy link
Contributor

@tamird tamird commented Sep 19, 2014

No description provided.

This seems to be the style settled on in most of the templates.
@@ -73,7 +73,7 @@
namespace: my_app_development

# config/production.rb
MyApp::Application.configure do
Rails.application.configure do
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we should change the CHANGELOG.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there was another instance i didn't change because it was in the 3.0 release, but this one is unreleased, so i thought it'd be ok for consistency's sake. should i remove this change?

@senny senny merged commit 994d3eb into rails:master Sep 21, 2014
senny added a commit that referenced this pull request Sep 21, 2014
Standardize on `Rails.application` [ci skip]
@senny
Copy link
Member

senny commented Sep 21, 2014

@tamird thank you 💛 as the CHANGELOG is not released it's fine. I changed back the occurrences in the upgrading guide. They were both from 3.x -> 4.0 which did not have Rails.application.

@tamird tamird deleted the standardize-call-style branch September 21, 2014 17:31
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