Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
jQueryMobile! For Rails! So Great.
This gem incorporates the jQueryMobile assets into your Rails application. This gem provides:
In your Gemfile, add this line:
gem "jquerymobile-rails"
Then, run
$ bundle install
For Rails 3.1 and greater, the files will be added to the asset pipeline and available for you to use.
The following will need to be added to the file app/assets/javascripts/application.js
:
//= require jquerymobile
The following will need to be added to the file app/assets/stylesheets/application.css
:
*= require jquerymobile
The following will need to be added to the %head
tag of the file app/views/layouts/applicaion.html.haml
:
%meta{ name: :viewport, content: 'width=device-width, initial-scale=1'}
This gem does not support Rails versions preceding 3.1.
Documentation for this project may be accessed through it's RubyGems Site here.
Please submit bugs any bugs found in jQueryMobile-Rails here, we appreaciate your help improving jQueryMobile-Rails.
This gem looks to serve not only as a means of elegantly incorportating jQueryMobile into your application but as well, a means of incorporating additional promanant jquerymobile resources!
In progress development tasks include:
If you have suggestions please contact jQueryMobile-Rails.RubyGems@RudyIndustries.com. The google group is publically vieable here. Thanks!
FAQs
Unknown package
We found that jquerymobile-rails demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.