I'm leaving here a curated compilation of interesting links where you will find information that is not very well known. There are pull requests, issues, commits, examples, posts, videos and more about Rails 4. I'm also giving a shout out ask... 続きを読む
RubyモトスミHack vol.17 (Rails4勉強会) - connpassこちらでTurbolinksについて軽く発表してみたんですけど、うまく伝えられなかった気がするのであらためてまとめてみます。※12/3時点での情報ですrails/turbolinks ? GitHub概要 Rails4の新機能 pushStateと... 続きを読む
Ruby 2.0 & Rails 4.0先取りセミナー : ATND Rubyの勉強会に来たのは今回が初めて(Ruby Kaigi[2011-07-21-1]はお祭り ですからね)。 Ruby2.0もRails4.0もほぼ知識ゼロで来ました。Ruby2.0は前日rbenvでイン ストールしましたけど。 @a_matsuda さんの「Ruby 2.0... 続きを読む
Helps you more easily upgrade to Rails 4. A work in progress, I'm simply shipping something of a minimum viable product to attract others to contribute. Inspired by rails_upgrade which helped upgrade applications from Rails 2 to Rails 3. Writ... 続きを読む
Upgrading to Rails 4 - Guide for Upgrading Rails applications to the newest version of Ruby on RailsDeprecations Upgrading to Rails 4 covers each change and guides you through the tweaks you'll need to make for a smooth upgrade. New Features ... 続きを読む
2012-11-22 Rails4 in Action I talked about Rails4 (Edge Rails) at this event with @a_matsuda. matsuda-san talked the overview of Ruby 2.0 and Rails4 and I did more details into Edge Rails toward the coming Rails4. We worked together well in s... 続きを読む
注意 このエントリは急いで書いたので間違いが含まれている可能性が高いです。気づいた方はご指摘ください。 序文 strong_parameters とは、mass assignment で余計なパラメータをモデルの属性にセットさせないための新しい仕組みです。Rails 4.0 からはこれが... 続きを読む
Highlights in Rails 4.0: (WIP) Ruby 1.9.3 only Strong Parameters Queue API Caching Improvements These release notes cover the major changes, but do not include each bug-fix and changes. If you want to see everything, check out the list of com... 続きを読む
Rails 4.0 のデフォルト Gemfile に入るらしい、pjax っぽいことをして画面遷移を高速化する gem turbolinks について軽く調べてみました。 Introducing Turbolinks: github.com/rails/turbolin…. This will ship as default-on in Rails 4.0 Gemfile. PRESS T... 続きを読む
TL;DR Rails 4.0 will allow you to stream arbitrary data at arbitrary intervals with Live Streaming. Besides enabling multi-threading by default, one of the things I really wanted for Rails 4.0 is the ability to stream data to the client. I wa... 続きを読む
Recently a queueing system was added to Rails. Let's dive in and see how to use it. Run, baby, run! The queueing API is very simple. You push an object on to the queue and that object is expected to respond to a run method. Let's take a look:... 続きを読む
Posted by David December 20, 2011 @ 03:33 PMThe forthcoming 3.2.x release series will be the last branch of Rails that supports Ruby 1.8.7. There’s a new 3-2-stable branch in git to track the changes we need until 3.2.0 final is release and ... 続きを読む