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.
spree_essential_blog
Advanced tools
A complete blogging solution for Spree Commerce with archives, categories, tags, disqus comments and related products.
This extension relies on spree_essentials for it's editor, uploads admin and tab in the admin.
If you don't already have an existing Spree site, click here then come back later... You can also read the Spree docs here...
Otherwise, follow these steps to get up and running with spree_essential_blog:
First, add spree_essential_blog to your Gemfile... it hasn't been released to Rubygems yet so we'll grab it from git.
gem 'spree_essential_blog', '~> 0.1.0'
Run the generators to create the migration files.
rails g spree_essentials:install
rails g spree_essentials:blog
Now migrate your database...
rake db:migrate
Boot your server and checkout the admin!
rails s
If you'd like some sample posts, just use the rake command from your project:
rake db:sample:blog
Clone this repo to where you develop, bundle up, then run dummier
to get the show started:
git clone git://github.com/citrus/spree_essential_blog.git
cd spree_essential_blog
bundle install
bundle exec dummier
This will generate a fresh rails app in test/dummy, install spree & spree_essential_blog, then migrate the test database. Sweet.
Now run the tests with:
rake
You can easily use the test/dummy
app as a demo of spree_essential_blog. Just cd
to where you develop and run:
git clone git://github.com/citrus/spree_essential_blog.git
cd spree_essential_blog
mv lib/dummy_hooks/after_migrate.rb.sample lib/dummy_hooks/after_migrate.rb
bundle install
bundle exec dummier
cd test/dummy
rails s
0.1.0 - 2011/12/15
2011/12/15
2011/12/14
2011/8/9
2011/6/7
2011/6/6
2011/4/13 - 2011/5/27
If you'd like to help out feel free to fork and send me pull requests!
Copyright (c) 2011 Spencer Steffen & Citrus, released under the New BSD License All rights reserved.
FAQs
Unknown package
We found that spree_essential_blog 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.