LoginSignup
13
13

More than 5 years have passed since last update.

TypeScript in Railsのカレントステータス

Last updated at Posted at 2014-08-09

Overview

typescript-railsがしばらくメンテナされていなかったため、関連gemを含めてメンテナにしてもらいました。

TypeScriptは文字通り型のあるJavaScriptです。以下のgifアニはIntelliJ IDEAでTypeScriptを書いている様子です。補完がバリバリ効いてますね。

typescript-in-idea.gif

とりあえず現在は、typescript-rails-example で Rails4 + tsd を使ってどうやって管理するかを考えているところです。

RubyでのTypeScript関係のgemは以下のgithub organizationにまとまっています。

Current Status

  • :white_check_mark: Rails4 support
  • :white_check_mark: TypeScript 1.0.1 support
  • :white_check_mark: Compiles with --target ES5 by default
  • :white_check_mark: Tested to use jquery.d.ts with tsd

Roadmap

いまのことろ以下のことを考えています。とはいえ今は仕事で使っているわけではないので、開発速度は遅いです。日本語でかまわなので、pull-requestをお待ちしています。

  • Angular.JS support
  • rails generator support
  • source-maps support
13
13
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
13
13