Eric Peterson
Eric Peterson
+1 Eagerly watching. Thanks, Gents.
Solved! See above.
Found another instance of this, even using the correct syntax... ``` class Link < ActiveRecord::Base belongs_to :folder belongs_to :user has_reputation :avg_rating, :source => :user, :aggregated_by => :average, :source_of => [{...
Confirmation (from somebody totally different... simply executing the tutorial code...) here: http://www.neilmarion.com/index.php/twitter-activerecord-reputation-system-the-dreaded-array-cant-be-coerced-into-float-error/
Update: This SQL does the job, but I'm not clear on how to best add this functionality to the finder_methods ``` SELECT books.*, COALESCE(rs_reputations.value, 0) AS avg_rating, COALESCE(rs_reputations2.value,0) AS karma...
This appears to be a path-related error looking for the .env (obviously). The deployment works at first? (Note: I'm not a maintainer.)
Awesome awesome awesome catch, mate!!! ... Was just sleuthing this... i.e. "Why it works in console but not in code..."
Ditto, bootstrap navbars break. Suggested css workarounds to achieve desired behavior (i.e. fixed navbar and footers in snap-content)? While not consistent with the canonical Facebook drawer example or most other...