Displaying 4 results from an estimated 4 matches for "antrover".
Did you mean:
antoher
2006 Feb 17
3
Migration Errors?
...bought the Rails Recipes and PDF preview of the book. So far
it''s excellent. I decided to try Chapter 8 of the book regarding
tagging.
I''ve done migrations before, and I feel comfortable with them, however
this error stumps me.
--------------------------------------------------
antrover:~/RubyProjects/rlog dhoefler$ ruby script/generate migration
add_db_tagging
/Applications/Locomotive/Bundles/rails-1.0.0-min.bundle/Contents/Resources/ports/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/hash/keys.rb:48:in
`assert_valid_keys'': Unknown key(s): polymo...
2006 Jun 09
0
Calculations based on multiple tables
...;m trying to grab all the contest_entries from a particular contest, and
then grab all the appropriate contest_ratings associated with the songs and
contest. The end result is an average score for each song involved in each
contest.
I made an ERD of my table structure which can be found at:
http://antrover.com/erd/contest_question.jpg
Here''s my model structure:
------------------------
class Contest < ActiveRecord::Base
has_many :contest_entries
has_many :songs, :through => :contest_entries
end
class ContestEntry < ActiveRecord::Base
belongs_to :song
belongs_to :contest...
2006 Nov 04
0
rake db:migrate is semi-broken
Whenever I run rake db:migrate I get the following "error":
antrover:~/Sway/Projects/mi7/branches/sway_dev_mi7 dhoefler$ rake db:migrate
(in /Users/dhoefler/Sway/Projects/mi7/branches/sway_dev_mi7)
/usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/validations.rb:334:
warning: `*'' interpreted as argument prefix
/usr/local/lib/ruby/gems/...
2006 Apr 26
5
imagemagic / rmagic dmg for OSX?
Is there a pre-built disk image for rmagic on OSX (including image magic and
all the other pre-requisites)? I''ve seen that it comes on the Locomotive
image but I don''t want to replace my entire development environment.
Does anybody have a sense of how reliable it is on OSX? I''ve seen some
fairly negative comments when googling, but that''s not the best way to