Releases: brentd/xray-rails
Releases · brentd/xray-rails
v0.3.3
What's Changed
- Adapt to Sprockets 4 by @cohei in #103
- adopt Apple spelling conventions by @brandondrew in #114
- Fix "undefined method safe_append=" on Ruby 3.0.0 by @mattbrictson in #108
New Contributors
- @cohei made their first contribution in #103
- @brandondrew made their first contribution in #114
Full Changelog: v0.3.2...v0.3.3
0.3.2
0.3.1
0.3.0
- Remove
alias_method_chain
and make xray-rails compatible with Rails 5.1.
0.2.0
- Removed support for Backbone-rendered templates. This feature was particularly
complex and prone to failure. It will more than likely return in some form in
the future - for now, if your workflow depends on it, don't upgrade to 0.2.0. - Removed the dependency on coffee-rails.
- Fixed deprecation warnings from Sprockets 4.
0.1.23
0.1.22
- If you have not explicitly set an editor, xray-rails now chooses a default
editor by using the following environment variables:GEM_EDITOR
,VISUAL
,
andEDITOR
. To explicitly set the editor, use~/.xrayconfig
as explained
in the configuration section
of the README.
0.1.21
0.1.20
0.1.19
- Previous releases of xray-rails had a file permissions issue that caused a
"can't load lib/xray/middleware" error on some systems. This should now be
fixed. #59 - The xray-rails JavaScript is now properly injected after
jquery2
. This means
that projects using jQuery2 should now work with xray-rails out of the box.
#64 @nextekcarl