This project contains a text version of the tutorial as well, that is available early on my website. You can read ahead here for free: deandehart.com/blog/rails-template-for-devise-and-bootstrap/ I hope you guys like this project, I tried to make this week a bit more unique again!
@vibemystiq3 жыл бұрын
Setting this up with Postgresql and TailwindCSS, great tutorial overall !!
@withrejkapermana60873 жыл бұрын
This the one of best video I think. because, you teach me how to implement "DRY" stand for Dont Repeat Yourself. Its efficient thing on RubyOnRails. I like this one
@spritemoney4 жыл бұрын
Wonderful video! It was worth the hour watching the video. I learned so much from this. This will save me a lot of time in the long term for creating templates to use with my Rails projects in the future. Creating templates is a very important concept in Software Engineering, and I am glad that you took the time to make this awesome tutorial. Thanks for putting your heart and soul into these videos. Thanks again! Because of you I am not bored during this quarantine season.
@Deanin4 жыл бұрын
Hey man, glad to hear you're staying busy! What's interesting is that polished templates can actually go for a decent price of you put enough work into them. So I think there might actually be a business model here that someone could tap into! Always nice seeing you on the channel, stay safe and healthy!
@dum_travis80344 жыл бұрын
great content as usual! really appreciate how thorough you are
@Deanin4 жыл бұрын
Thank you! Good to see you again! Glad to hear that the videos are hitting their mark haha. The hard part for me sometimes is deciding what to leave out, because I want to talk about it all.
@DeepakKumar-jy7wo4 жыл бұрын
It would be nice to see one video dissecting devise :)
@Deanin4 жыл бұрын
Absolutely! I'm thinking about doing an entire series on Devise because of the demand for it haha.
@rhmagalhaes4 жыл бұрын
I got an idea for you. Usually, date-time management in any language is a mess. I saw an app written in JS that manages the calendar very well, but my question is: why JS? Just because the real-time control? Can it be done with Ruby only? You create an appointment that can take several days or just a few hours and then you can click on the appointment on the calendar and move it to another day. That update it. Pretty interesting and JS controls it flawlessly. Unfortunately I don't have the link anymore. But I know it is a paid app the can be used as a gem, if I'm not mistaken. Good challenge :)
@Deanin4 жыл бұрын
This is an interesting one. I'll definitely look into it because it sounds like a good learning exercise! Thanks so much!
@gtrquest3 жыл бұрын
17:12 "rails noise"
@aravindkumar81454 жыл бұрын
How to start from this video from scratch before the first minute ??
@Deanin4 жыл бұрын
Timestamps are in the video description, you could click those if you're having issues with the new player. Clicking 0:00 should still fix it.
@aravindkumar81454 жыл бұрын
What is active admin
@Deanin4 жыл бұрын
Active Admin is a gem that gives you an entire backend to use as an admin for your Rails site. You can check out a demo at demo.activeadmin.info/admin to see what it does for you. It has its pros and cons like everything, of course, but I'd definitely suggest trying it out in at least one Rails project. github.com/activeadmin/activeadmin is the GitHub for it.