Håkan Nylén

Results 31 issues of Håkan Nylén

Would be nice to have some support for puma and unicorn instead for passenger specific stuff.

**Describe the bug** I am doing a app with json streaming (multiple jsons separated with lines (\n)) and had no way to send it in as params got parsed to...

bug

I noticed that after I upgraded to 0.24 it started including the query in links even if they are not really set and should use the default values. This is...

Upgraded to Lucky 0.24 on kindmetrics today. I got issues that a boolean was required after the upgrade, making my tests to fail after the upgrade. I localized the issue...

needs investigation

I want to test so the browser actions are return right status codes if logged in and not logged in. Now the app client only set authorization header, so it...

I have a model with the column name `phone1` from an old rails app. When I added `column phone1 : String? = ""` All columns are set to the default...

kind:bug
status:help-wanted

Hi I try to do a has_many through relationship, like this: ```crystal class User < Granite::Base .... has_many albums : Album has_many :photos, class_name: Photo, through: :albums end ``` and...

When doing normal `where` and use the Enum in the where as you might assume it should work. It throws a stack overflow. if I do `.to_i` it works. I...

kind:bug
status:help-wanted
Bug - Needs Confirmation Testing

I have a `belongs_to` with a `foreign_key` called `obj_id` in a model. The foreign key is set to an `INT` but when I do: ```cr Model.find(26) ``` It returns: ```cr...

kind:bug
status:help-wanted
Bug - Needs Confirmation Testing

When I run `Model.where(name: "confact").first..` it complains. I have to type: `Model.where(name: "confact").select.first...` do get it to work.

kind:enhancement
status:help-wanted
AR Feature Parity