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

Fix rails engine and asset pipeline for Rails 4.0 #19

Closed
wants to merge 2 commits into from

Conversation

Aevin1387
Copy link

The Rails version check was checking the minor version based on the major version only being larger than 2. Fix it to only use railtie if Rails is 3.0.

The Rails engine was not checking properly for the asset pipeline. By default the asset pipeline is enabled. It is only when Rails.configuration.assets.enabled is set to false that the asset pipeline is disabled.

igor-alexandrov added a commit that referenced this pull request Oct 15, 2013
@igor-alexandrov
Copy link
Owner

Merged to 1.3.0.
Big 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.

3 participants