No commit activity in last 3 years
No release in over 3 years
Adds the method serializeObject to jQuery
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.3
>= 0

Runtime

>= 3.1.0
 Project Readme

jQuery Serialize Object for Rails

jquery-serialize-object packaged for the Rails 3.1+ asset pipeline. See the jquery-serialize-object home page for documentation.

Installation

Add this line to your application's Gemfile:

gem 'jquery-serialize-object-rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install jquery-serialize-object-rails

Add the following JavaScript file to app/assets/javascripts/application.js:

//= require jquery.serialize-object

License

jquery-serialize-object is developed by Paul Maček and has a license.

This gem is licensed under the MIT LICENSE. This license applies only to the gem, not to jquery-serialize-object.js.