Sunny Ripert

Results 122 comments of 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? πŸ™πŸ»