summaryrefslogtreecommitdiffstats
path: root/test/unit/lib/redmine/views/builders/json_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use anonymous block forwarding introduced in Ruby 3.1 (#38585).Go MAEDA2024-08-211-1/+1
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-011-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* shorten long line of test/unit/lib/redmine/views/builders/json_test.rbToshi MARUYAMA2020-11-101-2/+18
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* code cleanup: rubocop: fix Performance/RedundantBlockCall in test/unit/lib/re...Toshi MARUYAMA2019-10-221-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* REST API with JSON content missing false values (#20788).Jean-Philippe Lang2018-11-281-0/+9
* Removes request and response accessors from Structure class (#28564).Go MAEDA2018-11-031-0/+11
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-1/+1
* 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
* Fixed tests broken by r10088.Jean-Philippe Lang2012-07-281-1/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Support for nested array in API builder.Jean-Philippe Lang2012-01-291-0/+13
* remove trailing white-spaces from test/unit/lib/redmine/views/builders/json_t...Toshi MARUYAMA2011-08-301-9/+9
* use ActiveSupport::TestCase instead of HelperTestCase at test/unit/lib/redmin...Toshi MARUYAMA2011-06-221-1/+1
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Fixes unhandled case in json builder.Jean-Philippe Lang2010-12-041-0/+11
* Fixes unhandled case in json builder.Jean-Philippe Lang2010-12-041-0/+7
* Converts IssuesController to use the new API template system and makes xml/js...Jean-Philippe Lang2010-12-031-0/+9
* Adds a builder-like template system for rendering xml and json API responses.Jean-Philippe Lang2010-12-031-0/+54