Ruby on Rails
Saturday, February 24, 2018
Rails is a pretty old and mature project - one of the great things about that is that you don't have to flit from one tech to the next.
-- There are good solid libraries that have been around for years and will probably be around for many more.
devise for authentication
simple_form (or similar) for forms
j_query
capistrano for deployment
I used to use active-scaffold to scaffold my admin pages. It seems to struggle keeping up, so now I'm using activeadmin
I'm using filterrific for sorting/filtering tables - (If there is a nice gem which handles column selection and resizing I'd love to know about it!)
the one new thing that looks interesting is the move to yarn/webpack. That might be a good place to start with 'the new way'...
enjoy!
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/e1229fa8-13c4-42f0-b522-fabbee0f023d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment