tobidelius
tobidelius
Hi! This library seems like a nice alternative to the one Rails offers. I'm currently building a framework that's going to need cache (of course) and I refuse to include...
Regexp
How would one approach regular expressions in Rubex? Like how would the `RubexClass.execute_pattern` be defined in Rubex? ```ruby def my_method(pattern) RubexClass.match(pattern) RubexClass.match?(pattern) end ```
I don't know if this is a bug or just not supported but I tried this eariler: ```ruby pattern = Mustermann.new("/books/:id") pattern.expand(:append, id: 5, include: ["foo"]) Expected: # => "/books/5?include[]=foo"...
A nice feature would be to have the `theme :my_theme` in mailers as well. This would allow us to separate application themes a whole lot.