python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to redirect Subdomain to domain with same url in Rails
I have installed a gem rails_admin in my application now i want to redirect this url eritheia-labs.localhost:3000/admin/dashboard to localhost:3000/admin/dashboard
i wanna access rails admin via local...
Haroon Rana
Votes: 0
Answers: 2
How to use subdomain with Rails_admin on rails
I have rails admin with my application and when i try to access rails_admin by entering localhost:3000/admin
it generates the followibg routing error
Routing Error
No route matches [GET] "/users/...
Haroon Rana
Votes: 0
Answers: 2
Getting error of doorkeeper after installation of rails admin :doorkeeper_authorize! has not been defined
I am getting error before my call back process_action callback.
:doorkeeper_authorize! has not been defined
I started get this error after my installation of rails admin.
class Api::V1::User::UsersCo...
Haroon Rana
Votes: 0
Answers: 1
Redirection admin and user in rails
I am facing an issue in redirection of admin and user to two different pages. I created an admin column and set it as boolean,
Used a gem 'rails_admin' to create admin dashboard. And it is working, li...
Ronats
Votes: 0
Answers: 1