...and pretty much can't live without
The Rails community thrives on its open source gems. Implementing a well written, well tested and ...
For further actions, you may consider blocking this person and/or reporting abuse
Very nice list!
Here are a few extras which I use:
That’s a solid list of suggestions there. I’ll have to check out contracts. Don’t think I have seen that before!
pry-rails
I'm a
puts
debugger :-|Related - byebug
I 2nd this.
Useful for me:
oj
,redis
,puma
,better_errors
,pry-byebug
,pry-rails
,pry
,wannabe_bool
:)Thanks for sharing.
Nice! I also use
database_cleaner
andfaker
on tests environment.This is a very helpful list. Thanks Rob!
Thanks :D very helpful
Catch errors early with Contracts:
Thanks for this. Really helpful list.
I've been using Ruby on Rails for 5 months now, and it still amazes me the amount of Gems to choose from. Thank you, from a newbie, for listing all of these out, Rob. Appreciate it!
I always use decent_exposure to make my controller even more lean (and not using instance variables)
Interesting gem. It's a little too abstracted for my taste, but I could see it's usefulness.