Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
== 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
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.