Skip to content

rake routes draws outdated information #40

Open
@a-b

Description

@a-b

I'm trying to draw routes as soon as routes.rb changes.
My Guardfile:

guard :rake, task: :routes, run_on_start: true, run_on_all: false do
  watch('config/routes.rb')
end

The problem is that when I change file rake routes output does not reflect recent changes.
Also, it runs very fast, like the rails app been preloaded.

How to approach this problem?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions