#rails8 Suchergebnisse

What's stopping you from coding like this? #rails8 Upgraded from 7.1.4 to 8.0.0beta on the flight home from #railsworld24! ✈️

TyghWalters's tweet image. What's stopping you from coding like this? #rails8

Upgraded from 7.1.4 to 8.0.0beta on the flight home from #railsworld24! ✈️

Explore Rails 8 with us! 🚀 Our team had a great session led by Abhishek Pandey, Harman, and Sumit Kumar. Learn more: issuu.com/bluebashllc/do… #Rails8 #RubyOnRails #WebDevelopment #CodeImprovements #TechTalks #bluebash #LifeAtBluebash #mondayvibes #MondayMorning

BlueBashCo's tweet image. Explore Rails 8 with us! 🚀 Our team had a great session led by Abhishek Pandey, Harman, and Sumit Kumar. 
Learn more: issuu.com/bluebashllc/do…

#Rails8 #RubyOnRails #WebDevelopment #CodeImprovements #TechTalks #bluebash #LifeAtBluebash #mondayvibes #MondayMorning
BlueBashCo's tweet image. Explore Rails 8 with us! 🚀 Our team had a great session led by Abhishek Pandey, Harman, and Sumit Kumar. 
Learn more: issuu.com/bluebashllc/do…

#Rails8 #RubyOnRails #WebDevelopment #CodeImprovements #TechTalks #bluebash #LifeAtBluebash #mondayvibes #MondayMorning
BlueBashCo's tweet image. Explore Rails 8 with us! 🚀 Our team had a great session led by Abhishek Pandey, Harman, and Sumit Kumar. 
Learn more: issuu.com/bluebashllc/do…

#Rails8 #RubyOnRails #WebDevelopment #CodeImprovements #TechTalks #bluebash #LifeAtBluebash #mondayvibes #MondayMorning

Productivity tip: stop fighting your tools. Start using ones that ship fast. 👇 Rails 8 doesn’t need: • Build steps • Configs • Transpilers • Reload waits It’s instant output. Just write code → reload. Modern DX finally feels modern. #WebDev #BuildLessShipMore #Rails8


Gulp. Grunt. Webpack. Vite. Parcel. Each one promised DX. Each one added pain. 👇 Then Rails 8 shows up: No build. No bundlers. No friction. DHH on Lex Fridman nailed it — this is how web dev should feel. #Rails8 #FrontendDev #NoBuild #Hotwire


just implemented native rate_limiting in #Rails8 on a controller, very easy: rate_limit to: 3, within: 5.minutes, by: -> { request.ip }, only: :create

niklasbabel's tweet image. just implemented native rate_limiting in #Rails8 on a controller, very easy:

rate_limit to: 3, within: 5.minutes, by: -> { request.ip }, only: :create

A lot has changed in Rails since last year’s #RailsWorld app release: #Rails8 and #HotwireNative were both announced just weeks after the app shipped. So, it was time for an upgrade thanks to @TelosLabs and @bramjanssen__. But there's more work to do! If you want to help, read…

rails's tweet image. A lot has changed in Rails since last year’s #RailsWorld app release: #Rails8 and #HotwireNative were both announced just weeks after the app shipped. So, it was time for an upgrade thanks to @TelosLabs and @bramjanssen__. But there's more work to do! If you want to help, read…

TIL: Rails 8 adds the script/ folder! 🎉 Until now, I was just saving all scripts on my computer —and we even had a Slack channel just to share scripts across the team 😅 This is perfect. And yes, there's a generator too. #Rails8 #RubyOnRails

abhaynikam13's tweet image. TIL: Rails 8 adds the script/ folder! 🎉

Until now, I was just saving all scripts on my computer —and we even had a Slack channel just to share scripts across the team 😅

This is perfect. And yes, there's a generator too.

#Rails8 #RubyOnRails

The best part? Claude acts as DHH teaching me - opinionated, passionate about programmer happiness, and anti-complexity. Let's see if Rails really does optimize for programmer happiness 😊 Wish me luck! 🎯 #RubyOnRails #Rails8 #NoPaaSRequired #MajesticMonolith


So much for Rails not scaling! #rails8 #rails #rubyonrails #uptime

dubesoftware's tweet image. So much for Rails not scaling! #rails8 #rails #rubyonrails #uptime

First #RailsWorld event, excited about the #rails8 release. #RailsWorld2024 #Toronto

MrAkhilG's tweet image. First #RailsWorld event, excited about the #rails8 release.

