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

Bugfix for using different asset_host #38

Closed
wants to merge 1 commit into from

Conversation

ksarna
Copy link

@ksarna ksarna commented Feb 1, 2012

This simple patch fixes incorrect path to the assets if you have something configured asset_host variable, for example:
config.action_controller.asset_host = static.myapp.com

Without this fix only /assets (or other config.assets.prefix) will be added to the base url. In example myapp.com/assets instead of static.myapp.com/assets.

@spohlenz
Copy link
Owner

spohlenz commented Feb 2, 2012

@ksarna I will incorporate the functionality but will move the asset host/prefix/dir concatenation into a method on TinyMCE. Hopefully I can fix #39 at the same time.

@spohlenz spohlenz closed this in bb9bfb2 Feb 2, 2012
@ksarna
Copy link
Author

ksarna commented Feb 2, 2012

OK, that's even better. Thanks!

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.

2 participants