
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.
h2. Spinebox
A ready to use spine.js rack skeleton builder with development server, routes, config and precompile support.
h3. Installation
bc.. $ gem install spinebox
h3. Usage
Create your javascript app or HTML files just as you're used to it.
h4. Create New Project
bc.. # Create new project an start developing $ spinebox new blog $ cd blog $ spinebox server $ open http://localhost:3000/index.html
h4. Use Partials and Helpers
Partials are prefixed with a @_@ to declare them a partial. So you can create a @_navigation.html.erb@ and use it, e.g. in the @index.html.erb@ with:
bc.. <%= render :partial => "index.html" %>
p. Helpers are in the helper folder and included by default in any view. So if you want to create special links, etc. that you reuse throughout your project simply create a method named @link_to@ in the helper, any any view and partial will have it accessible.
h4. Generate models, views and controllers
bc.. # Generate a model view and a controller $ spinebox generate model post title author body $ spinebox generate controller posts $ spinebox generate view post
h4. Scaffold
bc.. # Or scaffold all three of them $ spinebox generate scaffold post title author body
h4. Compile project
bc.. # Compile project for static serving $ spinebox compile
h3. Contributing
git checkout -b my-new-feature
)git commit -am 'Added some feature'
)git push origin my-new-feature
)FAQs
Unknown package
We found that spinebox demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.