This the error I receive without page_parts:
/usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
`gem_original_require': no such file to load -- /file_page_part
(MissingSourceFile)
from /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:
31:in `require'
If I put page_parts back in it fixes it locally but won't save on
Heroku.
Steven
On Aug 13, 2010, at 2:36 PM, Steven Southard wrote:
If I take page_parts out and run migrate VERSION=0 radiant won't
start at all. Does something change during the setup process that
has to be undone to remove page_parts? Wow, I guess Heroku uses
Postgress? I hope you remember.
Cheers,
Steven
On Aug 12, 2010, at 7:10 PM, Josh French wrote:
We ran into this before on another extension, there's an SQL
difference with Postgres that affects some group queries. I just
need to remember which one and I'll apply the fix.
j
On Aug 12, 2010, at 6:55 PM, Steven Southard wrote:
With 9.1 on Heroku I am having a problem saving new pages. It
saves pages I made on my localhost just won't make a new one.
I get this:
ActiveRecord::StatementInvalid (PGError: ERROR: invalid input
syntax for integer: ""
: SELECT * FROM "page_parts" WHERE ("page_parts"."id" IN ('',''))
AND ("page_parts".page_id = NULL) ORDER BY id):
/home/slugs/258179_58f1601_b92e/mnt/.gems/gems/
will_paginate-2.3.14/lib/will_paginate/finder.rb:170:in
`method_missing'
radiant (0.9.1) app/controllers/admin/resource_controller.rb:64:in
`create'
Is there a problem with page_parts or will_paginate-2.3.14? Any
ideas?
Cheers,
Steven