Waleed Arshad
Waleed Arshad

Reputation: 1099

Is Rails 5 support all gems from rails 4? what if we need to use that has not been upgraded for rails 5

I have a meaning to make a rails application in rails 5 but i am confused which one should i need to go, rails 4 or rails 5. Rails 5 support good feature like web sockets but what about those gem that has not been supported for rails 5. how to tackle that problem.

Upvotes: 0

Views: 54

Answers (1)

Sergio Tulentsev
Sergio Tulentsev

Reputation: 230346

Rails 5 was released on June 30, 2016 (and it was in beta/rc for a good while before that). That's a good amount of time for maintainers of all active gems to update them. If a gem is not updated to support rails 5, it is likely to not be very well supported in general, and you'll be better off getting rid of it or picking another, more maintained alternative.

Upvotes: 5

Related Questions