G'day, I'm the author of dm-sphinx-adapter. I am working on a new version but I've taken the opportunity to scratch a few itches (like sphinx extended2 search operators). You probably wont see a 0.10.1 compatible version till:
- I'm done playing dr frankenstein and have shoehorned into DM as much of sphinx as I can. Round hole, square peg and all that. - Get supplied patches for the existing code. - Need it for another work project and can hack on it during business hours. Hopefully one of those will happen in the next couple of weeks :) Cheers, Shane. On Oct 2, 8:01 pm, Stanley <[email protected]> wrote: > Thank you Martin. I can't wait for merb-1.1. > > On Oct 2, 1:19 am, Martin Gamsjaeger <[email protected]> wrote: > > > Stanislaw, > > > I don't know about dm-sphinx-adapter, but i do know that merb-1.0.12 > > is *not* compatible with dm-0.10 out of the box. You would either need > > to use the wycats/merb/1.0.x or wycats/merb/master branch. merb-1.0.13 > > (based on the 1.0.x branch) will be released sometime this weekend, > > maybe even tomorrow. If you decide to go with wycats/master which will > > be released as merb-1.1 some time soon too, you'd need to adapt your > > app to work with the new bundler support, so while that's definitely > > cool, it could be a bit more work. > > > cheers > > snusnu > > > On Thu, Oct 1, 2009 at 23:42, Brian Smith <[email protected]> wrote: > > > I'm not sure if the sphinx adapter has been updated to 0.10.0, if that's > > > the > > > case then it probably won't load if it explicitly requires and earlier > > > version of dm > > > > On Thu, Oct 1, 2009 at 3:36 PM, Stanisław <[email protected]> > > > wrote: > > > >> Hello, > > >> After update to 0.10.0 I can not start my merb env. I get this > > >> message: > > > >> Loading init file from /home/stanley/workspace/my_app/config/init.rb > > >> Loading /home/stanley/workspace/my_app/config/environments/ > > >> development.rb > > >> :size option is deprecated, use String with :length instead (/usr/ > > >> local/lib/ruby/gems/1.8/gems/merb_datamapper-1.0.12/lib/merb/session/ > > >> data_mapper_session.rb:10) > > >> ~ > > >> ~ FATAL: The file dm-sphinx-adapter was not found > > >> ~ > > > >> This is my dependencies.rb file: > > > >> merb_gems_version = "1.0.12" > > >> dm_gems_version = "0.10.0" > > >> do_gems_version = "0.10.0" > > > >> # For more information about each component, please read > > >>http://wiki.merbivore.com/faqs/merb_components > > >> dependency "merb-core", merb_gems_version > > >> dependency "merb-action-args", merb_gems_version > > >> dependency "merb-assets", merb_gems_version > > >> dependency("merb-cache", merb_gems_version) do > > >> Merb::Cache.setup do > > >> register(Merb::Cache::FileStore) unless Merb.cache > > >> end > > >> end > > >> dependency "merb-helpers", merb_gems_version > > >> dependency "merb-mailer", merb_gems_version > > >> dependency "merb-slices", merb_gems_version > > >> dependency "merb-auth-core", merb_gems_version > > >> dependency "merb-auth-more", merb_gems_version > > >> dependency "merb-auth-slice-password", merb_gems_version > > >> dependency "merb-param-protection", merb_gems_version > > >> dependency "merb-exceptions", merb_gems_version > > > >> dependency "data_objects", do_gems_version > > >> dependency "do_mysql", do_gems_version # If using another database, > > >> replace this > > >> dependency "dm-core", dm_gems_version > > >> dependency "dm-aggregates", dm_gems_version > > >> dependency "dm-migrations", dm_gems_version > > >> dependency "dm-timestamps", dm_gems_version > > >> dependency "dm-types", dm_gems_version > > >> dependency "dm-validations", dm_gems_version > > >> dependency "dm-serializer", dm_gems_version > > > >> dependency "merb_datamapper", merb_gems_version > > > >> dependency "dm-is-searchable", dm_gems_version > > >> dependency "dm-sphinx-adapter" > > > >> This problem is not present when I change dm_gems_version to "0.9.11" > > > >> Stan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DataMapper" 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/datamapper?hl=en -~----------~----~----~----~------~----~------~--~---
