Rails Templates

Just use them! Save a bunch of time when startiung a new project.

Here’s my latest fav: Rails 5.1 with Bootstrap, Font Awesome and Devise. That matches about 99% of my needs.

https://github.com/lewagon/rails-templates

After that add Carriwewave (gem plus rails g uploader PhotoUploader)

Then add Tags using: https://rubyplus.com/articles/4241-Tagging-from-Scratch-in-Rails-5  (really easy!)

LInk Profile menu to:

<%= link_to edit_user_registration_path do %>
 <i class="fa fa-user"></i> <%= t(".profile", default: "Profile") %>
 <% end %>

 

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.