{"id":13747627,"url":"https://github.com/dmarkow/jquery-mobile-rails","last_synced_at":"2025-05-09T09:30:37.133Z","repository":{"id":1661030,"uuid":"2387208","full_name":"dmarkow/jquery-mobile-rails","owner":"dmarkow","description":"jQuery Mobile for Rails 3/4 Asset Pipeline","archived":true,"fork":false,"pushed_at":"2023-01-19T05:56:10.000Z","size":1938,"stargazers_count":168,"open_issues_count":9,"forks_count":48,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-18T15:31:23.382Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dmarkow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-09-14T18:01:00.000Z","updated_at":"2024-11-15T01:28:18.000Z","dependencies_parsed_at":"2023-02-10T20:45:22.477Z","dependency_job_id":null,"html_url":"https://github.com/dmarkow/jquery-mobile-rails","commit_stats":null,"previous_names":["tscolari/jquery-mobile-rails"],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmarkow%2Fjquery-mobile-rails","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmarkow%2Fjquery-mobile-rails/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmarkow%2Fjquery-mobile-rails/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmarkow%2Fjquery-mobile-rails/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmarkow","download_url":"https://codeload.github.com/dmarkow/jquery-mobile-rails/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253226271,"owners_count":21874304,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T06:01:35.684Z","updated_at":"2025-05-09T09:30:36.811Z","avatar_url":"https://github.com/dmarkow.png","language":"Ruby","funding_links":[],"categories":["Ruby"],"sub_categories":[],"readme":"# jQuery Mobile for Rails\n\nThis gem adds the jQuery Mobile files to Rails' asset pipeline.\n\n## Gem's jQuery Mobile Version\n\n1.4.5 (gem 1.4.5)\n\n## Installation\n\nAdd this gem to your Gemfile:\n\n    gem 'jquery_mobile_rails'\n\nThis will add jQuery Mobile's javascripts, stylesheets and images to your app. It will also set up the asset pipeline to precompile these assets for production.\n\nInclude jquery.mobile (or jquery.mobile.min) in your `application.js` manifest:\n\n    //= require jquery\n    //= require jquery_ujs\n    //= require jquery.mobile\n\nAnd the same in your `application.css` manifest:\n\n    *= require_self\n    *= require_tree .\n    *= require jquery.mobile\n\n__NOTE:__ You should probably remove Turbolinks from your `application.js` manifest, as it likely won't work well with jQuery Mobile.\n\n## Use\n\nI built this gem for using with the Mobylette gem, but it will work with your standalone application, or with any other gem that filters your mobile requests.\n\nPlease refer to [jQuery Mobile's documentation](http://demos.jquerymobile.com/1.4.4/) for information on laying out your app and using all of the jQuery Mobile features.\n\n## Example\n\nThere is a very simple application inside test/dummy demonstrating basic usage of jQuery Mobile templating.\n\n## Versioning\n\njQuery Mobile Rails' gem versions will align with jQuery Mobile's version numbering, with the most recent gem always providing the current stable release of jQuery Mobile.\n\nTo use an older version, please be sure to reference the proper gem version in your Gemfile. For example, to use 1.3.2:\n\n    gem \"jquery_mobile_rails\", \"1.3.2\"\n\n## Pull Requests\n\nPlease make sure to follow these steps before submitting any pull requests:\n\n* Copy jQuery Mobile files to `vendor/assets/(javascripts|stylesheets|images)/`\n* Remove version number from the filenames\n* Run `bundle exec rake jquery_mobile_rails_css_fix`. This will convert the css files to scss and ensure that the image references will properly use Rails' asset pipeline (by using `image-url` instead of `url`).\n\n## References\n\n* [jQuery Mobile Page](http://jquerymobile.com/)\n* [Mobylette Gem](https://github.com/tscolari/mobylette)\n* [Mobile_fu Gem](https://github.com/brendanlim/mobile-fu)\n\n## Authors\n\n* [Tiago Scolari](https://github.com/tscolari)\n* [Dylan Markow](https://github.com/dmarkow)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmarkow%2Fjquery-mobile-rails","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmarkow%2Fjquery-mobile-rails","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmarkow%2Fjquery-mobile-rails/lists"}