Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature wishlist for dev_toolbar resurrection #2

Open
raghubetina opened this issue Mar 8, 2023 · 3 comments
Open

Feature wishlist for dev_toolbar resurrection #2

raghubetina opened this issue Mar 8, 2023 · 3 comments
Assignees

Comments

@raghubetina
Copy link

We used to have a gem called dev_toolbar which stickied a list of handy links to the right side of the screen when Rails was running in dev mode. We ended up retiring it but is it time to bring it back?

  • By default it can display links like/rails/info/routes.
  • It can be configurable by the user to display any links they want, e.g. /rails/db, /git.
  • It could have a button to open web-console (but need to test whether this old issue is still happening).
  • We can check out how rack-mini-profiler works to insert its markup. Middleware?
@bpurinton bpurinton self-assigned this Oct 12, 2023
@raghubetina
Copy link
Author

raghubetina commented May 9, 2024

Other ideas:

  • A page that shows an ERD of the current data model.
  • A "migration builder".
  • A link to your latest build in Grades (or the Resource show page).
    • Could be a system call to rake grade, too.

@bpurinton
Copy link
Contributor

Could be a system call to rake grade, too.

That might eliminate the need for this other idea as well: firstdraft/grade_runner#77

@bpurinton bpurinton mentioned this issue Jun 5, 2024
@bpurinton bpurinton transferred this issue from another repository Jun 5, 2024
@bpurinton bpurinton changed the title Resurrect dev_toolbar gem? Feature wishlist for dev_toolbar resurrection Jun 5, 2024
@bpurinton
Copy link
Contributor

bpurinton commented Oct 21, 2024

Via closed issue https://github.com/firstdraft/appdev/issues/468

View Source

(Tracked on #9)

The old gem also had a link to open a console on any page (even without an error). We removed this rails/web-console#245 involving instance variables. That issue was recently closed; we should test and see if it was solved. If so it would be great to bring the console back.

a link to an engine that helped create a sample data task

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants