Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.07 KB

ISSUE_TEMPLATE.md

File metadata and controls

24 lines (13 loc) · 1.07 KB

Which operating system and version is the project developed on?

Which version of ruby is the project developed on?

Which version of npm is the project developed on?

Which version of ember-cli is the project developed on?

What is the rails version?

What is the ember-cli-rails version (from Gemfile)?

What is the ember-cli-rails-addon version (from package.json)?

Is your application server multi-threaded (such as puma and unicorn) or is it multi-process (such as thin and webrick)?

What are the contents of config/initializers/ember.rb?

What are the contents of the Rails' view that renders the Ember application?

How are the EmberCLI-related routes defined?

How is the application deployed?