
Security News
Rspack Introduces Rslint, a TypeScript-First Linter Written in Go
Rspack launches Rslint, a fast TypeScript-first linter built on typescript-go, joining in on the trend of toolchains creating their own linters.
= 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:
=== 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
Unknown package
We found that sunrise-core 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
Rspack launches Rslint, a fast TypeScript-first linter built on typescript-go, joining in on the trend of toolchains creating their own linters.
Security News
Hacker Demonstrates How Easy It Is To Steal Data From Popular Password Managers
Security News
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.