
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
This Rails engine puts the C in CMS. It provides the pages and the blog section.
Primarily developed for Ten Thousand Hours but we are happy to share if anybody finds it useful. It's meant primarily to be used with the tkh_cms gem suite but over time we want it to be used individually as well. The latter implementation will be accelerated if some issues and pull requests come in, denoting some interest out there.
It's still embryonic but many improvements to come. The blog is now coming bit by bit.
The following things are needed:
Add this line to your application's Gemfile:
gem 'tkh_content', '~> 0.0'
Then execute:
$ bundle
Import migrations and needed files
$ rake tkh_content:install
Run the migrations
$ rake db:migrate
And then of course restart your server!
$ rails s
Update the gem:
$ bundle update tkh_content
Update files, migrations, etc. This is not always needed.
$ rake tkh_content:update
Run migrations if there are new ones
$ rake db:migrate
Start your server!
$ rails s
The main section is located at:
/pages
... and it should work out of the box
Pull requests for new features and bug fixes are welcome.
git checkout -b my-new-feature
)git commit -am 'Added some feature'
)git push origin my-new-feature
)FAQs
Unknown package
We found that tkh_content 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 new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.