Dru Jensen

Results 27 issues of Dru Jensen

A list of breaking changes and how to fix them when upgrading from 0.35.0 granite: github: amberframework/granite version: ~> 0.21.0 quartz_mailer: github: amberframework/quartz-mailer version: ~> 0.7.1 pg: github: will/crystal-pg version:...

kind:documentation

`amber g controller Post` will create `src/controllers/post.cr` `amber d controller Post` should delete `src/controllers/post.cr` Do the same for scaffolding and the rest of the generators.

kind:enhancement
kind:cli

@OvermindDL1 says "I think all the tests should be adjusted to take the integer on the program parameters or an environment variable or something. That would both prevent such optimizations...

enhancement

So, I'm probably doing something wrong, but I have a `before_action :authorize` in my controller and it doesn't seem to call the `def authorize` method. I see the macros defined...

When calling `new` with a list of params, it should call the setters for a column so you can override the default behavior.

kind:enhancement
AR Feature Parity

There are several finder methods that need to be moved to use the new query builder: - count - first - first! - find - find! - find_by - find_by!...

kind:enhancement
status:help-wanted
AR Feature Parity

Adding support for named parameters to all the drivers. ``` orders = Order.all("WHERE orders.price > :price", {price: 20.00}) ```

kind:enhancement
status:help-wanted
AR Feature Parity

Web
Want

Web
Want