$ cd test_plugin $ bundle exec rake test Run options: # Running tests: . Finished tests in 0.577092s, 1.7328 tests/s, 1.7328 assertions/s. 1 tests, 1 assertions, 0 failures, 0 errors, 0 skips テストが1つ通っています。 あとは基本的に普通の gem と同じように開発していくだけです。 ActiveRecord の拡張や、 ActiveSupport の拡張などは公式の Ruby on Rails Guides: The Basics of Creating Rails Plugins が参考になります。 ちょこちょこいじってみる さて、せっかくなので何か作ってみようかとも思うのですが、なにを作ったもの