activerecord-hackery / squeel

Active Record, improved. Live again :)
http://erniemiller.org/2013/11/17/anyone-interested-in-activerecord-hackery/
MIT License
2.4k stars 214 forks source link

Rails 4.1 console not loading #332

Open g8d3 opened 10 years ago

g8d3 commented 10 years ago

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.

bigxiang commented 10 years ago

Hi, Could you please upgrade your Rails to latest 4.1.x and try it again?