We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kemal-flash doesn't seem to keep flash on redirect. I forked, updated the shards, and ran spec and got this:
Failures: 1) Kemal::Flash should handle updates to flash Failure/Error: response.body.should eq("{\"values\":{\"lucy\":\"linus\"},\"discard\":[]}") Expected: "{\"values\":{\"lucy\":\"linus\"},\"discard\":[]}" got: "{\"values\":{},\"discard\":[]}" # spec/kemal-flash_spec.cr:20 2) Kemal::Flash should keep flash on a redirect Failure/Error: response.body.should eq("302") Expected: "302" got: "" # spec/kemal-flash_spec.cr:25 Finished in 5.43 milliseconds 14 examples, 2 failures, 0 errors, 0 pending Failed examples: crystal spec spec/kemal-flash_spec.cr:15 # Kemal::Flash should handle updates to flash crystal spec spec/kemal-flash_spec.cr:23 # Kemal::Flash should keep flash on a redirect
Are you still maintaining this shard? If so, although I'm not a developer, I would like to help. This is too cool a project to let languish, imho.
Thank you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Kemal-flash doesn't seem to keep flash on redirect. I forked, updated the shards, and ran spec and got this:
Are you still maintaining this shard? If so, although I'm not a developer, I would like to help. This is too cool a project to let languish, imho.
Thank you.
The text was updated successfully, but these errors were encountered: