wj-jquery-rails 4.2.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 9b54d1da8878105b571209c4f842f3eeeec3e5db
4
+ data.tar.gz: 376355b0dc1cfc85892be7ba679c981601c2cd32
5
+ SHA512:
6
+ metadata.gz: c1a8984588a5de511c0fe92975664a43e79091b6076dc2bbd090c85d01acd89f53265699ca8d26dcf8cbc5ef53027fe63602a947260c66bef4836970e00f81a4
7
+ data.tar.gz: 495b2e46b85b32528f8cae14d7f1b4033b694b773eaa1c2ddd94718f5ec048cbc978d8c3938c5c9dbcfb963aa8bd1eb4e591b76a11d444909d42b19ff1ac3c54
@@ -0,0 +1,8 @@
1
+ pkg/*
2
+ tmp
3
+ spec/support/*/Gemfile.lock
4
+ spec/support/*/public/javascripts
5
+ .ruby-version
6
+ .bundle
7
+ imports/*
8
+ Gemfile.lock
@@ -0,0 +1,27 @@
1
+ sudo: false
2
+ cache: bundler
3
+ language: ruby
4
+ rvm:
5
+ - 1.9.3
6
+ - 2.0.0
7
+ - 2.1
8
+ - 2.2.5
9
+ - 2.3.0
10
+ - jruby
11
+ - ruby-head
12
+ matrix:
13
+ fast_finish: true
14
+ allow_failures:
15
+ - rvm: jruby
16
+ notifications:
17
+ email: false
18
+ irc:
19
+ on_success: change
20
+ on_failure: always
21
+ channels:
22
+ - "irc.freenode.org#rails-contrib"
23
+ campfire:
24
+ on_success: change
25
+ on_failure: always
26
+ rooms:
27
+ - secure: "p58t43P+64c1g0Av88DNM9XxMnmXM/PzRFU4yeo53i7lDY77PqKOVY+swc8eibn6cMgfyw2vqI7UFri4WLxwdN5jN5QaByHtXT2STFaJV4ORyyOBqQLuJTFWzMn8+Zil3rW/0Xv6tHoeAjsToZyYFefyjM3qemAmUqI8jLqU1sM="
@@ -0,0 +1,339 @@
1
+ ## 4.2.2
2
+
3
+ - update jquery to 3.1.1
4
+
5
+ ## 4.2.1
6
+
7
+ - update jquery to 3.1.0
8
+
9
+ ## 4.2.0
10
+
11
+ - Support jQuery 3.x
12
+ - Update jquery-ujs to 1.2.2
13
+ - Update jQuery to 1.12.4 and 2.2.4
14
+
15
+ ## 4.1.1
16
+
17
+ - Update jQuery to 1.12.1 and 2.2.1
18
+ - Update jquery-ujs to 1.2.1
19
+
20
+ ## 4.1.0
21
+
22
+ - Update jQuery to 1.12.0 and 2.2.0
23
+ - Update jquery-ujs to 1.2.0
24
+
25
+ ## 4.0.5
26
+
27
+ - Specify that Ruby version 1.9.3+ is required
28
+ - Test on Ruby 2.2
29
+ - Update jquery-ujs from 1.0.4 to 1.1.0
30
+
31
+ ## 4.0.4
32
+
33
+ - Fix CSP bypass vulnerability. CVE-2015-1840
34
+
35
+ ## 4.0.1
36
+
37
+ - Fix RubyGems permission problem.
38
+
39
+ ## 4.0.0
40
+
41
+ - Minimum dependency set to Rails 4.2
42
+ - Updated to jquery-ujs 1.0.2
43
+ - Support jQuery 1.x and 2.x
44
+
45
+ ## 3.1.3 (16 June 2015)
46
+
47
+ - Fix CSP bypass vulnerability. CVE-2015-1840
48
+
49
+ ## 3.1.2 (1 September 2014)
50
+
51
+ - Updated to jquery-ujs 1.0.1
52
+
53
+ ## 3.1.1 (23 June 2014)
54
+
55
+ - Updated to jQuery 1.11.1
56
+ - Updated to jquery-ujs 1.0.0
57
+
58
+ ## 3.1.0 (29 January 2014)
59
+
60
+ - Updated to jQuery 1.11.0
61
+ - Updated to latest jquery-ujs
62
+ - Added development rake task for updating jQuery
63
+
64
+ ## 3.0.4 (10 July 2013)
65
+
66
+ - Fixed jQuery source map
67
+
68
+ ## 3.0.3 (10 July 2013)
69
+
70
+ - Updated to jQuery 1.10.2
71
+
72
+ ## 3.0.2 (04 July 2013)
73
+
74
+ - Updated to latest jquery-ujs
75
+
76
+ ## 3.0.1 (07 June 2013)
77
+
78
+ - Updated to jQuery 1.10.1
79
+ - Removed jQuery UI from generator
80
+
81
+ ## 3.0.0 (29 May 2013)
82
+
83
+ - Removed jQuery UI
84
+
85
+ ## 2.3.0 (29 May 2013)
86
+
87
+ - Updated to jQuery 1.10.0
88
+ - Updated to jQuery UI 1.10.3
89
+
90
+ ## 2.2.2 (29 May 2013)
91
+
92
+ - Updated to latest jquery-ujs
93
+
94
+ ## 2.2.1 (08 February 2013)
95
+
96
+ - Updated to jQuery 1.9.1
97
+ - Updated to latest jquery-ujs
98
+
99
+ ## 2.2.0 (19 January 2013)
100
+
101
+ - Updated to jQuery 1.9.0
102
+ - Updated to latest jquery-ujs
103
+
104
+ ## 2.1.4 (26 November 2012)
105
+
106
+ - Updated to jQuery 1.8.3
107
+ - Updated to jQuery UI 1.9.2
108
+ - Rails 4 compatibility
109
+ - Rails 3.1 compatibility (without asset pipeline)
110
+ - Rails 3.0 compatibility
111
+
112
+ ## 2.1.3 (24 September 2012)
113
+
114
+ - Updated to latest jquery-ujs
115
+ - Updated to jQuery 1.8.2
116
+
117
+ ## 2.1.2 (06 September 2012)
118
+
119
+ - Updated to latest jquery-ujs
120
+ - required radio bugfix
121
+ - Updated to jQuery 1.8.1
122
+
123
+ ## 2.1.1 (18 August 2012)
124
+
125
+ - Updated to latest jquery-ujs
126
+ - ajax:aborted:file bugfixes
127
+
128
+ ## 2.1.0 (16 August 2012)
129
+
130
+ - Updated to latest jquery-ujs
131
+ - jQuery 1.8.0 compatibility
132
+ - Updated to jQuery 1.8.0
133
+ - Updated to jQuery UI 1.8.23
134
+
135
+ ## 2.0.3 (16 August 2012)
136
+
137
+ - Updated to latest jquery-ujs
138
+ - created `rails:attachBindings` to allow for customization of $.rails object settings
139
+ - created `ajax:send` event to provide access to jqXHR object from ajax requests
140
+ - added support for `data-with-credentials`
141
+
142
+ ## 2.0.2 (03 April 2012)
143
+
144
+ - Updated to jQuery 1.7.2
145
+ - Updated to jQuery UI 1.8.18
146
+ - Updated to latest jquery-ujs
147
+ - Override provided for obtaining `href`
148
+ - Edit `crossDomain` and `dataType` from `ajax:before` event
149
+
150
+ ## 2.0.1 (28 February 2012)
151
+
152
+ - Fixed Rails 3.2 dependency issue
153
+
154
+ ## 2.0 (20 December 2011)
155
+
156
+ - Minimum dependency set to Rails 3.2
157
+
158
+ ## 1.0.19 (26 November 2011)
159
+
160
+ - Updated to jQuery 1.7.1
161
+ - Updated to latest jquery-ujs
162
+ - Fixed disabled links to re-enable when `ajax:before` or
163
+ `ajax:beforeSend` are canceled
164
+ - Switched from deprecated `live` to `delegate`
165
+
166
+ ## 1.0.18 (18 November 2011)
167
+
168
+ - Updated to latest jquery-ujs
169
+ - Fixed event parameter for form submit event handlers in IE for
170
+ jQuery 1.6.x
171
+ - Fixed form submit event handlers for jQuery 1.7
172
+
173
+ ## 1.0.17 (9 November 2011)
174
+
175
+ - Updated to jQuery 1.7
176
+ - Updated to latest jquery-ujs
177
+ - Moved file comment above function so it won't be included in
178
+ compressed version
179
+
180
+ ## 1.0.16 (12 October 2011)
181
+
182
+ - Updated to jQuery 1.6.4
183
+ - Updated to jQuery UI 1.8.16
184
+
185
+ ## 1.0.15 (12 October 2011)
186
+
187
+ - Updated to latest jquery-ujs
188
+ - Fixed formInputClickSelector `button[type]` for IE7
189
+ - Copy target attribute to generated form for `a[data-method]` links
190
+ - Return true (abort ajax) for ctrl- and meta-clicks on remote links
191
+ - Use jQuery `.prop()` for disabling/enabling elements
192
+
193
+ ## 1.0.14 (08 September 2011)
194
+
195
+ - Updated to latest jquery-ujs
196
+ - Added `disable-with` support for links
197
+ - minor bug fixes
198
+ - Added `data-remote` support for change events of all input types
199
+ - Added install generator for Rails 3.1 with instructional message
200
+
201
+ ## 1.0.13 (11 August 2011)
202
+
203
+ - Updated to latest jquery-ujs with `novalidate` support
204
+ - No more support for jquery older than v1.6
205
+
206
+ ## 1.0.12 (23 June 2011)
207
+
208
+ - Updated to latest jquery-ujs with 'blank form action' and
209
+ data-remote support for select elements
210
+
211
+ ## 1.0.11 (15 June 2011)
212
+
213
+ - Updated to latest jqueyr-ujs with cross-domain support
214
+
215
+ [See jquery-ujs issue 167](https://github.com/rails/jquery-ujs/pull/167) for relevant discussion
216
+
217
+ ## 1.0.10 (13 June 2011)
218
+
219
+ - Updated to latest jqueyr-ujs with bug fixes
220
+
221
+ ## 1.0.9 (25 May 2011)
222
+
223
+ - Merged with new rails repo (3.1 fix)
224
+
225
+ ## 1.0.8 (25 May 2011)
226
+
227
+ - Updated to latest jquery-ujs with `[disabled][required]` fix
228
+
229
+ ## 1.0.7 (21 May 2011)
230
+
231
+ - Fix assert_select_jquery's bad call to unescape_rjs
232
+
233
+ ## 1.0.6 (21 May 2011)
234
+
235
+ - Updated to latest jquery-ujs with `data-params` support
236
+
237
+ ## 1.0.5 (17 May 2011)
238
+
239
+ - Updated to latest jquery-ujs
240
+ - Remove old rails.js in Rails 3.0 generator
241
+
242
+ ## 1.0.4 (17 May 2011)
243
+
244
+ - Fix exception in Rails 3.0 generator
245
+
246
+ ## 1.0.3 (17 May 2011)
247
+
248
+ - Update to jQuery 1.6.1
249
+ - Remove useless --version generator option
250
+
251
+ ## 1.0.2 (12 May 2011)
252
+
253
+ - Fix Rails 3.0 now that rails.js is named jquery_ujs.js
254
+
255
+ ## 1.0.1 (10 May 2011)
256
+
257
+ - Stop downloading rails.js from GitHub
258
+ - Vendor jQuery UI for those who want it
259
+ - Fix assert_select_jquery now that Rails 3.1 has no RJS at all
260
+ - Fix rails dependency to just be railties
261
+
262
+ ## 1.0.rc (3 May 2011)
263
+
264
+ - Rails 3.1 asset pipeline edition
265
+ - Removes generators and railties
266
+ - Just provides jquery.js and jquery_ujs.js
267
+ - Still compatible with Rails 3.0 via the old generator code
268
+
269
+ ## 0.2.7 (5 February 2011)
270
+
271
+ - Updated to use jQuery 1.5 by default
272
+
273
+ ## 0.2.6 (1 December 2010)
274
+
275
+ Feature:
276
+
277
+ - Updated to use jQuery 1.4.4 by default
278
+
279
+ ## 0.2.5 (4 November 2010)
280
+
281
+ Bugfix:
282
+
283
+ - Download JQuery Rails UJS via HTTPS since Github is now HTTPS only
284
+
285
+ ## 0.2.4 (16 October 2010)
286
+
287
+ Features:
288
+
289
+ - Updated to use the new jQuery 1.4.3 by default, with the IE .live() bug fixed
290
+ - Always download the newest 1.x release of jQuery UI
291
+ - Try to install unknown versions of jQuery, with fallback to the default
292
+ - Print informative messages in the correct Generator style
293
+
294
+ ## 0.2.3 (13 October 2010)
295
+
296
+ Features:
297
+
298
+ - Support Edge Rails 3.1 by depending on Rails ~>3.0
299
+ - Add Sam Ruby's assert_select_jquery test helper method
300
+ - Use jquery.min only in production (and not in the test env)
301
+
302
+ ## 0.2.2 (8 October 2010)
303
+
304
+ Feature:
305
+
306
+ - Depend on Rails >=3.0 && <4.0 for edge Rails compatibility
307
+
308
+ ## 0.2.1 (2 October 2010)
309
+
310
+ Bugfix:
311
+
312
+ - Default to jQuery 1.4.1 as recommended by jQuery-ujs
313
+ due to a bug in 1.4.2 (http://jsbin.com/uboxu3/7/)
314
+
315
+ ## 0.2 (2 October 2010)
316
+
317
+ Features:
318
+
319
+ - Allow specifying which version of jQuery to install
320
+ - Add generator tests (thanks, Louis T.)
321
+ - Automatically use non-minified JS in development mode
322
+
323
+ ## 0.1.3 (16 September 2010)
324
+
325
+ Bugfix:
326
+
327
+ - allow javascript :defaults tag to be overridden
328
+
329
+ ## 0.1.2 (18 August 2010)
330
+
331
+ Bugfix:
332
+
333
+ - check for jQueryUI in the right place
334
+
335
+ ## 0.1.1 (16 August 2010)
336
+
337
+ Bugfix:
338
+
339
+ - fix generator by resolving namespace conflict between Jquery::Rails and ::Rails
@@ -0,0 +1,132 @@
1
+ Contributing to jquery-rails
2
+ =====================
3
+
4
+ [![Build Status](https://travis-ci.org/rails/jquery-rails.svg?branch=master)](https://travis-ci.org/rails/jquery-rails)
5
+
6
+ jquery-rails is work of [many contributors](https://github.com/rails/jquery-rails/graphs/contributors). You're encouraged to submit [pull requests](https://github.com/rails/jquery-rails/pulls), [propose features and discuss issues](https://github.com/rails/jquery-rails/issues).
7
+
8
+ #### Updating jQuery
9
+
10
+ If the jquery or jquery-ui scripts are outdated (i.e. maybe a new version of jquery was released yesterday), feel free to open an issue and prod us to get that thing updated. However, for security reasons, we won't be accepting pull requests with updated jquery or jquery-ui scripts.
11
+
12
+ #### Changes to jquery_ujs.js
13
+
14
+ **If it's an issue pertaining to the jquery-ujs javascript, please
15
+ report it to the [rails/jquery-ujs project](https://github.com/rails/jquery-ujs/issues).**
16
+
17
+ #### Fork the Project
18
+
19
+ Fork the [project on Github](https://github.com/rails/jquery-rails) and check out your copy.
20
+
21
+ ```
22
+ git clone https://github.com/contributor/jquery-rails.git
23
+ cd jquery-rails
24
+ git remote add upstream https://github.com/rails/jquery-rails.git
25
+ ```
26
+
27
+ #### Create a Topic Branch
28
+
29
+ Make sure your fork is up-to-date and create a topic branch for your feature or bug fix.
30
+
31
+ ```
32
+ git checkout master
33
+ git pull upstream master
34
+ git checkout -b my-feature-branch
35
+ ```
36
+
37
+ #### Bundle Install and Test
38
+
39
+ Ensure that you can build the project and run tests.
40
+
41
+ ```
42
+ bundle install
43
+ bundle exec rake test
44
+ ```
45
+
46
+ #### Write Tests
47
+
48
+ Try to write a test that reproduces the problem you're trying to fix or describes a feature that you want to build. Add to [test](test).
49
+
50
+ #### Testing
51
+
52
+ This is a gem that simply includes jQuery and jQuery UJS into the Rails
53
+ asset pipeline. The asset pipeline functionality is well tested within the
54
+ Rails framework. And jQuery and jQuery UJS each have their own extensive
55
+ test suites. Thus, there's not a lot to actually test here.
56
+
57
+ That being said, we do have a few integration-level tests to make sure
58
+ everything is being included and basic UJS functionality works within a
59
+ sample Rails app.
60
+
61
+ If you're making changes to the actual gem, run the tests as follows:
62
+
63
+ 1. Checkout the demo Rails app: `git clone git://github.com/JangoSteve/Rails-jQuery-Demo.git`
64
+
65
+ 2. Install the gems: `bundle install`
66
+
67
+ 3. Change the jquery-rails gem in the Gemfile to use your local
68
+ version of the gem with your updates: `gem 'jquery-rails', :path => '../path/to/jquery-rails'`
69
+
70
+ 4. Update your bundled jquery-rails gem: `bundle update jquery-rails`
71
+
72
+ 5. Run the tests: `bundle exec rspec spec/`
73
+
74
+ We definitely appreciate pull requests that highlight or reproduce a problem, even without a fix.
75
+
76
+ #### Write Code
77
+
78
+ Implement your feature or bug fix.
79
+
80
+ Make sure that `bundle exec rake test` completes without errors.
81
+
82
+ #### Write Documentation
83
+
84
+ Document any external behavior in the [README](README.md).
85
+
86
+ #### Commit Changes
87
+
88
+ Make sure git knows your name and email address:
89
+
90
+ ```
91
+ git config --global user.name "Your Name"
92
+ git config --global user.email "contributor@example.com"
93
+ ```
94
+
95
+ Writing good commit logs is important. A commit log should describe what changed and why.
96
+
97
+ ```
98
+ git add ...
99
+ git commit
100
+ ```
101
+
102
+ #### Push
103
+
104
+ ```
105
+ git push origin my-feature-branch
106
+ ```
107
+
108
+ #### Make a Pull Request
109
+
110
+ Go to https://github.com/contributor/jquery-rails and select your feature branch. Click the 'Pull Request' button and fill out the form. Pull requests are usually reviewed within a few days.
111
+
112
+ #### Rebase
113
+
114
+ If you've been working on a change for a while, rebase with upstream/master.
115
+
116
+ ```
117
+ git fetch upstream
118
+ git rebase upstream/master
119
+ git push origin my-feature-branch -f
120
+ ```
121
+
122
+ #### Check on Your Pull Request
123
+
124
+ Go back to your pull request after a few minutes and see whether it passed muster with Travis-CI. Everything should look green, otherwise fix issues and amend your commit as described above.
125
+
126
+ #### Be Patient
127
+
128
+ It's likely that your change will not be merged and that the nitpicky maintainers will ask you to do more, or fix seemingly benign problems. Hang on there!
129
+
130
+ #### Thank You
131
+
132
+ Please do know that we really appreciate and value your time and work. We love you, really.