Sha256: 423aebf5f4409056371b65622f6e83020124c3fc2bc12794c74c0fee1d3091d3

Contents?: true

Size: 1.55 KB

Versions: 27

Compression:

Stored size: 1.55 KB

Contents

Thanks for taking the time to contribute to jquery-rails! Please
take a moment to read the following brief guidelines to help streamline
the merging process.

## Updating jQuery

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.

## Changes to jquery_ujs.js

**If it's an issue pertaining to the jquery-ujs javascript, please
report it to the [rails/jquery-ujs project](https://github.com/rails/jquery-ujs/issues).**

## Tests

This is a gem that simply includes jQuery and jQuery UJS into the Rails
asset pipeline. The asset pipeline functionality is well tested within the
Rails framework. And jQuery and jQuery UJS each have their own extensive
test suites. Thus, there's not a lot to actually test here.

That being said, we do have a few integration-level tests to make sure
everything is being included and basic UJS functionality works within a
sample Rails app.

If you're making changes to the actual gem, run the tests as follows:

1. Checkout the demo Rails app: `git clone git://github.com/JangoSteve/Rails-jQuery-Demo.git`

2. Install the gems: `bundle install`

3. Change the jquery-rails gem in the Gemfile to use your local
version of the gem with your updates: `gem 'rspec-rails', :path => '../path/to/jquery-rails'`

4. Update your bundled jquery-rails gem: `bundle update jquery-rails`

5. Run the tests: `bundle exec rspec spec/`

Version data entries

27 entries across 26 versions & 5 rubygems

Version Path
jquery-rails-3.1.5 CONTRIBUTING.md
sc_core-0.0.7 test/dummy/vendor/bundle/ruby/2.2.0/gems/jquery-rails-4.0.5/CONTRIBUTING.md
jquery-rails-3.1.4 CONTRIBUTING.md
jquery-rails-4.0.5 CONTRIBUTING.md
solidus_backend-1.0.0.pre3 vendor/bundle/gems/jquery-rails-4.0.4/CONTRIBUTING.md
solidus_backend-1.0.0.pre2 vendor/bundle/gems/jquery-rails-4.0.4/CONTRIBUTING.md
solidus_backend-1.0.0.pre vendor/bundle/gems/jquery-rails-4.0.3/CONTRIBUTING.md
solidus_backend-1.0.0.pre vendor/bundle/gems/jquery-rails-4.0.4/CONTRIBUTING.md
jquery-rails-3.1.3 CONTRIBUTING.md
jquery-rails-4.0.4 CONTRIBUTING.md
shoppe-paypal-1.1.0 vendor/bundle/ruby/2.1.0/gems/jquery-rails-4.0.3/CONTRIBUTING.md
jquery-rails-4.0.3 CONTRIBUTING.md
jquery-rails-4.0.2 CONTRIBUTING.md
jquery-rails-4.0.1 CONTRIBUTING.md
jquery-rails-4.0.0 CONTRIBUTING.md
jquery-rails-4.0.0.beta2 CONTRIBUTING.md
jquery-rails-4.0.0.beta1 CONTRIBUTING.md
jquery-rails-3.1.2 CONTRIBUTING.md
jquery-rails-3.1.1 CONTRIBUTING.md
jquery-rails-3.1.0 CONTRIBUTING.md