LoginSignup
10
10

More than 5 years have passed since last update.

Rails4.2のweb-console上で直接Rakeを実行する

Posted at

ActiveRecord::PendingMigrationErrorでエラー画面に飛んだ時、下に出ているweb-consoleのreplからrake db:migrateが実行できれば便利なのに、という話をしていて、ほぼそれだけのためにgemを作りました。

joker1007/web-console-rake

Gemfileに書いておくだけで、web-consoleのreplでrake(taskname)というメソッドが使えるようになります。
オプションを渡せばspringにも対応します。
rake "spec"とかやればテストも流せます。(意味は余りない)

中身はめちゃくちゃダーティハックな感じで、ちょっと面白かったw

10
10
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
10
10