
Security News
Follow-up and Clarification on Recent Malicious Ruby Gems Campaign
A clarification on our recent research investigating 60 malicious Ruby gems.
= Welcome To RightRails
RightRails is a RubyOnRails plugin for {RightJS}[http://rightjs.org] javascript framework.
It works as a drop in replacement for all the Prototype/Scriptaculous methods, plus it brings some more sweets and routine ajax operation helpers.
== Features
== Installation
Just add the following into your +Gemfile+
gem 'right-rails'
If you're on Rails < 3.1 then run the +right_rails+ generator
rails g right_rails
If you're using Rails 3.1 with the pipeline assets handler, then you can require things in your +application.js+ file
//= require right
//= require right/rails
Or, you can use +right-rails+ automatic scripts handling by specifying
= javascript_include_tag :defaults
In your layout file. It will hook all the scripts on its own.
== Documentation
See the wiki-pages for the documentation
https://github.com/MadRabbit/right-rails/wiki
See also the demo application for examples
http://github.com/MadRabbit/right-rails-demo
== Copyright
Copyright (c) 2009-2011 Nikolay Nemshilov, released under the MIT license
FAQs
Unknown package
We found that right-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
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.
Research
/Security News
A malicious Go module posing as an SSH brute forcer exfiltrates stolen credentials to a Telegram bot controlled by a Russian-speaking threat actor.