[Radiant] Anyone else having an issue when adding a new RSS
feed using external_rss_feed extension?
Joshua Oransky
cazzaran at inorbit.com
Sat May 10 16:33:56 CDT 2008
I'm having the same issue. I've tried even removing the rails directory from
the radiant dir but the error still appears, only the trace shows the Rails
ActiveRecord attribute_methods.rb reporting instead of the Radiant one. I've
als changed the valid? method in the ExternalRssFeed model to validate, to
no avail.
Does anyone have any ideas? I'm on Rails 2.0.2 and Radiant 0.6.6.
Thanks in advance - Josh
Jared Blitzstein wrote:
>
> I installed the extension and when I click "New Feed" from the admin
> layout, I get the following stack. I assume "valid" is a reserved
> keyword and is causing the error. Anyone else run into this?
>
> valid? is defined by ActiveRecord
> Extracted source (around line #10):
>
> 7: <div class="form-area">
> 8: <p class="title">
> 9: <label for="external_rss_feed_name">Name</label>
> 10: <%= text_field "external_rss_feed", "name", :class =>
> 'textbox', :maxlength => 100 %>
> 11: </p>
> 12: <p class="title">
> 13: <label for="external_rss_feed_url">URL</label>
>
> It's run the following migrations:
> == 1 CreateExternalRssFeeds: migrating
> ========================================
> -- create_table(:external_rss_feeds)
> -> 0.0328s
> == 1 CreateExternalRssFeeds: migrated (0.0330s)
> ===============================
>
> == 2 AddCacheColumn: migrating
> ================================================
> -- add_column(:external_rss_feeds, :cache, :text)
> -> 0.0052s
> -- add_column(:external_rss_feeds, :cache_datetime, :datetime)
> -> 0.0060s
> == 2 AddCacheColumn: migrated (0.0115s)
> =======================================
> _______________________________________________
> Radiant mailing list
> Post: Radiant at radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site: http://lists.radiantcms.org/mailman/listinfo/radiant
>
>
--
View this message in context: http://www.nabble.com/Anyone-else-having-an-issue-when-adding-a-new-RSS-feed-using-external_rss_feed-extension--tp16824980p17155266.html
Sent from the Radiant - User (New) mailing list archive at Nabble.com.
More information about the Radiant
mailing list