#RailsWorld2024 #Toronto

SVG has been used in Rails 8 public error pages, with the better look. #Rails8 #rubyonrails

santattech's tweet image. SVG has been used in Rails 8 public error pages, with the better look. 
#Rails8 #rubyonrails
santattech's tweet image. SVG has been used in Rails 8 public error pages, with the better look. 
#Rails8 #rubyonrails

🚀 Kicking off #RailsWorld with an incredible keynote from @DHH announcing all things #Rails8! 🎤 The energy here is amazing, and we can’t wait to dive deeper into what’s coming next. Who else is hyped for the future of Rails? 🔥

TypecraftHQ's tweet image. 🚀 Kicking off #RailsWorld with an incredible keynote from @DHH announcing all things #Rails8! 🎤 The energy here is amazing, and we can’t wait to dive deeper into what’s coming next. 

Who else is hyped for the future of Rails? 🔥

🚀 Rails 8.0 is here! 🚀 Packed with Kamal 2, Thruster, and SQLite caching for smoother deployment and lightning-fast performance! Ready to level up your app with Bluebash? #Rails8 #Bluebash #WebDev #TrendingNow #tech #weekendevening


Rails 8 introduces and recommends `params#expect` over `params#require`, offering more secure and explicit parameter handling! 🤩 #rubyonrails #rails8

RubyCademy's tweet image. Rails 8 introduces and recommends `params#expect` over `params#require`, offering more secure and explicit parameter handling! 🤩

#rubyonrails #rails8

The best part? Claude acts as DHH teaching me - opinionated, passionate about programmer happiness, and anti-complexity. Let's see if Rails really does optimize for programmer happiness 😊 Wish me luck! 🎯 #RubyOnRails #Rails8 #NoPaaSRequired #MajesticMonolith


Rails5→8に上げてて、 enum status: { a: 1, b: 2 } が enum :status, { a: 1, b: 2 } に変わってるの、Rails7も触ってたのに脳内補完でしばらく気づかんかったw紛らわしい😂 #RubyOnRails #Rails #Rails8


Gulp. Grunt. Webpack. Vite. Parcel. Each one promised DX. Each one added pain. 👇 Then Rails 8 shows up: No build. No bundlers. No friction. DHH on Lex Fridman nailed it — this is how web dev should feel. #Rails8 #FrontendDev #NoBuild #Hotwire


A lot has changed in Rails since last year’s #RailsWorld app release: #Rails8 and #HotwireNative were both announced just weeks after the app shipped. So, it was time for an upgrade thanks to @TelosLabs and @bramjanssen__. But there's more work to do! If you want to help, read…

rails's tweet image. A lot has changed in Rails since last year’s #RailsWorld app release: #Rails8 and #HotwireNative were both announced just weeks after the app shipped. So, it was time for an upgrade thanks to @TelosLabs and @bramjanssen__. But there's more work to do! If you want to help, read…

Productivity tip: stop fighting your tools. Start using ones that ship fast. 👇 Rails 8 doesn’t need: • Build steps • Configs • Transpilers • Reload waits It’s instant output. Just write code → reload. Modern DX finally feels modern. #WebDev #BuildLessShipMore #Rails8


📚 #今日の学習記録 引き続き上級編最終課題 RSpec で Request specテスト実装 Deviseのsign_inが不安定でだいぶ迷走し、なんとか解決😥 DeviseがWardenのラッパーだと初めて知りました💦 コントローラーテストを通じて不具合も発見でき、テストの重要性を実感しました #Rails8 #プログラミング学習

aym142382's tweet image. 📚 #今日の学習記録

引き続き上級編最終課題

RSpec で Request specテスト実装
Deviseのsign_inが不安定でだいぶ迷走し、なんとか解決😥
DeviseがWardenのラッパーだと初めて知りました💦
コントローラーテストを通じて不具合も発見でき、テストの重要性を実感しました

#Rails8 #プログラミング学習

TIL: Rails 8 adds the script/ folder! 🎉 Until now, I was just saving all scripts on my computer —and we even had a Slack channel just to share scripts across the team 😅 This is perfect. And yes, there's a generator too. #Rails8 #RubyOnRails

abhaynikam13's tweet image. TIL: Rails 8 adds the script/ folder! 🎉

Until now, I was just saving all scripts on my computer —and we even had a Slack channel just to share scripts across the team 😅

This is perfect. And yes, there's a generator too.

#Rails8 #RubyOnRails

