Dipen Chauhan

Results 11 comments of Dipen Chauhan

> This is the workaround I use: > > ```ruby > task routes: :environment do > puts `bundle exec rails routes` > end > ``` Where do I put this...

When will this be fixed?

The annotated routes file has a lot of unwanted routes in my opinion. So came up with a fix. My lib/tasts/routes.rake file looks like: ```ruby task routes: :environment do puts...

> @overdrivemachines If you're not using ActionMailbox nor ActiveStorage you can disable their routes using this method: https://stackoverflow.com/a/58041853/9375533 If we do that, Active Storage and Action Mailbox will be disabled...

@dcangulo Im not trying to remove the routes or disable any features. All I want is annotate --routes to not show those routes. Perhaps a new feature can be added...

I am unable to install TrueCrack because when I run $sudo make I get the error: nvcc fatal : Unknown option '-opencc-options' I'm on Ubuntu 14.04.3 LTS 64bit. How can...

In most cases you only want to show routes that contain your model name and controller name. This takes care of all the spacing without the use of sed or...

I came up with a solution. Create lib/tasks/routes.rake: ```rb task routes: :environment do Rails.application.eager_load! models = ApplicationRecord.descendants.collect(&:name).join("|").downcase controllers = ApplicationController.descendants.collect(&:name) controllers = (controllers.map { |controller| controller[0..-11].downcase }).join("|") if models puts...

This sucks. How can we get this fixed ourselves? Or is there another way to send long cookies?

I agree. Even the background for the Side Bar is too bright