Sunny Ripert
Sunny Ripert
Thereβs no maintained Rails 7 branch that I know of. @pama ππ»
Hy @theavitw, I am not a maintainer here so please avoid mentioning people outside of the project on your issues. Have a nice day!
@simi: Regarding that specific example, Arel could perhaps be updated to allow `eq([β¦])` syntax. But perhaps having new wrappers could also help Rails to make these equivalent: ```rb User.where(id: [5,...
Awesome job, I love that we are moving forward with new ways to simplify queries π However, I'm wary of introducing blocks with three new syntaxes. They would all need...
> It also seems much more clear to traverse through the associations rather than just including the needed attribute IMO, it's more like searching than building a query. I like...
Hi there @igor-alexandrov, any idea when you think you could update the documentation? ππ»
@JerrodCarpenter would you mind sharing your custom Rails marshalling code that includes instance variables so that memo_wise doesnβt raise errors on cached instances? ππ»
My minor change to allow marshal dumps in previous versions to work with this new version: ```rb module Marshallable def marshal_dump [*super, @_memo_wise] end def marshal_load(state) memo_wise = state.last.is_a?(Hash) ?...
Can you add an entry to the changelog? ππ»