Open Side Menu Go to the Top
Register
Ruby on Rails Ruby on Rails

10-12-2016 , 08:32 AM
I've been developing some quality-code briefly lately. My background is IT, and I've been working with Rails all my 5 or so years as employee Anyways although it sucks to dev on 10 y/o laptop, but its awesome ubuntu 14 LTS which crashed after upgrade to 16 ) anyways if somethings going on I got plenty of time from my daily 3hour PLO grind.
Ruby on Rails Quote
10-14-2016 , 09:37 PM
cool story bro?
Ruby on Rails Quote
10-16-2016 , 11:50 PM
are you able to get turbolinks to work well in your apps?

i feel like i have way too many scripts that work on refresh but not if the page was navigated to. it is becoming a real bore.
Ruby on Rails Quote
10-17-2016 , 12:24 AM
I find turbolinks to be a giant pain in the ass.
Ruby on Rails Quote
10-20-2016 , 07:47 PM
Disabling turbo links is one of the first things I used to do prior to rails 5 (along with removing coffeescript). It does have a usecase though, it can give less complicated apps the feel of a SPA without having to write a metric crap ton of JavaScript.
Ruby on Rails Quote
10-20-2016 , 08:52 PM
its indeed faster so i keep it in and just disable it on the stuff that does not work.
Ruby on Rails Quote

      
m