
Security News
Follow-up and Clarification on Recent Malicious Ruby Gems Campaign
A clarification on our recent research investigating 60 malicious Ruby gems.
== Skeleton Rails skeleton_rails is a simple gem that allows you to generate a layout file based on the awesome Skeleton in your rails application. It currently works with Rails 3.0.0 and later.
== Installation
gem install skeleton_rails
or in your Gemfile
gem 'skeleton_rails'
Then, to create the layout:
rails g skeleton_layout [NAME] [--haml]
NAME
is optional and defaults to application
. The generator will copy a layout file to the app/views/layouts directory, as well as copying the stylesheets, javascript, and image files to their respective locations. Skeleton also includes a 404.html and a robots.txt file.
If the --haml
option is specified, a haml template will be created instead of ERB.
== Notes/Gotchas
== Future
= Issues/Suggestions If you find anything amiss with this gem, please feel free to add a { github issue }[https://github.com/ruprict/skeleton_rails/issues].
If you have a suggestion, please feel free to fork, make the change, and submit a pull request.
== Credit Thanks to Dave Gamache for making Skeleton, and thanks to Ryan Bates for making Nifty Generators, which I basically just copied to make the structure for this gem.
FAQs
Unknown package
We found that skeleton_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.