You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.
/Users/judyngai/.rvm/gems/ruby-2.0.0-p195/gems/ajaxful_rating-2.2.9.1/lib/axr/model.rb:23: syntax error, unexpected ',', expecting =>
I made a new app in rails 4 and ruby 2.0 - the latest versions I installed the ajaxful-rating gem into my rails app and ran bundle install (version 2.2.9.1)
I changed my database yml file to use pg then do
rake db:create
and this error popped up. Is the gem not compatible with rails 4? I consider this issue before hand maybe I should switch to rails 3.2 ?
The text was updated successfully, but these errors were encountered:
Why am I getting this error ?
/Users/judyngai/.rvm/gems/ruby-2.0.0-p195/gems/ajaxful_rating-2.2.9.1/lib/axr/model.rb:23: syntax error, unexpected ',', expecting =>
I made a new app in rails 4 and ruby 2.0 - the latest versions I installed the ajaxful-rating gem into my rails app and ran bundle install (version 2.2.9.1)
I changed my database yml file to use pg then do
rake db:create
and this error popped up. Is the gem not compatible with rails 4? I consider this issue before hand maybe I should switch to rails 3.2 ?
The text was updated successfully, but these errors were encountered: