You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which operating system and version is the project developed on?
OSX 10.11.5 Which version of ruby is the project developed on?
2.4.1 Which version of npm is the project developed on?
3.10.10 Which version of ember-cli is the project developed on?
2.13.2 What is the rails version?
5.1.4 What is the ember-cli-rails version (from Gemfile)?
0.10.0 What is the ember-cli-rails-addon version (from package.json)?
^0.8.0 Is your application server multi-threaded
(such as puma and unicorn) or is it multi-process (such as thin and webrick)?
puma What are the contents of config/initializers/ember.rb?
EmberCli.configure do |c|
c.app :testapp
end How is the application deployed?
heroku
Test app runs fine locally but getting this error when trying to deploy to heroku.
Which operating system and version is the project developed on?
OSX 10.11.5
Which version of
ruby
is the project developed on?2.4.1
Which version of
npm
is the project developed on?3.10.10
Which version of
ember-cli
is the project developed on?2.13.2
What is the
rails
version?5.1.4
What is the
ember-cli-rails
version (fromGemfile
)?0.10.0
What is the
ember-cli-rails-addon
version (frompackage.json
)?^0.8.0
Is your application server multi-threaded
(such as
puma
andunicorn
) or is it multi-process (such as thin and webrick)?puma
What are the contents of
config/initializers/ember.rb
?EmberCli.configure do |c|
c.app :testapp
end
How is the application deployed?
heroku
Test app runs fine locally but getting this error when trying to deploy to heroku.
followed all steps here: https://github.com/thoughtbot/ember-cli-rails
Any ideas? Thanks!
The text was updated successfully, but these errors were encountered: