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.

Sharing models between Rails apps – Keeping Rails engine migrations in the engine

Sharing models and a database across multiple Rails applications might not always be the best idea ever. Luckily there are tricks that allow you to do it right. In this article I describe how to keep migrations in the engine and make them run only once (not from each application that uses shared models). Sharing models between Rails apps – Keeping Rails engine migrations in the engine

Flash card game Language Cards 0.1.0 has been released!

Cross-platform compatible command line flash card game for learning foreign languages with full internationalization support (I18n) and the ability to easily add flash cards with YAML files of your own. See: language_cards This version update features game mode swapping between translation-practice and typing-practice. Lots of code refactoring and added support for using a home sub-directory for adding flash-card files, or translation files.

How to Integrate Bootstrap 4 with Rails 5

Learn how to integrate Twitter Bootstrap 4 with Rails 5 without using any gem. Faster upgrades and no gem dependencies? Sounds good to me!

I personally dislike the title, what about “How to integrate Bootstrap 4 in Rai…
I’ve updated the title. Not because I have a real problem with the title - I th…
Loading older posts