Sha256: 5a50984772aa9f8b05f7c73afdfc030f091ddfbeaa471fc5cbabe318c040eadb
Contents?: true
Size: 978 Bytes
Versions: 6
Compression:
Stored size: 978 Bytes
Contents
## Fe (Form Engine) This project rocks and uses MIT-LICENSE. Supports rails >= 5 ### Development ### Testing Note: The tests need ruby 2 to run, and is set up with rails 5. Setup the testing db Configure spec/dummy/config/database.yml $ RAILS_ENV=test bundle exec rake app:db:environment:set db:create db:schema:load Run specs: $ bundle exec rake spec Run a specific spec: bundle exec rspec spec/models/fe/element_spec.rb ### Example enclosing app rails new ## install devise # add to gemfile gem 'devise' # run bundle install rails generate devise:install rails generate devise User # add to gemfile github: 'CruGlobal/qe', branch: 'fe' # run bundle exec rake fe_engine:install:migrations # add example user bundle exec rails console User.new({ :email => 'user@example.com', :password => 'password', :password_confirmation => 'password'}).save # start server bundle exec rails server
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
fe-2.1.6.1 | README.md |
fe-2.1.6 | README.md |
fe-2.1.5 | README.md |
fe-2.1.4 | README.md |
fe-2.1.3 | README.md |
fe-2.1.2 | README.md |