Moved to Medium:
https://fwuensche.medium.com/fairly-helpful-terminal-aliases-for-ruby-on-rails-development-f6481c5715c6

For further actions, you may consider blocking this person and/or reporting abuse
For further actions, you may consider blocking this person and/or reporting abuse
A collection of 70 hand-picked, web-based tools which are actually useful.
Each will generate pure CSS without the need for JS or any external libraries.
Darrow -
Christian Sedlmair -
Christian Sedlmair -
Christian Sedlmair -
Once suspended, doctolib will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, doctolib will be able to comment and publish posts again.
Once unpublished, all posts by doctolib will become hidden and only accessible to themselves.
If doctolib is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Flavio Wuensche.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community 👩💻👨💻 safe. Here is what you can do to flag doctolib:
Unflagging doctolib will restore default visibility to their posts.
Top comments (3)
I also like to use:
And for the routes, you might want to have a look at fzf, a fuzzy-finder you might already know. You can pipe anything to
fzf
.... rails routes for instance 😇and boum, you can fuzzy search on all your routes (prefixing your search with a simple quote switch to exact search). Pretty useful!
Thanks! Just added your suggestions to the post too :)
This is so smart!!