Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sunrise-core

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sunrise-core

  • 0.2.2
  • Rubygems
  • Socket score

Version published
Maintainers
2
Created
Source

= SunRise CMS

== Install

=== Include gems:

gem "rails", "> 3.0.11" gem "mysql2", "> 0.2.13"

gem 'inherited_resources' gem 'has_scope' gem 'carrierwave' gem 'mini_magick' gem 'mime-types' gem 'kaminari' gem 'cancan' gem 'cancan_namespace' gem 'devise', '> 1.5.3' gem 'simple_form' gem 'awesome_nested_set', '> 2.0.1' gem 'fastercsv' gem 'ckeditor'

gem 'galetahub-enum_field', '> 0.1.4', :require => 'enum_field' gem 'galetahub-salty_slugs', '> 1.0.0', :require => 'salty_slugs'

gem "sunrise-cms", '> 0.2.0' gem "sunrise-file-upload", "> 0.1.2"

group :test, :development do gem "rspec-rails", "> 2.6.1" gem "database_cleaner", "> 0.6.7" gem "factory_girl_rails", "~> 1.1.0" gem "fuubar" end

=== Generate all your need:

rails generate sunrise:install

It's run all dependent generators:

  • simple_form:install
  • sunrise:file_upload:install
  • ckeditor:install
  • devise:install

=== Configuration

cp config/database.yml.sample config/database.yml cp config/application.yml.sample config/application.yml

=== Database

rake db:create rake db:migrate

== Tests

rake spec

Copyright (c) 2011 Aimbulance, released under the MIT license

FAQs

Package last updated on 29 Apr 2012

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc