Start using git branches to provide different jQuery Mobile versions.
So, by default, jquery_mobile_rails gem will provide latest stable version of JQM.
But you can switch to other versions by selecting a different branch.
For example, to use 1.2.0-alpha.1, update your Gemfile to:
Note: I'm trying to create this new branch on this pull request. But seems like it will be merged into master.
Perhaps you can change that, and update only the README on master, and let 1.2.0-alpha.1 branch with the new assets.
Start using git branches to provide different jQuery Mobile versions.
So, by default, jquery_mobile_rails gem will provide latest stable version of JQM. But you can switch to other versions by selecting a different branch.
For example, to use 1.2.0-alpha.1, update your Gemfile to:
Note: I'm trying to create this new branch on this pull request. But seems like it will be merged into master. Perhaps you can change that, and update only the README on master, and let 1.2.0-alpha.1 branch with the new assets.