This project is archived and is in readonly mode.
undefined method `compile_insert' for #<Arel::Table:0x1028c07a0>
Reported by Arun Agrawal | March 25th, 2011 @ 06:44 PM
When using rails from master and rack from master.
when running rake db:migrate getting this error
undefined method compile_insert' for
#<Arel::Table:0x1028c07a0>
/Users/arunagw/checkouts/rails/activerecord/lib/active_record/migration.rb:718:in
record_version_state_after_migrating'
Comments and changes to this ticket
-
Arun Agrawal March 25th, 2011 @ 06:52 PM
Close this ticket
Solved problem by using
gem 'arel', :git => "git://github.com/rails/arel.git"
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>