History log of /ontohub/app/controllers/url_maps_controller.rb
Revision Date Author Comments Expand
f25585170335aa8c73dc2775edb44979bbfb9116 28-Feb-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Revert "Use active scope for retrieving repositories." This reverts commit d053813dcf22b74cded34daf5734e54388e9bee6. Conflicts: app/controllers/home_controller.rb app/controllers/ontology_search_controller.rb app/helpers/application_helper.rb app/models/repository/destroying.rb

c28fc8aa2cdf7f9c9ae76899354350473d155981 28-Feb-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Use active scope for retrieving repositories. I could have introduced a default scope, but this would result in broken migrations: Some migrations change existing repositories. They would fail at selecting repositories because there is no column 'destroying'. Also default scopes cannot be overridden.

30f58b2fb3d1b9fd4f2d7685110811b4d7dcf587 25-Jan-2014 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

fix failing test of url maps controller

424059395edd58a29a01a714fa2ba385d1ec89dd 24-Jan-2014 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

fix further poermission checks in the views (url maps)

b64bf0b85fad81cd1ac021d2abddd2baecfb2a35 08-Dec-2013 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

authorize more ontology controllers

20a7c8fd8857c6b138eafd371c468d09828c8ef8 27-Oct-2013 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

add url mappings for repositories implementation part for #181