A series on Turbolinks 5
I would love to see a series on Turbolinks 5! I want to gain a good understanding of it so I can use it to its full potential so as suggested by Marek a series covering the basics, advanced topics ...
Adam D repliedI would love to see a series on Turbolinks 5! I want to gain a good understanding of it so I can use it to its full potential so as suggested by Marek a series covering the basics, advanced topics ...
Adam D repliedDefinitely! I will be doing this in the near future. Also check out the Montrose gem for this as well. You can use it to create them in memory, and to save them to the database, you'd just need to...
Chris Oliver repliedI've identified a tendency in myself that I feel like, if overcome, would make me a considerably better developer and produce better software. Here I'll try to characterize/analyze it: **Descripti...
Chris Zempel postedHey Chris! I was wondering about the differences of the implementations of complex 3rd party integrations. For instance on the one hand there is segment.io or intercom.io. For these to work you ne...
Sean M postedI'm basically trying to adopt the "offline first" approach for my mobile app and have decided that it's currently not possible with Turbolinks 5. If you're interested, I had a brief discussion with...
Mark Radford repliedYeah, that makes sense given the scale of support they need to have. I bet the average user for them is connected to like 20 chat rooms in each organization, and then like most of my friends, conne...
Chris Oliver repliedchristophe, thnks for the response but i thought to create a notification in the DB I only need the controller action for `Notification.create()` as per the tutorial the json part comes much later...
JM repliedIt took me a little while, but I did it! https://gorails.com/episodes/gorails-performance?autoplay=1
Chris Oliver repliedThanks for that. I'll give it a try.
Sascha M. repliedSweet. Looking forward to this!
Michael Stitt repliedUnfortunately for a lot of the earlier episodes I don't have the source code anymore because they were on my old laptop. :( Anything that does have code up there right now is what I've got.
Chris Oliver replied • SolvedI was watching CodeSchool's "Feature Focus" the other day. This is where Greg and Carlos look at a popular site/app and pick a piece of functionality to focus on and write it themselves. They the...
shakycode postedHi @chris, I'm having hard time figuring out how to host the folder in my app. should I install the npm package from here https://github.com/HenrikJoreteg/emoji-images in my app?!
Muhammad repliedThe main difference is usually the Free episodes are basic or common things people need to do and Pro episodes are more advanced or deeper looks into those things.
Chris Oliver repliedGreat idea. I need to go update my markdown parser to add `target: :blank` into the links soon. I'll add that to my todo list. :)
Chris Oliver repliedIt looks like you're trying to do a string comparison on the `created_at` timestamp. I think you want to use `created_at_gteq` instead of `created_at_cont` in your search form.
Chris Oliver replied