-
Notifications
You must be signed in to change notification settings - Fork 29
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
A number of updates #3
base: master
Are you sure you want to change the base?
Conversation
…d, add code to include attachment field as a text field
…ichdocuments and non-richdocuments, only the non-richdocument would get processed, the richdocuments would not.
Are these going to make it into master or should we base our project on springbok's fork? |
Hello, I try to setup @tomasc repo and @zmoazeni repo. Each repo have a similar error:
I setup my envorinment by: rails app test_solr_cell Edit Gemfile and add: # Integrate application with Apache Solr
gem 'sunspot_solr'
gem 'sunspot_rails'
gem 'sunspot_cell', "1.0", :git => 'https://github.com/springbok/sunspot_cell.git' now I try to generate scaffold for my model with; rails generate scaffold Book title:string author:string but the following error is visible on console:
some other info: gem list
# ...
sunspot (1.3.3)
sunspot_rails (1.3.3)
sunspot_solr (1.3.3)
# ... ruby --version
ruby 1.9.3p0 (2011-10-30 revision 33570) [x86_64-linux] any init/Gemfile to correctly use sunspot_cell ? |
Ok, I foud error was RSolr::Xml::Document inside RSolr::Message::Document, now I'll do some test to confirm all work fine. |
What is the actual "master" of this project? Everything seems to be only branches and never pull or merge together. |
Hi tomasc,
As requested here are my updates, thanks for all the work you did on putting this together, it helped me a LOTin my project.
Regards,
Etienne.