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!

Submit a post

You can use basic HTML markup (e.g. <a>) or Markdown.
Note that your post may be edited to suit the format of the site.

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

Post Preview

Note: Only the first pargraph is shown on the front page and overly long paragraphs may be broken up.

xray-rails: Quickly identify and edit Rails views in the browser

Just add xray-rails to the development group your Gemfile. Now you can press SHIFT+CMD+X (Mac) or SHIFT+CTRL+X (others) for a visual breakdown in your browser of all the Rails layouts, views, and partials that rendered the page. Click anywhere on the page to launch your preferred code editor for the corresponding Rails view. Now with Rails 5 support!

The journey to Rails and TDD

TDD is a great technique, but may leave you uncertain what exactly to do with the Refactor phase [more inside]

“Rails apps are hard to TDD” Is it?
If you treat the Rails app as a one big thing, then usually the TDD process is …
Loading older posts