summaryrefslogtreecommitdiffstats
path: root/lib/redmine/views/builders.rb
Commit message (Expand)AuthorAgeFilesLines
* code cleanup: rubocop: fix Performance/RedundantBlockCall in lib/redmine/view...Toshi MARUYAMA2019-10-221-1/+1
* use "class << self" syntax for Redmine::Views::Builders#for (#32308)Toshi MARUYAMA2019-10-221-10/+12
* use "if block_given?" instead of "if block" in lib/redmine/views/builders.rb ...Toshi MARUYAMA2019-10-221-1/+1
* code cleanup: rubocop: fix Layout/CaseIndentation in lib/redmine/views/builde...Toshi MARUYAMA2019-10-171-2/+3
* code cleanup: rubocop: fix Style/WhenThen in lib/redmine/views/builders.rbToshi MARUYAMA2019-10-171-3/+4
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Explicitly load dependencies for when running with config.threadsafe! (#12097).Jean-Philippe Lang2012-12-021-0/+3
* Adds JSONP support to the API (#11469).Jean-Philippe Lang2012-07-271-3/+3
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* remove trailing white-spaces from lib/redmine/views/builders.rb.Toshi MARUYAMA2011-09-011-3/+3
* Adds a builder-like template system for rendering xml and json API responses.Jean-Philippe Lang2010-12-031-0/+35