I installed Devise and Cancan; haven't really done configuring them yet. Then all my data vanished from the screens: "No entries found". mysql cmdline says there is indeed data there. development.log has line like this: ./log/development.log: Node Load (0.3ms) SELECT `nodes`.* FROM `nodes` WHERE (1=0) ORDER BY `nodes`.`node_name` ASC LIMIT 0, 15 ./log/development.log: CACHE (0.0ms) SELECT `nodes`.* FROM `nodes` WHERE (1=0) ORDER BY `nodes`.`node_name` ASC LIMIT 0, 15
Anybody know where this "WHERE (1=0)" is coming from? -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/activescaffold?hl=en.
