squeel
squeel copied to clipboard
Rails 4.1 console not loading
I am getting this.
My Gemfile:
...
gem 'ransack', github: 'activerecord-hackery/ransack', branch: 'rails-4.1'
...
gem 'squeel', :git => "git://github.com/activerecord-hackery/squeel.git"
...
I am using ransack for search forms and I am going to use squeel for other queries I need.
Hi, Could you please upgrade your Rails to latest 4.1.x and try it again?