
Security News
CISA’s 2025 SBOM Guidance Adds Hashes, Licenses, Tool Metadata, and Context
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
designmodo-startup_framework-rails
Advanced tools
This gem integrates Designmodo's Startup Framework into the Rails 3 and 4 Asset Pipeline.
You must purchase and download a licensed copy to use this gem (none of the assets are packaged per StartupFramework license). You may do so by clicking the above image (full disclosure: affiliate link).
The version major and minors should match the Startup Framework version. Anything after these are gem versions.
First install and configure dependencies:
These are optional and the whole thing works much better if you include these two as well in your gem file twitter-bootstrap-rails designmodo-flatuipro-rails
Add this line to your application's Gemfile:
gem 'designmodo-startup_framework-rails', '~> 1.1.3.9'
And then execute:
$ bundle
One must run this after install and after update of designmodo-startup_framework-rails gem:
$ rails generate startup_framework:install <Startup Framework Directory>
Dont use the variable @startup-basePath. This is used internally everywhere and shouldn't be overriden If you want to create a less by the name signup.less which pretty much looks like this:
/*
*
*= require bootstrap_and_overrides.css
*= require_self
*/
@import 'flatuipro';
@import 'startup_framework';
/* header */
@import '/startup-framework/ui-kit/ui-kit-header/less/header-10.less';
/* content */
@import '/startup-framework/ui-kit/ui-kit-content/less/content-3.less';
@import '/startup-framework/ui-kit/ui-kit-content/less/content-20.less';
/* footer */
@import '/startup-framework/ui-kit/ui-kit-footer/less/footer-11.less';
The whole file for e.g. signup.less can be referred anywhere else in your views or in the application.css In case you use capistrano and use local asset precompile logic, in that case you wouldn't require to checkin your Startup-Framework into CVS/Git or you also dont need to copy them to your production server.
After running the install generator, all assets should be setup.
If you haven't bought it already, please buy from designmodo.
The idea generated from StackOverFlow where this particular question was raised in regards to startup-framework and rails integration.
##Queries In case of queries please contact roney.baneree@vertmac.com
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)FAQs
Unknown package
We found that designmodo-startup_framework-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
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.