Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

benchmark causes devise errors #72

Open
pehrlich opened this issue Nov 1, 2011 · 0 comments
Open

benchmark causes devise errors #72

pehrlich opened this issue Nov 1, 2011 · 0 comments

Comments

@pehrlich
Copy link

pehrlich commented Nov 1, 2011

tested slightly, event.rb:

searchable do
text :name, :description, :venue, :address

text :replies do
  time = Benchmark.measure do
    logger.warn "Mapping event replies"
    replies.map &:body
  end
  logger.warn "done #{time}"

end
time :date
integer :community_id

end

causes

NoMethodError (undefined method `user_signed_in?' for #BootstrapsController:0x0000012bbfd750):

this may help: http://stackoverflow.com/questions/7760784/devise-undefined-method-user-signed-in-for-applicationcontrollerclass

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant