Sha256: f05cdafc26e660b04134b7167e4ac20afed8c28c107347865450944abe35684d
Contents?: true
Size: 739 Bytes
Versions: 6
Compression:
Stored size: 739 Bytes
Contents
= ECM UserArea 2 Backend = Prerequisites Install ecm_user_area2 = Installation Add it to your Gemfile: # Gemfile gem 'route_translator' gem 'itsf_backend' gem 'ecm_user_area2_backend' Generate the initializer, backend controller and routes: rails g itsf:backend:install rails g ecm: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 = [ Ecm::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
6 entries across 6 versions & 1 rubygems