Тёмный

Rails 7: The Demo 

David Heinemeier Hansson
Подписаться 20 тыс.
Просмотров 106 тыс.
50% 1

Наука

Опубликовано:

 

14 дек 2021

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 169   
@Akitando
@Akitando 2 года назад
The 15 minute Blog from 2005 was mighty impressive back then, and to this day there's still not many solutions that can accomplish the same this easily without a lot of tweaking.
@CaioAbe
@CaioAbe 2 года назад
Can't wait to watch Akita DHH interview
@wellitonmoreira990
@wellitonmoreira990 2 года назад
@@CaioAbe It will be legendary
@585ghz
@585ghz 2 года назад
Legend
@v1ctoR-93
@v1ctoR-93 2 года назад
You forgot to mention something also from early 2000's: TextMate hahaha when he did "mate . " I was like 😱
@luisdomiciano
@luisdomiciano 2 года назад
A lenda por aqui.
@aps69
@aps69 5 месяцев назад
After watching this i am thinking about all the things i spent hours on working with react which he did in minutes
@jeremyward9363
@jeremyward9363 2 года назад
Chapters / Timestamps: 0:00 Scaffolding 4:00 Developing the Domain Model (Post) 5:08 Built in console/repl 6:15 ActionText Rails' Rich Text Editor 9:20 Javascript Import Maps - no node or webpack :D 10:25 Adding JS packages using pins 12:50 Downloading JS packages instead of using CDN 13:40 Adding Comments to the Blog Post 15:40 Adding Comments to the Web UI 20:40 Adding Email Notifications with ActionMailer 24:20 Live Updates via Websockets 27:30 Testing 29:15 Deploying to Heroku It's Amazing the toolbox that comes with Rails from `rails new`
@mikopiko
@mikopiko 2 года назад
This deserves a heart
@vhec1267
@vhec1267 2 года назад
This needs to be pinned. 💯
@idreesibrahim5642
@idreesibrahim5642 2 года назад
Thanks mate.
@ellerium
@ellerium 2 года назад
Thanks!
@RakshaSaini1
@RakshaSaini1 Год назад
Waw thanks
@externix
@externix 2 года назад
Presentation style: DHH from 2010 🙂 The time of Rails and Railscasts. Thanks for the presentation and nostalgia!
@hongqiwang988
@hongqiwang988 5 месяцев назад
I used RoR to build a few side projects. About 8 years ago was the last time I worked with Ruby On Rails, and since then I've been focused on backend development at my job. It's amazing that I can still understand this demo without any problem. There are some changes, e.g. how js is imported, and the live updates support. But it's like old friend and everything is so familiar, including the Textmate editor and the theme... Over the years I gave react/nextjs a few tries, it's too complicated for me or I didn't try too hard. I think I will come back to RoR, for my next project. Thank you for evolving the RoR and keeping it simple!
@user-gj8fb8bl5g
@user-gj8fb8bl5g 4 месяца назад
js import has been changing with almost every major rails version. its been a pain tbh. import maps however definitely seems like the best system we've had so far! ruby itself has come a long way. and of course rails is friendlier than ever. definitely give it a shot in spare time ;)
@hass89
@hass89 2 года назад
Rails never ceases to amaze.
@andycyz
@andycyz 2 года назад
yeah! 🤘
@MrSama1000
@MrSama1000 2 года назад
As a CE student in my final year, the things that I see being developed in RoR and Hotwire just blow my mind. This is very inspiring and by working on projects using this tech stack I have learned and understood a lot.
@jarredmacquoid7688
@jarredmacquoid7688 9 месяцев назад
This demo of Rails 7 showcases its powerful features and improvements, making it an exciting update for developers. Can't wait to try it out!
@dupre7416
@dupre7416 2 года назад
I've been developing software professionally since 1990. I've written code in dozens of languages over the years and Ruby on Rails is by far my favorite.
@ChadWoolley
@ChadWoolley 2 года назад
Same, except lack of type safety in Ruby was a big downside. Looking forward to trying some of the Ruby 3 type safety and pattern matching.
@darkamenosa03
@darkamenosa03 2 года назад
​@@ChadWoolley I don't think it is a downside. I am too tired of doing Typesafe things from Java/C# ... That's why I switch to scripting languages. Typesafe doesn't ensure the correctness of the program. lol! If they added typesafe to Ruby, many developers would stop using it.
@SlavaEremenko
@SlavaEremenko 7 месяцев назад
@@darkamenosa03they can always add optional type definitions, the way PHP was updated
@abdellahramadan9001
@abdellahramadan9001 2 года назад
I am going to build my next project on Rails. Thanks for the amazing work.
@AndreyAzimov
@AndreyAzimov 2 года назад
Thank you for keep doing this all these years!
@Ostinslife1
@Ostinslife1 2 года назад
Gonna have a fun time teaching this to students.
@potloodgum
@potloodgum 2 года назад
Thanks for this! Teaching Rails today, really fun and happy with the javascript approach, beginning students really get demotivated by all those front-end frameworks.
@the_bread_code
@the_bread_code 2 года назад
Very excited to see what the team has baked! Thanks for the demo.
@je9625
@je9625 2 года назад
Not only is Rails good and getting better, David is also a great teacher. This demo is better than most of the tutorials out there.
@Deanin
@Deanin 2 года назад
Very fancy, glad to see some of these changes evolving from what we had in Rails 6.
@dream_emulator
@dream_emulator 4 месяца назад
F*CK YES! This is awesome. I haven't been this stoked to build something in like 10 years. Thanks for putting the spark back.
@anthonypetruzzi158
@anthonypetruzzi158 2 года назад
God do I miss developing in RAILS 🥰 Thank you so much for creating it DHH 🥰
@jwaiswa
@jwaiswa 2 года назад
This is beautiful... I make a living off rails, and so glad to see the passion here...
@antoniotrujillo7636
@antoniotrujillo7636 2 года назад
All what has been achieved for RoR7 looks great. Well done again for helping the community and taking the time to prepare&present this intro to RoR7. Thanks all the team and individuals that have made Ryby & Rails possible.
@harryuan65
@harryuan65 2 года назад
Just FYI: I was following the steps, and rails crashes after uploaded the image with "Cannot load vips", you need to brew install vips first
@vinimartinson
@vinimartinson 2 года назад
thanks DHH, God bless you for such wonderful fw!
@edu28811
@edu28811 2 года назад
Thank you, DHH. God bless you.
@ilkveson244
@ilkveson244 2 года назад
I've been following the evolution and development of Rails with admiration. I especially liked the refresh made on the javascript side.
@LuisFlores1961
@LuisFlores1961 2 года назад
The more I learn Rails, the more I love it, thank you!
@makeitnow_in
@makeitnow_in 2 года назад
He just shows of how cool and awesome his creation is. Awesome content
@richdownie3037
@richdownie3037 2 года назад
🏆The hot-wired comments bit takes me back to your Canada-On-Rails (Vancouver 2006) demo. I think you called it Armageddon back then 😆 Bravo, thanks David!
@terryhenyo9216
@terryhenyo9216 2 года назад
Even if the Rails documentation is great, I wish there are more learning resources when version 7 comes out. I've noticed that books/tutorials/videos on Rails has been declining ever since version 5. It's a shame really, judging by the course enrollments on Udemy and YT video views, people are still willing to learn it.
@programmingcheatsheet
@programmingcheatsheet Год назад
It's absolutely impossible to find any reasonably good video tutorial content that covers creating a practical full stack application using stimulus and hotwire. Even this video just sort of waves a hand at turbo frames and any information about turbo streams and just throws in like a line of code to demonstrate that it exists and moves on without any further explanation. It's very frustrating as a developer trying to learn how to use rails for real life things
@NoobCodeSaga
@NoobCodeSaga 2 года назад
Amazing, this versions is awesome! Make me happy again! Thanks for all contribuitors.
@lahirujayaratne
@lahirujayaratne 2 года назад
Thanks a lot, DHH and Matz! You guys are amazing!
@cnphause
@cnphause 2 года назад
My favorite part of this is watching a guy like DHH also "forget to edit the routes file". We're all the same. 🙂
@umidjonustabaev9624
@umidjonustabaev9624 2 года назад
Thank you for such a great tutorial and framework!!!
@chrisbrace6915
@chrisbrace6915 2 года назад
Awesome to see what is still possible with the r[Evolution] of the Rails framework!
@marcelfahle
@marcelfahle 2 года назад
dhh with the textmate flex 💪 love it!
@bradchellingworth5973
@bradchellingworth5973 2 года назад
I can't wait for rails 7. so excited to not have to use webpack :)
@RaFiStudiozOfficial
@RaFiStudiozOfficial 2 года назад
but it is out already, or what do you mean?
@geraldspreer
@geraldspreer 2 года назад
Keep up the good work, David.
@erichayes5000
@erichayes5000 2 года назад
It's amazing to see how far we've come from "Build a blog in 15 minutes"!
@ChiragThakur09
@ChiragThakur09 2 года назад
WoW, I wonder why you have not published any full courses on ruby on rails, your teaching is so well. I watched the whole video and was able to follow through quite well.
@darkamenosa03
@darkamenosa03 2 года назад
Maybe he doesn't have time to do that.
@MobileGamingMomentsGG
@MobileGamingMomentsGG Год назад
Do you know who he is? He doesn't have time to do that.
@RyanJeffB
@RyanJeffB 2 года назад
Thanks for the update. lot of things to do this coming year to upgrade haha. but it is cool and easy to use. Bedankt and Kudos.
@projectguild6694
@projectguild6694 2 года назад
Great video!
@aftakitani
@aftakitani 2 года назад
So Rails is now twice slower to develop since we went from Blog in 15 minutes to blog in 34? Just kidding! Thank you so much for this awesome release!
@rodrigogemaque3020
@rodrigogemaque3020 2 года назад
you are my hero man🤘
@marvelouswololo6677
@marvelouswololo6677 2 года назад
This is amazing.
@ballerq314
@ballerq314 2 года назад
I'm new to the Rails world, but I'm very excited about Rails 7
@shivar547
@shivar547 2 года назад
Ruby on Rails always beautiful and amazing that's way we love always...!
@codyelhard5779
@codyelhard5779 2 года назад
DHH Giving the best Christmas gifts out here ... And all the contributors
@themesaika4207
@themesaika4207 2 года назад
Fantastic.
@LuisFernandoPimenta
@LuisFernandoPimenta 2 года назад
Fantastic 🎉
2 года назад
Awesome!
@wmcraver
@wmcraver 2 года назад
This Hotwire stuff works like facking magic!
@RaFiStudiozOfficial
@RaFiStudiozOfficial 2 года назад
fantastic, so many previous issues i had, resolved here
@agl1925
@agl1925 2 года назад
Very nice!
@user-yj8vj3sq6j
@user-yj8vj3sq6j 2 года назад
Good old 15 minute blog. You've changed over the summer
@daily-coffee-pour-over
@daily-coffee-pour-over 2 года назад
6:02 Does rails console now print attributes line by line by default? I always need to bundle add amazing print gem or sth alike to do that.
@elbowdonkey
@elbowdonkey 2 года назад
I looked through the release notes and can't find anything talking about removing "Wooops" from Rails demos. I'll miss that feature.
@mooktakim
@mooktakim 2 года назад
Who remembers the "woops!" guy?
@user-li1dp1ck5t
@user-li1dp1ck5t 2 года назад
Thanks for RoR bro keep it up!!!
@mouhamaddiop1144
@mouhamaddiop1144 2 года назад
The legend !!!! that's it.
@elisson357
@elisson357 2 года назад
Thanks for sharing.
@kwhandy
@kwhandy 2 года назад
dhh actually Ryan Reynolds when he knows how to code at that well
@bachos4864
@bachos4864 2 года назад
RAILS 💪 წარმატებები
@gmergulhao
@gmergulhao Год назад
web developing finally made cool for admins! Thank you for your effort
@SUMITDAKSH
@SUMITDAKSH 2 года назад
Good job DHH 👍
@Mixesha001
@Mixesha001 2 года назад
These days I use Rails with Redis for my API and Svelte for the client. The issue with Hotwire is that there is little documentation about.
@income3000
@income3000 2 года назад
can you please explain how fix the image rendering bug at the end of the video
@Zen.Obie1
@Zen.Obie1 2 года назад
Too many pros ❤️
@user-is9zo2yc6i
@user-is9zo2yc6i 2 года назад
Which combination is recommended to use? I just dont want reading a lot information to choose any js builder or css.
@dlvl86
@dlvl86 2 года назад
So many things happening in this video. Rails continues to keep pushing the bar…
@DigiDriftZone
@DigiDriftZone 2 года назад
What code editor is that? - really great video, I am excited to upgrade our app from Rails 6 and UJS to Rails 7 + Hotwire!
@elmira741
@elmira741 2 года назад
This IDE is called Mate
@abdouazizseck8838
@abdouazizseck8838 2 года назад
Rais is the best one Ever ! GOD BLESS BIN/RAILS .... it's A BIG RASHINGAN
@devinlounge
@devinlounge 2 года назад
I'm here and want final rails 7!!!!
@pulgamecanica
@pulgamecanica 2 года назад
NO WAY !!!! This guy is the actual creator of RoR!!!
@ihwan_id
@ihwan_id 6 месяцев назад
thanks david
@frockygarcia2004
@frockygarcia2004 2 года назад
my idol superhuman DHH. I'm from PH btw
@elmira741
@elmira741 2 года назад
I ❤️ Ruby on Rails
@BehruzbekOtayev
@BehruzbekOtayev 5 месяцев назад
What? The DHH has a RU-vid channel? Great!
@zchrb
@zchrb 2 года назад
Rails server crashes when I upload an image through the rich text editor. The image doesn't display either. Any ideas why?
@DanielMoraisdmgm
@DanielMoraisdmgm 2 года назад
I went through the same problem (in stacktrace: Could not open library 'libvips.42.dylib'). This indicates there was some missing libs in my os (mac os) so I've installed vips (brew install vips) and the problem mas solved.
@zchrb
@zchrb 2 года назад
​@@DanielMoraisdmgm Ah thank you! I got it to work once I did a brew install glib & brew install vips. Appreciate you taking the time to comment :)
@nejdetkadir4447
@nejdetkadir4447 2 года назад
🎉
@JakobSkjerning
@JakobSkjerning 2 года назад
Needs more "whoops"!😆
@SuperAn0nymus
@SuperAn0nymus 2 года назад
if you're getting error with turbo_stream_from, then manually start redis server by running $redis-server in terminal
@sh-qj5ss
@sh-qj5ss 2 года назад
Sign up not ,taking in rails 7 showing undefiend method user ,and attribute matching error ,any solution?
@mikopiko
@mikopiko Год назад
11:45 why use a whole js library for simply getting the same results as "time_ago_in_words" tag?
@abhishekkushwaha1708
@abhishekkushwaha1708 2 года назад
Hey people, I have a question to anyone who can answer. Suppose I have a model called Post which has two attributes, title and description. The traditional way of NEW & CREATE and EDIT & UPDATE handle one instance at a time. But how can I implement a functionality of saving/updating multiple instances at once using one single submit button. (Preferably with SIMPLE FORM)
@bavan1358
@bavan1358 2 года назад
sir can you please make a beginner ruby on rails tutorial playlist
@versaute_lehrer
@versaute_lehrer 2 года назад
Does anyone know how to implement Foundation as css framework?
@salocharabati
@salocharabati 2 года назад
Magic 🪄
@NormCantoral
@NormCantoral 2 года назад
lucky 7 for rails. not unlike windows which also had a very nice version 7. 7's FTW
@siyaram2855
@siyaram2855 2 года назад
What editor he is using
@n00bma5ter69
@n00bma5ter69 2 года назад
Console in the error screen 😍. Marry me
@frankbuss
@frankbuss 2 года назад
I followed it until minute 13, but in my browser it says "Posted February 08, 2022 16:01" instead of the "x minutes ago" text. Any idea what is wrong? I'm using Chrome, German timezone.
@frankbuss
@frankbuss 2 года назад
@Ashvith Shetty No, I found the problem: I missed this in application.js: import LocalTime from "local-time" LocalTime.start() I think I wrote it, but then I changed it from the CDN to the downloaded version, and maybe the importmap tool deleted it?
@ukaszczapiewski4580
@ukaszczapiewski4580 2 года назад
What is your opinion/view on ICP?
@clementcoquille4153
@clementcoquille4153 2 года назад
Please god, I dont wanna work on another framework T_T
@muhammadmudasir367
@muhammadmudasir367 2 года назад
daterangepicker not working on rails 7 please make h complete video on daterangepicker
@LouaiAmrouche-iu9bc
@LouaiAmrouche-iu9bc 8 месяцев назад
what text editor is he using ?
@andrewwedstrom
@andrewwedstrom 2 года назад
What text editor is he using here?
@mikopiko
@mikopiko 2 года назад
Does rails come with built-in authentication system or does it rely on people using gems such as Devise?
@Lucas-bh3et
@Lucas-bh3et 2 года назад
devise
@mikopiko
@mikopiko 2 года назад
@@Lucas-bh3et So Rails rely on the auth gems?
@JosueAdeLima
@JosueAdeLima 2 года назад
@@mikopiko yes
@codecruz
@codecruz 2 года назад
You can build your own authentication pretty easy. No need to rely on devise. Just need to understand how authentication works.
@mikopiko
@mikopiko 2 года назад
@@codecruz I see what you mean, but even if I knew how it worked, I would still prefer to not build my own auth system on a serious project, the stakes are too high. I would continue on relying on the battle-tested third-parties.
@w1d3r75
@w1d3r75 2 года назад
:')
@joseryzmal
@joseryzmal 2 года назад
🔥🔥🔥
@anonimetitus
@anonimetitus 2 года назад
Strange: at 6:30 the generated sql for all_day starts from 23:00:00
@abdouazizseck8838
@abdouazizseck8838 2 года назад
Hi David Heinemeier Hansson, i really enjoy your videos, can you please make a video with Stripe using Rails 7 on payment of a product. Thanks in Advance
Далее
Coffee with Developers: David Heinemeier Hansson
1:12:27
Просмотров 1,6 тыс.
[RU] Winline EPIC Standoff 2 Major | Group Stage - Day 1
8:42:47
Ruby on Rails: The Documentary
44:16
Просмотров 242 тыс.
The Ruby On Rails Junior Developer Problem
16:03
Просмотров 19 тыс.
OMAKUB: Opinionated Ubuntu Setup in 1 Command
24:52
Просмотров 22 тыс.
Should you use Ruby on Rails in 2024?
14:43
Просмотров 14 тыс.
Why Air Quality Matters
1:18:57
Просмотров 37 тыс.
Красиво, но телефон жаль
0:32
Просмотров 156 тыс.
iPhone 15 Pro в реальной жизни
24:07
Просмотров 42 тыс.
APPLE дают это нам БЕСПЛАТНО!
1:01
Просмотров 245 тыс.