sql_funk
sql_funk copied to clipboard
Rails gem that extends ActiveRecord with SQL functions, including date functions
Untitled
Hi! Then i try to install sql_funk from bundler, i have error after 'rails s' command /usr/local/ruby/lib/ruby/gems/1.9.1/gems/sql_funk-0.0.1/lib/sql_funk.rb:2:in `require': no such file to load -- sql_funk/railtie.rb (LoadError)
When called with `NewsArticles.count_by :published_at, :group_by => "month"` ActiveRecord::StatementInvalid (PGError: ERROR: column "news_articles.published_at" must appear in the GROUP BY clause or be used in an aggregate function It worked fine...