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:   [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to