اختبار الصفحات بدون JS في وضع التطوير (الحصول على صفحة فارغة فقط)

Are you using Ember CLI for development? To test out changes to server-side ERB templates, you will need to bypass that and go straight to the Rails server.

NO_EMBER_CLI=1 rails s

And then visit localhost:3000

إعجاب واحد (1)