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 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
Rails Administrate: Cannot customise controller actions
I'm using Rails Administrate and want to override the new action on a controller. The documentation suggests this is straightforward. However, the application seems to ignore my override and goes stra...
sebbecker
Votes: 0
Answers: 1