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.

Trailblazer In 20 Minutes (Actually, Even Less)

Understanding the essential elements of Trailblazer and its high-level architecture doesn’t take longer than 20 minutes. Once you leave the “MVC” mindset and allow Trailblazer to show how it restructures applications, defines strong conventions where code should sit, and how objects interact, it is just another stack in your repertoire.

Great right up. Took me actually about 12 minutes. Really covers Trailblazer an…
write up. Stupid phone autocorrect. There is no edit button? …

Shrine 2.0 Released

Shrine is a full-featured library for handling file uploads, which attempts to address the limitations of existing solutions. I wrote about what has improved since version 1.0, as well as some plans for the future.

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!

Loading older posts