You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am in the process of upgrading an old applications base libraries. Currently I am at Rails 4.2.6. haml-rails has been constrained to version '~> 0.5.3' which works. However, when I take the version constraint off and let bundler bring in the latest version I get the error
NameError: undefined method precompiled_method_return_value' for class Haml::Compiler'
when I run my test suite. Am I stuck on version 0.5.3 until I get to a newer rails? If so, what version of rails can I start letting haml-rails version float to the latest?
The text was updated successfully, but these errors were encountered:
Removing spring has solved countless errors for me. Spring causes all kinds of errors you'd never suspect. Don't install it and save yourself a ton of headaches.
I am in the process of upgrading an old applications base libraries. Currently I am at Rails 4.2.6. haml-rails has been constrained to version '~> 0.5.3' which works. However, when I take the version constraint off and let bundler bring in the latest version I get the error
NameError: undefined method
precompiled_method_return_value' for class
Haml::Compiler'when I run my test suite. Am I stuck on version 0.5.3 until I get to a newer rails? If so, what version of rails can I start letting haml-rails version float to the latest?
The text was updated successfully, but these errors were encountered: