タグ Riding Rails
人気順 10 users 50 users 100 users 500 users 1000 usersRails Governance | Riding Rails
As some questions have been raised about how the Rails project’s governance functions, we’d like to clarify how the team is structured and how we operate: Ruby on Rails is an Open Source project run by the Rails Core team. In addition to the Core team we have two additional teams - the Committer ... 続きを読む
Rails 5.2.5, 6.0.3.6 and 6.1.3.1 have been released | Riding Rails
Hey everyone! Rails versions 5.2.5, 6.0.3.6 and 6.1.3.1 have been released. These versions upgrade Active Storage’s Marcel dependency to version 1.0.0. Before 1.0.0, Marcel—which is distributed under the terms of the MIT License, like Rails—indirectly depended on MIME type data released under the... 続きを読む
Rails 6.1: Horizontal Sharding, Multi-DB Improvements, Strict Loading, Destroy Associations in Background, Error Objects, and more! | Riding Rails
Rails 6.1 has been released and wow does it have a lot of great stuff! We’ve been hard at work these past few months implementing improvements to multiple databases, adding support for destroying associations in jobs instead of in-memory, turning errors into objects, and so much more. It’s amazin... 続きを読む
Rails 6.0: Action Mailbox, Action Text, Multiple DBs, Parallel Testing, Webpacker by default, and Zeitwerk | Riding Rails
Dealing with incoming email, composing rich-text content, connecting to multiple databases, parallelizing test runs, integrating JavaScript with love, and rewriting the code loader. These are fundamental improvements to the fundamentals of working with the web and building fast and fresh applicat... 続きを読む
Rails 6.0.0 rc1 released | Riding Rails
Okay, so we didn’t quite make our aspirational release schedule, but Rails 6 is now almost ready, so here’s the first release candidate! There isn’t anything remarkably new compared to the beta releases, but everything has been polished (in about 1000 commits!), and we believe this candidate coul... 続きを読む
Introducing Action Mailbox for Rails 6 | Riding Rails
Action Mailbox is the second brand new framework coming to Rails 6 (the first was Action Text). It serves to route incoming emails to controller-like mailboxes for processing in Rails. It ships with ingresses for Amazon SES, Mailgun, Mandrill, and SendGrid. You can also handle inbound mails direc... 続きを読む
Rails 4.2.11, 5.0.7.1, 5.1.6.1 and 5.2.1.1 have been released! | Riding Rails
Hello everyone and happy Tuesday! Rails 4.2.11, 5.0.7.1, 5.1.6.1 and 5.2.1.1 have been released! These contain the following important security fixes, and it is recommended that users upgrade as soon as possible: CVE-2018-16476 Broken Access Control vulnerability in Active Job RAils 5.2.1.1 also ... 続きを読む
Rails 5.2.1 has been released! | Riding Rails
Hi everyone, I am happy to announce that Rails 5.2.1 has been released. CHANGES since 5.2.0 To view the changes for each gem, please read the changelogs on GitHub: Action Cable CHANGELOG Action Mailer CHANGELOG Action Pack CHANGELOG Action View CHANGELOG Active Job CHANGELOG Active Model CHANGELO... 続きを読む
Rails 5.2.0 FINAL: Active Storage, Redis Cache Store, HTTP/2 Early Hints, CSP, Credentials | Riding Rails
Nearly 14 years since the first public version of Rails , it’s our pleasure to release yet another major upgrade to the framework in the form of 5.2.0 final. We’ve been diligently polishing Active Sto... 続きを読む
Rails 5.2.0 RC2: Active Storage, Redis Cache Store, HTTP/2 Early Hints, CSP, Credentials | Riding Rails
It’s almost time for RailsConf , and we’re determined to get the final version of Rails 5.2 released before then. So here’s the hopefully last release candidate before that can happen. We’ve put a ton... 続きを読む
Rails 5.2: Active Storage, Redis Cache Store, HTTP/2 Early Hints, CSP, Credentials | Riding Rails
It’s been too hard to deal with file uploads in Rails for too long. Sure, there’s been a lot of fine plugins available, but it was overdue that we incorporated something right into the framework. So n... 続きを読む
Rails 4.2.10 released | Riding Rails
Hi everyone, I am happy to announce that Rails 4.2.10 final has been released! As noted in the rc1 post, Rails 4.2 is no longer supported except for severe security patches, but the last release intro... 続きを読む
Three new committers: George, Javan, Ryuta | Riding Rails
We’re happy to announce three new members of the Rails committers team: George, Javan, and Ryuta 続きを読む
Rails 5.1: Loving JavaScript, System Tests, Encrypted Secrets, and more | Riding Rails
In celebration of the 12th RailsConf in Phoenix, Arizona this week, we’re proud to announce that Rails 5.1 is ready in its final form! We’ve spent over 4,100 commits since Rails 5.0 making everything ... 続きを読む
Riding Rails: [ANN] Rails 5.0.1 has been released!
Hi everyone, I am happy to announce that Rails 5.0.1 has been released. CHANGES since 5.0.0 To view the changes for each gem, please read the changelogs on GitHub: Action Cable CHANGELOG Action Mailer... 続きを読む
Riding Rails: Rails 5.0: Action Cable, API mode, and so much more
After six months of polish, four betas, and two release candidates, Rails 5.0 is finally done! It’s taken hundreds of contributors and thousands of commits to get here, but what a destination: Rails 5... 続きを読む
Rails 5.0.0.beta1.1の新機能紹介の公式ブログ記事を読んでみた - 酒と泪とRubyとRailsと
Rails 5.0.0.beta1.1の新機能紹介の公式ブログ記事を読んでみた Jan 31 st , 2016 Tweet Rails公式ブログが、Rails 5 betaの新機能についてのブログ記事『 Riding Rails: Rails 5.0.0.beta1: Action Cable, API mode, Rails command 』を英語の勉強がてら読んでみました! Action ... 続きを読む
Riding Rails: Rails 5.0.0.beta1.1, 4.2.5.1, 4.1.14.1, 3.2.22.1, and rails-html-sanitizer 1.0.3 have been released!
Hello everyone and happy Monday! Rails 5.0.0.beta1.1, 4.2.5.1, 4.1.14.1, and 3.2.22.1 have been released! These contain the following important security fixes, and it is recommended that users upgrade... 続きを読む
Riding Rails: New Rails identity
It's been 10 years since we last updated the Rails identity, so with Rails 5 just around the corner , we thought it was finally time for a fresh look for a new day. This is it! We have a brand new log... 続きを読む
Riding Rails: Rails 5.0.0.beta1: Action Cable, API mode, Rails command
Rails 5.0! Can you believe it? We only just celebrated the tenth anniversary of Rails 1.0 a few days ago. Time flies when you're having fun with good friends, and we've never had more fun or better fr... 続きを読む
Riding Rails: [ANN] Rails 4.2.4 and 4.1.13 have been released!
Hi everyone, I am happy to announce that Rails 4.2.4 and 4.1.13 have been released. No regressions were found so these releases include the same changes that the release candidates. CHANGES since 4.1.... 続きを読む
RailsのエラーモニタリングツールErrbitのChefレシピ - 割り箸ポテチ
4/17に大阪で開催されたRailsの勉強会でLTしてきました。 Railsをのりこなせ! – Riding Rails勉強会 » Riding Rails 勉強会 #1 Rails をのりこなせ!やりました!発表資料も! TECHSCORE BLOG 自分の発表資料をちょっと加筆修正したものを以下に公開しました。 Railsのエラーログとの付き合い方 from Taisuke Kawahara ... 続きを読む
Riding Rails: [ANN] Rails 4.2.1 and 4.1.10 have been released!
Hi everyone, I am happy to announce that after four release candidates the final versions for Rails 4.2.1 and 4.1.10 have been released. CHANGES since 4.1.9 To view the changes for each gem, please re... 続きを読む
Riding Rails: Rails 4.2: Active Job, Asynchronous Mails, Adequate Record, Web Console, Foreign Keys
We come bearing gifts! It's Rails 4.2, and the final version is ready just in time for Christmas. It's full of great toys, useful gizmos, and polished edges, courtesy of a fantastic community of merry... 続きを読む
Riding Rails: [ANN] Rails 4.2.0.rc1 has been released!
Happy Black Friday everyone! The Rails team is very excited to announce that the first Release Candidate of Rails 4.2.0 has been released today. For an overview of all the major changes, please refer ... 続きを読む