File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ you might be doing something like this:
2626 3 . Then there can be two ways in js:
2727 + if you previously wrote data in data
2828 attributes - you should parse this attributes and write data to some
29- js variable.
29+ js variable.
3030 + if you wrote js right in view (many frontenders would shame you for
3131 that) - you just use data from this js - OK.
3232 4 . You can use your data in your js
@@ -287,13 +287,13 @@ wouldn't work. You can read about this in common usage above.
287287Puts this line into ` Gemfile ` then run ` $ bundle ` :
288288
289289``` ruby
290- gem ' gon' , ' 2.1.0 '
290+ gem ' gon' , ' 2.1.2 '
291291```
292292
293293Or if you are old-school Rails 2 developer put this into ` config/environment.rb ` and run ` $ rake gems:install ` :
294294
295295``` ruby
296- config.gem ' gon' , :version => ' 2.1.0 '
296+ config.gem ' gon' , :version => ' 2.1.2 '
297297```
298298
299299Or manually install gon gem: ` $ gem install gon `
Original file line number Diff line number Diff line change 11module Gon
2- VERSION = '2.1.0 '
2+ VERSION = '2.1.2 '
33end
You can’t perform that action at this time.
0 commit comments