mices

Results 34 issues of mices

Is there an integration guide for rails 7?

Your code `render :new` doesn't work in rails 6.1 I got it working using `redirect_to new_user_session_path` for logins but I'd rather use "resource" notation instead of explicitly naming the paths...

can i use the script to auto-renew certs for my namecheap domains with wildcards because my domains use sub-domains

I'm using devise 4.7.1 If the recaptcha challenge fails then none of my form field parameters pass model validations for presence so I get blank field errors for all fields...

Today is Feb 23rd If I create a post it says written by ... on March 23rd ... I haven't been able to find where the created_at is being set...

I wanna let users have blog settings like title and description of the blog itself rather than individual posts I see posts belongs_to :blogger, :polymorphic => true but there's no...

I couldn't get this to work with any rails version Have you considered upgrading it