psmir
psmir
When I use rails-ujs instead of jquery_ujs and try to remove nested fields by remove_nested_fields_link, I get the following error: `TypeError: $.rails.allowAction is not a function`
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...
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 ) ```...