I personally use kaminari for pagination, give it a look.
I have looked into haml, but chose to use slim as the syntax is a bit nicer.
I would suggest adding better_errors for development, it let's you figure out a problem right away rather than opening the console or using byebug
I personally use
kaminari
for pagination, give it a look. I have looked intohaml
, but chose to useslim
as the syntax is a bit nicer. I would suggest addingbetter_errors
for development, it let's you figure out a problem right away rather than opening the console or usingbyebug