This project is archived and is in readonly mode.
Engine plugin template should raise LoadError, not generic exception
Reported by Karel Minařík | November 30th, 2008 @ 01:38 PM | in 2.x
The template for init.rb
for newly added
plugin-engine support (great!!) should raise LoadError, not just
RuntimeError.
Here's the relevant template: http://github.com/rails/rails/tr..., the diff is in the attached patch.
Comments and changes to this ticket
-
josh December 20th, 2008 @ 05:36 PM
- Assigned user set to DHH
-
Repository March 7th, 2009 @ 04:06 PM
- State changed from new to resolved
- Tag changed from plugins, templates to patch, plugins, templates
(from [4185fb1e58d8142162c3a39f9302559688dd431b]) Raise LoadError instead of a runtime exception [#1498 state:resolved]
Signed-off-by: Pratik Naik pratiknaik@gmail.com http://github.com/rails/rails/co...
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Attachments
Referenced by
- 1498 Engine plugin template should raise LoadError, not generic exception (from [4185fb1e58d8142162c3a39f9302559688dd431b]) Raise L...