7/2 学習ログ 1時間15分でやったこと ・Devise認証システム構築 ・User-Task関連付け設計 ・ルーティングエラーと格闘 ・認証は動くがTask機能でエラー ・TaskController問題を抱えたままデプロイ ・SECRET_KEY_BASE設定でビルド失敗→解決 エラー悔しい…続きは明日 #Rails8 #プログラミング学習


What's stopping you from coding like this? #rails8 Upgraded from 7.1.4 to 8.0.0beta on the flight home from #railsworld24! ✈️

TyghWalters's tweet image. What's stopping you from coding like this? #rails8

Upgraded from 7.1.4 to 8.0.0beta on the flight home from #railsworld24! ✈️

Explore Rails 8 with us! 🚀 Our team had a great session led by Abhishek Pandey, Harman, and Sumit Kumar. Learn more: issuu.com/bluebashllc/do… #Rails8 #RubyOnRails #WebDevelopment #CodeImprovements #TechTalks #bluebash #LifeAtBluebash #mondayvibes #MondayMorning

BlueBashCo's tweet image. Explore Rails 8 with us! 🚀 Our team had a great session led by Abhishek Pandey, Harman, and Sumit Kumar. 
Learn more: issuu.com/bluebashllc/do…

#Rails8 #RubyOnRails #WebDevelopment #CodeImprovements #TechTalks #bluebash #LifeAtBluebash #mondayvibes #MondayMorning
BlueBashCo's tweet image. Explore Rails 8 with us! 🚀 Our team had a great session led by Abhishek Pandey, Harman, and Sumit Kumar. 
Learn more: issuu.com/bluebashllc/do…

#Rails8 #RubyOnRails #WebDevelopment #CodeImprovements #TechTalks #bluebash #LifeAtBluebash #mondayvibes #MondayMorning
BlueBashCo's tweet image. Explore Rails 8 with us! 🚀 Our team had a great session led by Abhishek Pandey, Harman, and Sumit Kumar. 
Learn more: issuu.com/bluebashllc/do…

#Rails8 #RubyOnRails #WebDevelopment #CodeImprovements #TechTalks #bluebash #LifeAtBluebash #mondayvibes #MondayMorning

Rails 8 comes preconfigured with #Kamal2 for deploying your application anywhere - to a cloud VM or your own hardware. In the final #Rails8 Unpacked video, @typecraft_dev shows you how to leverage #Kamal to provision a server, configure deployment, and go live on a @DigitalOcean

rails's tweet image. Rails 8 comes preconfigured with #Kamal2 for deploying your application anywhere - to a cloud VM or your own hardware. In the final #Rails8 Unpacked video, @typecraft_dev shows you how to leverage #Kamal to provision a server, configure deployment, and go live on a @DigitalOcean…

So much for Rails not scaling! #rails8 #rails #rubyonrails #uptime

dubesoftware's tweet image. So much for Rails not scaling! #rails8 #rails #rubyonrails #uptime

First #RailsWorld event, excited about the #rails8 release. #RailsWorld2024 #Toronto

MrAkhilG's tweet image. First #RailsWorld event, excited about the #rails8 release.

#RailsWorld2024 #Toronto

This was a lot easier than I thought! 9add40b 2024-09-26 remove devise c1eec88 2024-09-26 bin/rails generate authentication and get it working #rails #rails8

hyukki725's tweet image. This was a lot easier than I thought!

9add40b 2024-09-26 remove devise
c1eec88 2024-09-26 bin/rails generate authentication and get it working #rails #rails8

SVG has been used in Rails 8 public error pages, with the better look. #Rails8 #rubyonrails

santattech's tweet image. SVG has been used in Rails 8 public error pages, with the better look. 
#Rails8 #rubyonrails
santattech's tweet image. SVG has been used in Rails 8 public error pages, with the better look. 
#Rails8 #rubyonrails

Wow, nice to see! #Rails8 trending worldwide ✨

vipulnsward's tweet image. Wow, nice to see! #Rails8 trending worldwide ✨

Rails 8 introduces and recommends `params#expect` over `params#require`, offering more secure and explicit parameter handling! 🤩 #rubyonrails #rails8

RubyCademy's tweet image. Rails 8 introduces and recommends `params#expect` over `params#require`, offering more secure and explicit parameter handling! 🤩

#rubyonrails #rails8

TIL: Rails 8 adds the script/ folder! 🎉 Until now, I was just saving all scripts on my computer —and we even had a Slack channel just to share scripts across the team 😅 This is perfect. And yes, there's a generator too. #Rails8 #RubyOnRails

