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.

Select or Create Field with Selectize.js

Sometimes you need users to create associated records while filling out a form but it’s hard to do with the built-in Rails forms. Selectize.js gives us a great option for building a select or create field all-in-one to choose associated records or create new ones when filling out a form. https://gorails.com/episodes/select-or-create-with-selectize-js

4 Ideas for Improving Testability in Web Apps

Here I share some of my programming tactics for achieving testability in Rails apps. The strategies include: Explanatory (not exploratory) dry runs, Backdoors, and Interface Hooks. [more inside]

@Jack, please fix your certificate.
sorry about that. I’m working on it now– latest update of Chrome stopped trusti…
fixed

[Screencast] Intro to Docker on Windows

Developing a Ruby on Rails application on Windows can be difficult, but doesn’t have to be with Docker. Learn how to use Docker to create isolated containers and get them to talk with the Rails app and passed through to the local computer. https://www.driftingruby.com/episodes/intro-to-docker-on-windows

How to setup and deploy a Rails 5 app on AWS ElasticBeanstalk with PostgreSQL, Redis

Deploying a Rails app can be a somewhat daunting task to get set up right on new applications, even for seasoned Rails developers. While Capistrano has been a main player in Rails app deployments, it seems to have fallen somewhat out of favor as load balancers and computing servers have gained popularity. Thankfully, AWS(Amazon Web Services) has created a tool for deploying and scaling Rails web application in their eco-system. [more inside]

Rails - Organizing the Index Page into Topics

All of the companies in my custom CRM have a topic associated with them (“Architecture”, “Outdoor”, etc.) Several users want to be able to view a list of companies under each category before they begin contacting their leads so today we’ll set up an option on our index page to enable that action. Read the Full Tutorial Here

Loading older posts