Socket
Book a DemoInstallSign in
Socket

designmodo-startup_framework-rails

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

designmodo-startup_framework-rails

1.1.3.10
bundlerRubygems
Version published
Maintainers
1
Created
Source

Startup Framework

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.

Gem Version

Installation

First install and configure dependencies:

less-rails jquery-ui-rails

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

Install Generator

One must run this after install and after update of designmodo-startup_framework-rails gem:

$ rails generate startup_framework:install <Startup Framework Directory>

Include in your less file

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.

Usage

After running the install generator, all assets should be setup.

Thanks

If you haven't bought it already, please buy from designmodo.

Thanks to

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

Contributing

  • Fork it
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push origin my-new-feature)
  • Create new Pull Request

FAQs

Package last updated on 04 Jun 2014

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.