hyperloop icon indicating copy to clipboard operation
hyperloop copied to clipboard

The project has moved to Hyperstack!! - hyperloop master gem - includes all other hyperloop gems

Results 14 hyperloop issues
Sort by recently updated
recently updated
newest added

Now when you migrate the database you loose the injected schema. And missing the tables: `hyperloop_connections` and `hyperloop_queued_messages` It should install these 2 migrations: ```ruby class InstallHyperloopConnections < ActiveRecord::Migration[5.2] def...

enhancement

The OpalHotReloader is added to the Javascript the default jQuery for Bootstrap stops working. When it is installed in the `app/hyperloop/components/opal_hot_reloader.rb` location with the content below works as expected. ```ruby...

bug

The installer assumes to put these files into the javascript/packs folder where they used to be picked up by Webpacker, but this is not the case anymore. Either we need...

bug

After several attempts it finally gets migrated. It seems like Hyperloop tries to broadcast a notification. ``` == 20180813062833 CreateLikes: migrating ====================================== -- create_table(:likes) -> 0.0236s == 20180813062833 CreateLikes: migrated...

bug

Since I have migrated from 0.5.8 to lap28 the following code from my client side operation ``` user = User.new( username: params.username, email: params.email, password: params.password, password_confirmation: params.password_confirmation ) ```...

`initializers/hyperloop.rb` requires a database to exist. When I dropped my database and tried to recreate it failed with a ActiveRecord::NoDatabaseError Assume its `config.import 'reactrb/auto-import'` ?

Hyperloop gems may need to raise errors server side due to client problems. These errors are listed here and should be documented some place: To aid in debugging and logging...

documentation

a asset request that cannot be served by sprockets is passed on to hyperloop and is served, example: ``` Started GET "/assets/hyperloop_development-550db89dff0309e70f74f20c56c653e8fafb0c7327e80a47118d2172aef87115.js" for 127.0.0.1 at 2017-12-13 13:48:07 +0100 Processing by...

documentation