RubyGems Navigation menu

mixable_engines 0.1.1

In the old Engines plugin (used before the built-in engines arrived in rails 2.3), controller and helper classes were mixed together. That is, if an engine had a FooController, and your application also had a FooController, you could use the actions in both controllers. In the built-in Engines functionality in Rails 3, this does not occur. Your application's FooController replaces the engine controller entirely. This gem restores the old functionality, allowing you to easily override parts of an engine in your application.

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 0.1.1 - September 02, 2011 (7.5KB)
  2. 0.1.0 - September 01, 2011 (7KB)

Runtime依存関係 (2):

activesupport >= 3.0.0
i18n >= 0

Development依存関係 (4):

bundler ~> 1.0.0
jeweler ~> 1.6.4
rcov >= 0
shoulda >= 0

所有者:

作者:

  • Tim Morton

SHA 256チェックサム:

98abd4dec595784d2c3da387ed235a8211c4b6ffcbbea0819d9551849e20b331

累計ダウンロード数 19,866

このバージョンのみ 16,656

ライセンス:

N/A

必要なRubyのバージョン: なし

リンク: