Sha256: 69be79d3617f51d054b6614a638582cb53085fa56ee2fc9bf0da2fb0ad5e13a5
Contents?: true
Size: 741 Bytes
Versions: 57
Compression:
Stored size: 741 Bytes
Contents
= CMOR UserArea Backend = Prerequisites Install cmor_user_area2 = Installation Add it to your Gemfile: # Gemfile gem 'route_translator' gem 'itsf_backend' gem 'cmor_user_area_backend' Generate the initializer, backend controller and routes: rails g itsf:backend:install rails g cmor:user_area:backend:install Register the backend in the ITSF Backend configuration: # config/initializers/itsf_backend.rb Itsf::Backend.configure do |config| config.backend_engines = [ Cmor::UserArea::Backend::Engine ] end = How to run specs gem install bundler bundle cd spec/dummy && rake db:migrate RAILS_ENV=test && cd ../.. guard This project rocks and uses MIT-LICENSE.
Version data entries
57 entries across 57 versions & 1 rubygems