- Annoucement
- RoR Guide updated for 5.0
- Tutorial updated for 5.0
Deets:
- ActionCable - websockets in rails!
- API mode - strip out all the unneeded parts of rails when you just want an API
- TurboLinks 5 - nice buzz about this, check out Turbolinks 5: I can't believe it's not native
- Announcement
- Rails 5 support
- Controller testing deprecation and fix
- Some nice updates for metadata/test filtering.
Deets:
- Unicode
upcase
/downcase
/swapcase
/capitalize
support!- pass the
:ascii
argument to use old behavior.
- pass the
Time#to_time
preserves timezoneBignum
andFixnum
are replaced withInteger
- possible breaking change
- Preview 1 turns off Bignum & Fixnum so that you can test, but 2.4 will be backwards compatible
Regexp.match?
doesn't create global variable, it just matches and returns a boolean :)- Optparse makes it easier to get a hash of options now
- Blogpost with nice rundown