Skip to content
  • dgt's avatar
    Preparation for Rails 5 · eee8c841
    dgt authored and azul's avatar azul committed
    first make everything work locally with rails 5.0
    test do not pass on CI yet because the test task has to be rewritten
    
    - update dependecies
    - run rails app:update task: update config, generate intitializers etc.
    - the method hide_action is not available in rails anymore
    - ActionController::Parameters have to be converted to a hash
    - protect_from_forgery now defaults to prepend:false
    eee8c841