summaryrefslogtreecommitdiffstats
path: root/test/integration/application_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use `fixtures :all` to ensure consistent test data and improve test reliabili...Go MAEDA11 days1-8/+0
* Fix "ArgumentError: Invalid response name: unprocessable_entity" with Rack 3....Go MAEDA2024-06-121-2/+2
* Fix RuboCop offense Rails/HttpStatus (#39889).Go MAEDA2024-05-181-8/+8
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Avoid double-render error with ApplicationController#find_optional_project (#...Go MAEDA2023-01-201-0/+15
* 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
* Deprecate and rename rss_* methods to atom_* methods (#15118).Marius Balteanu2022-03-191-2/+2
* 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
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-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
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-2/+2
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use Rails 5 syntax for integration tests.Jean-Philippe Lang2017-06-011-4/+4
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Fixed that #require_login should respond for other request types (#19325).Jean-Philippe Lang2015-03-101-0/+7
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Leading slash required with Rails 4.2.Jean-Philippe Lang2014-12-211-6/+6
* Moved helpers for integration tests in a specific class.Jean-Philippe Lang2014-11-301-1/+1
* Localisation not set correctly on authenticity token errors (#18499).Jean-Philippe Lang2014-11-291-0/+11
* Replaced remaining #assert_tag with #assert_select.Jean-Philippe Lang2014-11-221-3/+3
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Code cleanup: unverified request no longer raises a InvalidAuthenticityToken ...Jean-Philippe Lang2013-11-111-0/+9
* set html lang by user locale (#14206)Toshi MARUYAMA2013-06-101-0/+3
* Removed unused fixtures.Jean-Philippe Lang2013-02-111-2/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Respond with 404 on ActionView::MissingTemplate (#11503).Jean-Philippe Lang2012-08-131-0/+5
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Rails 3.1 compatibility.Jean-Philippe Lang2012-02-251-3/+3
* Rails3: replace "all" fixtures at test/integration/application_test.rbToshi MARUYAMA2011-09-241-1/+8
* remove trailing white-spaces from test/integration/application_test.rb.Toshi MARUYAMA2011-08-271-11/+11
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Do not start user session when accessing atom feed with token-based authentic...Jean-Philippe Lang2009-06-061-1/+12
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-211-2/+4
* Fixed a bug in localization introduced by r1131 (anonymous users inherit the ...Jean-Philippe Lang2008-02-131-0/+43