Truong Hoang Dung
Truong Hoang Dung
@sergeysova I was one of user of razzle. In general it's versatile enough for some kinds of web apps, but not all. For most of use cases, my suggestion is...
Without caching, i can't use this library.
Any news on this ?
Doesn't work with sprockets
My solution: `sessions_controller.rb` ``` class Users::SessionsController < Devise::SessionsController def destroy super do # Turbo requires redirects be :see_other (303); so override Devise default (302) return redirect_to new_user_session_path, status: :see_other, notice:...
I'm confused a bit with subclass is a subtype of class. Actually subclassing and subtyping are orthogonal concepts ?
Got same issue.
+1 on this. Best practice + Examples is perfect.
Any news ?
Is there any ETA for this "important" feature ?