summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/boards_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-pathDouwe Maan2017-02-231-4/+4
* Update Projects::BoardsController#show to look up for a specific boardDouglas Barbosa Alexandre2016-10-111-9/+28
* Add index action to Projects::BoardsController to return project boardsDouglas Barbosa Alexandre2016-10-111-0/+47
* remove Ability.abilitieshttp://jneen.net/2016-08-301-2/+2
* Move the set up of the state described in context to a before blockDouglas Barbosa Alexandre2016-08-171-5/+9
* Remove # from controller actions specsDouglas Barbosa Alexandre2016-08-171-1/+1
* Move action to render board lists to `Projects::Boards::ListsController`Douglas Barbosa Alexandre2016-08-171-51/+11
* Add authorization to issues board related controllersDouglas Barbosa Alexandre2016-08-171-4/+32
* Projects::BoardsController#show returns a list of board listsDouglas Barbosa Alexandre2016-08-171-6/+33
* Creates a new board when project does not have oneDouglas Barbosa Alexandre2016-08-171-0/+4
* Initial issues board pageDouglas Barbosa Alexandre2016-08-171-0/+20