summaryrefslogtreecommitdiff
path: root/app/controllers/blob_controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* Move projects controllers/views in Projects moduleDmitriy Zaporozhets2013-06-231-13/+0
|
* Proper routing. blobs for blobs, raw for send_dataDmitriy Zaporozhets2013-04-031-10/+1
|
* Fix 404 error while displaying json files.Sato Hiroyuki2013-03-211-2/+0
| | | | | It uses params[:id] instead of request.fullpath. It should fix #3132.
* linguist and web browser will take care of mimetype and encoding problem.Saito2012-11-101-8/+1
|
* remove encode lib, clean all encoded area.Saito2012-11-091-1/+0
|
* rename ProjectController to ProjectResourceControllerCyril2012-09-271-1/+1
|
* update new controllersCyril2012-09-271-6/+1
|
* Rename RefExtractor to ExtractsPathRobert Speicher2012-09-261-4/+1
| | | | Update docs a bit
* DRY up Blame, Blob and Tree controllersRobert Speicher2012-09-261-23/+1
|
* Add BlobController, remove Refs#blobRobert Speicher2012-09-261-0/+62