Displaying 3 results from an estimated 3 matches for "post_vote".
Did you mean:
post_votes
2006 Jun 20
0
No opening form tag in rendered HTML
...>
<%= datetime_select ''post'', ''time_range'' %></p>
<p><label for="post_stage">Stage</label><br/>
<%= text_field ''post'', ''stage'' %></p>
<p><label for="post_votes">Votes</label><br/>
<%= text_field ''post'', ''votes'' %></p>
<!--[eoform:post]-->
2005 Feb 02
1
Error when changing from AR 1.0.1 to 1.6
...y/gems/1.8/gems/activerecord-1.6.0/lib/active_record/associations.rb:218:in `has_many_without_reflection''\r
[error] \tfrom (eval):5:in `has_many''\r
[error] \tfrom C:/dev/granul.at/app/models/user.rb:7\r
the user.rb looks as follows:
class User < ActiveRecord::Base
has_many :post_votes, :foreign_key => ''voter_id''
has_many :topic_subscriptions, :dependent => true
has_many :posts
has_many :topic_reads, :dependent => true
def self.inheritance_column() ''role'' end
include ErrorRaising, RForum::Localization, ActiveRecord::Mixins:...
2006 Jan 10
13
InstantRails 1.0 problems...
Hi,
I have installed InstantRails 1.0 Final on Win XP (Home SP2) and Win 2K 2000.
I was able to get the two apps (cookbook, typo) work fine with Webrick but not with SCGI server. I tried changing the SCGI settings through the InstallRails.exe console so that the Runtime Mode: would be "development" instead of "production" and SCGI port: to 5000 instead of 9998.