RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Exploring Ruby Warnings

We are used to checking the deprecation warnings displayed by Rails or warnings from different gems, but Ruby itself can also display warnings to help us find code that can be problematic.

In this article Ariel Juodziukynas explores how to use them, how to analyze them, and some examples of interesting warnings that can be really helpful during upgrade projects.

By turning on Ruby warnings you can find a lot of information about our app, not only code that can be improved but also bugs and hints for changes that we’ll need during the upgrade.

Read more

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in