Skip to content

Releases: brentd/xray-rails

0.3.2

16 Mar 23:46
Compare
Choose a tag to compare
  • Gracefully handle nil templates
    #96

0.3.1

16 Jun 15:09
Compare
Choose a tag to compare
  • Include xray.js when using jQuery3
    #84

0.3.0

28 Apr 20:57
Compare
Choose a tag to compare
  • Remove alias_method_chain and make xray-rails compatible with Rails 5.1.

0.2.0

23 Sep 18:29
Compare
Choose a tag to compare
  • 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

23 Sep 18:29
Compare
Choose a tag to compare
  • Add a post-install message regarding future removal of Backbone support.

0.1.22

08 Sep 23:57
Compare
Choose a tag to compare
  • If you have not explicitly set an editor, xray-rails now chooses a default
    editor by using the following environment variables: GEM_EDITOR, VISUAL,
    and EDITOR. To explicitly set the editor, use ~/.xrayconfig as explained
    in the configuration section
    of the README.

0.1.21

21 May 15:18
Compare
Choose a tag to compare
  • Fix a regression in 0.1.20 that broke Rails 3.2 apps
    #72

0.1.20

18 May 18:27
Compare
Choose a tag to compare
  • Added support for Rails 5.0.0.rc1.
    #70

0.1.19

06 May 17:38
Compare
Choose a tag to compare
  • 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

0.1.18

06 May 17:25
Compare
Choose a tag to compare