abhaynikam13's tweet image. TIL: Rails 8 adds the script/ folder! 🎉

Until now, I was just saving all scripts on my computer —and we even had a Slack channel just to share scripts across the team 😅

This is perfect. And yes, there's a generator too.

#Rails8 #RubyOnRails

just implemented native rate_limiting in #Rails8 on a controller, very easy: rate_limit to: 3, within: 5.minutes, by: -> { request.ip }, only: :create

niklasbabel's tweet image. just implemented native rate_limiting in #Rails8 on a controller, very easy:

rate_limit to: 3, within: 5.minutes, by: -> { request.ip }, only: :create

A lot has changed in Rails since last year’s #RailsWorld app release: #Rails8 and #HotwireNative were both announced just weeks after the app shipped. So, it was time for an upgrade thanks to @TelosLabs and @bramjanssen__. But there's more work to do! If you want to help, read…

rails's tweet image. A lot has changed in Rails since last year’s #RailsWorld app release: #Rails8 and #HotwireNative were both announced just weeks after the app shipped. So, it was time for an upgrade thanks to @TelosLabs and @bramjanssen__. But there's more work to do! If you want to help, read…

🚀 Kicking off #RailsWorld with an incredible keynote from @DHH announcing all things #Rails8! 🎤 The energy here is amazing, and we can’t wait to dive deeper into what’s coming next. Who else is hyped for the future of Rails? 🔥

TypecraftHQ's tweet image. 🚀 Kicking off #RailsWorld with an incredible keynote from @DHH announcing all things #Rails8! 🎤 The energy here is amazing, and we can’t wait to dive deeper into what’s coming next. 

Who else is hyped for the future of Rails? 🔥

Rails:8.0 this time email is also included with CVV, CVC for filtering out from logs #WebDevelopment #rubyonrails #Rails8

santattech's tweet image. Rails:8.0  this time email is also included with CVV, CVC for filtering out from logs
#WebDevelopment #rubyonrails #Rails8

A useful feature in Rails 8 for quick understanding Now the rails db query source location is mentioned for dev mode. It can be enabled/disabled from config. #Rails8 #rubyonrails

santattech's tweet image. A useful feature in Rails 8 for quick understanding
Now the rails db query source location is mentioned for dev mode. It can be enabled/disabled from config.
#Rails8 #rubyonrails

🎬 Part 4: Copy to Clipboard w/ Stimulus + Flash - dispatch() between Stimulus controllers - Turbo Stream flash messages - Manual fallback UI ▶️ youtu.be/sXoDR-JZTpw #Rails8 #StimulusJS #FlashMessages #TurboStreams #CopyToClipboard

code_206's tweet image. 🎬 Part 4: Copy to Clipboard w/ Stimulus + Flash

- dispatch() between Stimulus controllers
- Turbo Stream flash messages
- Manual fallback UI

▶️ youtu.be/sXoDR-JZTpw

#Rails8 #StimulusJS #FlashMessages #TurboStreams #CopyToClipboard

📚 #今日の学習記録 引き続き上級編最終課題 RSpec で Request specテスト実装 Deviseのsign_inが不安定でだいぶ迷走し、なんとか解決😥 DeviseがWardenのラッパーだと初めて知りました💦 コントローラーテストを通じて不具合も発見でき、テストの重要性を実感しました #Rails8 #プログラミング学習

aym142382's tweet image. 📚 #今日の学習記録

引き続き上級編最終課題

RSpec で Request specテスト実装
Deviseのsign_inが不安定でだいぶ迷走し、なんとか解決😥
DeviseがWardenのラッパーだと初めて知りました💦
コントローラーテストを通じて不具合も発見でき、テストの重要性を実感しました

#Rails8 #プログラミング学習

🚀 Have you tried #rails8 yet? Released in November, it brought: ▪️ Easier deployment with Kamal 2 ▪️ Fewer dependencies thanks to Solid adapters ▪️ Improved performance with SQLite and Propshaft Discover all the new features in our article! 👇🏻 devinterface.com/en/blog/whats-…

devinterface's tweet image. 🚀 Have you tried #rails8 yet?
Released in November, it brought:
▪️ Easier deployment with Kamal 2
▪️ Fewer dependencies thanks to Solid adapters
▪️ Improved performance with SQLite and Propshaft

Discover all the new features in our article! 👇🏻

devinterface.com/en/blog/whats-…

Loading...

Something went wrong.


Something went wrong.


United States Trends