search for: joinsincludeconditions

Displaying 2 results from an estimated 2 matches for "joinsincludeconditions".

2006 Feb 15
0
MySql adapter error
...d then trying to run gem install mysql on my windows server, I''ve been getting this weird error on every page I try to hit. If anyone give give me any insight into how I messed this up or how to fix, it would be much appreciated. The error is Mysql::Error: #42S22Unknown column ''joinsincludeconditions'' in ''where clause'': SELECT COUNT(*) FROM meal_names WHERE (joinsincludeconditions) If I take the "rails" folder out of my vendor folder, I don''t get the error but just a blank screen. Here''s the rest of the error (well, some of it anyway): c...
2006 Feb 21
0
Rails edge breaks my app
...), it works fine. I don''t get any errors. But if I re-add the ..\vendor\rails folder I get errors when accessing any views that have pagination. Is this a known issue or problem? This is the error: ActiveRecord::StatementInvalid in Books#list Mysql::Error: #42S22Unknown column ''joinsincludeconditions'' in ''where clause'': SELECT COUNT(*) FROM books WHERE (joinsincludeconditions) RAILS_ROOT: ./script/../config/.. Application Trace | Framework Trace | Full Trace c:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/active_record/connection_adapters/abstract_adapter.rb:8...