mrujs_rails 0.1.0.pre.beta.13 → 0.1.0.pre.beta.14

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8b3af2626c85259fabe940acf9411c6bd5a1189eda6b1d444f05298d3eeb5e3f
4
- data.tar.gz: c3c32f6dd8c1437d1106d1ad41d7a440dd32730e69b1b6512a254d8543cf2cf2
3
+ metadata.gz: 0d8d955fbddbe962a7033fc776c25ef83954f755847610f90cad2978cd81935d
4
+ data.tar.gz: 9f86695adad081d1f65a1ba8b27f0a6cc7ccc4ea025e6bc857dfcf8493334ee2
5
5
  SHA512:
6
- metadata.gz: 5a039a5a14c7f44c5a0e5f5dfd15c013830749848aed32447c548dd0648893b8f45dfd1c1262f76cfd060a898f65ce0664627dd4d3f1c9f064ac437c843d2445
7
- data.tar.gz: f30adacf71337f8599b7544bf3f8df76e88672d2b827d107165e99415a08293530c67fbe705bbe9e0b59fd94bfa6bc08dff2ae611a4903064c9eca28019780db
6
+ metadata.gz: 017f96373ddc46c41111e8e901b85ef7f78bac687ef16f127296a44534c443ab47dea958321493227e4cfca787665550f4be4ddbc5683227e9d414f5d5842e51
7
+ data.tar.gz: 70b21b20741ba26aba60ef5e0332ab2373fc44698b5c270ab726790ffff70672248f8c1b58ca25bce04305383354116a5d857c7a1a40b3674df3dc8bfd390cab
@@ -7,10 +7,10 @@ module MrujsRails
7
7
  end
8
8
 
9
9
  def redirect_to(url = {}, options = {})
10
- turbolinks = options.delete(:turbolinks)
10
+ # turbolinks = options.delete(:turbolinks)
11
11
 
12
12
  super.tap do
13
- if turbolinks != false && request.xhr? && !request.get?
13
+ if request.xhr? && !request.get?
14
14
  visit_location_with_turbolinks(location, turbolinks)
15
15
  elsif request.headers["Turbolinks-Referrer"]
16
16
  store_turbolinks_location_in_session(location)
@@ -1,3 +1,3 @@
1
1
  module MrujsRails
2
- VERSION = "0.1.0-beta.13"
2
+ VERSION = "0.1.0-beta.14"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mrujs_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.pre.beta.13
4
+ version: 0.1.0.pre.beta.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - ParamagicDev