Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Furatto is a lightweight & friendly front-end framework got get the job done, created and maintained by Abraham Kuri from Icalia Labs.
The furatto gem integrates the Furatto CSS framework for Rails 4+ Asset Pipeline.
You need to only include the furatto
gem inside your Gemfile
:
gem 'furatto'
or you can install from the latest build:
gem 'furatto', git: 'git@github.com:IcaliaLabs/furatto-rails.git'
Install the gem using the bundle command:
$ bundle
After running the bundle
command, the gem now comes with an installer for easy setup.
$ rails g furatto:install
This will add furatto to the asset pipeline automatically, and install an application layout skeleton.
Now you can just run the rails server and then everything should be nice and clean.
If for some reason you find troubles installing the gem due to sass
version like:
Bundler could not find compatible versions for gem "sass-rails":
In snapshot (Gemfile.lock):
sass-rails (= 5.0.3)
In Gemfile:
furatto (>= 0) ruby depends on
compass-rails (>= 2.0.4, ~> 2.0) ruby depends on
sass-rails (<= 5.0.1) ruby
sass-rails (~> 5.0) ruby
Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
Just remove the Gemfile.lock
from the project or update the sass-rails
gem.
Abraham Kuri - kurenn@icalialabs.com
You can +K my influence in Ruby on Rails on @klout
Copyright (c) 2011 Abraham Kuri Vargas
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/gpl.html.
FAQs
Unknown package
We found that furatto 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.