Yesterday the wonderful developers who make Hydra happen released Active Fedora 4.0.0 and HydraHead 4.0.0
The gems are at:
https://rubygems.org/gems/active-fedora/versions/4.0.0
https://rubygems.org/gems/hydra-head/versions/4.0.0
and supporting libraries at:
https://rubygems.org/gems/om/versions/1.6.0
https://rubygems.org/gems/solrizer-fedora/versions/2.0.0
Hydra Changes:
* Upgrade to active fedora 4.0.0
* Upgrade to blacklight 3.3.0
* Removed railtie to configure active-fedora
* Register solr happens automatically
* Using CanCan gem for authorization
* Compatibility with Rails 3.2
* Compatibility with Ruby 1.9.3
* Select box for :qt has been readded.
ActiveFedora changes:
Removed deprecations
* allowing :fedora level in fedora.yml
* automatic includes of Relationships and FileMethods is removed
Added sharding
Added find_document which determines the correct model and then casts
the object to that.
Improved loading from solr
RDF datastreams
Replaced solr-ruby with rsolr. Note: remove any calls to .hits
load_instance is now deprecated, replaced with find
Find and load_instance_from_solr always instantiate the model defined
in the object.
Run a stub :environment task in the fixture loading rake tasks (which
is overridden by rails)
Find raises ObjectNotFoundError when the object isn’t found
Removed dependency on solrizer-fedora
Avoid unnecessary reload of RELS-EXT when typecasting
HYDRA-754 Delegate discovery of config parameters to a separate module
to allow for non-file-based configuration
HYDRA-753 has_metadata should accept :versionable as part of the spec.
HYDRA-755 Instantiate un-spec’ed datastreams in SolrDigitalObject
HYDRA-758 Added ActiveFedora::Base.exists?
Fixes for Ruby 1.9 compatibility
HYDRA-741 Use fixture loader in repo:* rake tasks. Parameters changed
to foxml and dir.
rubydora to 0.5.7
Lazily load solr config
HYDRA-766 Model#classname_from_uri singularizes terms, but it
shouldn’t change them.
HYDRA-767 Remove Model::DEFAULT_NS
Upgrade Om to 1.6.0
QualifiedDublinCore now extends immediately from NokogiriDatastream
Deprecated MetadataDatastream
