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

Make public root path configurable #1848

Merged
merged 2 commits into from
Dec 21, 2018
Merged

Make public root path configurable #1848

merged 2 commits into from
Dec 21, 2018

Conversation

palkan
Copy link
Contributor

@palkan palkan commented Dec 20, 2018

Related to #1841 (#1841 (comment))

@@ -36,7 +36,7 @@ def source_entry_path
end

def public_path
root_path.join("public")
root_path.join(fetch(:public_root_path))
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

@gauravtiwari gauravtiwari merged commit 0d2db5f into rails:master Dec 21, 2018
@gauravtiwari
Copy link
Member

thanks @palkan

@ghaydarov
Copy link
Contributor

👍

@justin808
Copy link
Contributor

@gauravtiwari docs on this?

@palkan
Copy link
Contributor Author

palkan commented Dec 26, 2018

@justin808 See #1855

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.

4 participants