Skip to content

Commit 9ffdb80

Browse files
committed
configuration issues
1 parent 4679d2c commit 9ffdb80

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

ruby/hyperstack-config/lib/hyperstack/hotloader/server.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
require 'listen'
55
require 'optparse'
66
require 'json'
7-
require 'pry'
87

98
module Hyperstack
109
class Hotloader

ruby/rails-hyperstack/lib/rails-hyperstack.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
require 'hyperstack-config'
22
require 'rails/generators'
3+
require 'hyper-state'
34

45
# remove these once lap29 is released ...
56
Hyperstack.js_import 'react/react-source-browser', client_only: true, defines: ['ReactDOM', 'React']
@@ -10,6 +11,7 @@
1011

1112
Hyperstack.import 'hyper-router'
1213
Hyperstack.import 'hyper-model'
14+
Hyperstack.import 'hyper-state'
1315

1416
require 'generators/hyperstack/install_generator'
1517
require 'generators/hyper/component_generator'
File renamed without changes.

ruby/rails-hyperstack/spec/spec_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
require 'pry'
22
require 'opal-browser'
3+
require 'database_cleaner'
34

45
ENV['RAILS_ENV'] ||= 'development'
56
require File.expand_path('../test_app/config/environment', __FILE__)

0 commit comments

Comments
 (0)