jQuery no longer being a default dependency is great! been waiting for that for a while
Ruby on Rails 5.1
21–30 of 35 posts
Re: Ruby on Rails 5.1
#22jQuery no longer being a default dependency is great! been waiting for that for a while
Poor jQuery. You truly made the web a better place, but we have moved on. My feelings towards jQuery are almost exactly how I view my childhood dog. It was good while it lasted, but I really had no idea what I was doing back then.
edit: r/care/mind
Re: Ruby on Rails 5.1
#23jQuery no longer being a default dependency is great! been waiting for that for a while
Poor jQuery. You truly made the web a better place, but we have moved on. My feelings towards jQuery are almost exactly how I view my childhood dog. It was good while it lasted, but I really had no idea what I was doing back then.
Re: Ruby on Rails 5.1
#24Earlier quoted context omitted.
Poor jQuery. You truly made the web a better place, but we have moved on. My feelings towards jQuery are almost exactly how I view my childhood dog. It was good while it lasted, but I really had no idea what I was doing back then.
jQuery's still great if you don't want to use all these cheesy new-school JS frameworks. I have yet to find it lacking
I am with you that if I'm doing something lightweight I don't use any of the new fancy JS frameworks, I just write vanilla JS.
Re: Ruby on Rails 5.1
#25Earlier quoted context omitted.
Poor jQuery. You truly made the web a better place, but we have moved on. My feelings towards jQuery are almost exactly how I view my childhood dog. It was good while it lasted, but I really had no idea what I was doing back then.
jQuery's still great if you don't want to use all these cheesy new-school JS frameworks. I have yet to find it lacking
Angular, Ember, etc. are frameworks for coding routing, components, state, etc. Barely any of this was the concern of jQuery, which the main purpose of jQuery was to provide a lingua franca for interacting with browsers that were inconsistent in their implementation of javascript.
Re: Ruby on Rails 5.1
#26Yarn and Webpack integration is already changing my life (for the better). Documentation on both still sucks however. In particular the inclusion of yarn and webpack represent a significant change in development workflows that they've not really outlined yet.
I haven't really been following yarn or web pack. Can you give an example of how it changed your life?
Also, yarn is way faster.
Re: Ruby on Rails 5.1
#27Earlier quoted context omitted.
Imagine wanting to quickly scan which attributes are required and which ones aren't. It used to be easy, find the "null" option with your eyes then scan downwards. Plus it just looks more messy now.
Sure, but I still wasn't a fan of the diffs that it produced—and like poorman said, if you really need that then use the annotate gem which lets you check the model file for that info instead of digging through a giant schema file.
Re: Ruby on Rails 5.1
#28"System tests" look great, too. It's great that they've brought this in as a convention, since every Rails project I've worked on has configured capybara for integration tests.
Re: Ruby on Rails 5.1
#29Earlier quoted context omitted.
Poor jQuery. You truly made the web a better place, but we have moved on. My feelings towards jQuery are almost exactly how I view my childhood dog. It was good while it lasted, but I really had no idea what I was doing back then.
jQuery's still great if you don't want to use all these cheesy new-school JS frameworks. I have yet to find it lacking
and no npm dependency BS!