bretweinraub / meteor

Rails Meteor Plugin - a stateless widget framework for Ruby On Rails
http://admin.aura-software.com/tags/3-meteor
MIT License
13 stars 0 forks source link

Meteor not recognizing widgets in plugins other than one that is named after the plugin itself #2

Closed auranet closed 13 years ago

auranet commented 13 years ago

Have an RssFeed widget that works fine in an rss_feed plugin, but the path to the render view fails when moving the widget to the remote_content plugin. See: http://img.skitch.com/20101008-eamp5ag7hnwsrak5dwxkrexwdx.jpg

auranet commented 13 years ago

Can change Meteor::Widget::RssFeed::MeteorWidgetPlugin#plugin_name to hard-code the plugin name, but now it's now picking the wrong default _render.rhtml

bretweinraub commented 13 years ago

I think the problem is with this commit here:

http://github.com/bretweinraub/meteor/commit/7fab98b0eb61c3ff5335f4f3a819a67dd773f374

Will investigate a fix.

bretweinraub commented 13 years ago

should be fixed with http://github.com/bretweinraub/meteor/commit/7cedda339729f369d1f2e6724d3305c7c3d4e07e, please retest.