summaryrefslogtreecommitdiffstats
path: root/test/unit/repository_filesystem_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Support frozen_string_literal in test/**/*.rb (#26561).Go MAEDA2019-03-211-1/+1
* Decode hexadecimal-encoded literals in order to be frozen string literals fri...Go MAEDA2019-03-191-2/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Set User.current to nil before unit tests.Jean-Philippe Lang2018-12-161-0/+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
* Replaced "can't" with "cannot" in error messages.Jean-Philippe Lang2014-12-211-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-2/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Fixed that Repository#entries returns an Array.Jean-Philippe Lang2012-06-101-1/+6
* Renamed #changes association to #filechanges (clash with AR::Base.changes tha...Jean-Philippe Lang2012-06-031-2/+2
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* scm: filesystem: add test to override human_attribute_name of "Root directory"Toshi MARUYAMA2012-02-241-0/+27
* Rails3: scm: filesystem: replace @repository.reload to @project.reload of tes...Toshi MARUYAMA2011-09-121-1/+3
* scm: filesystem: replace RAILS_ROOT to Rails.root in unit model test.Toshi MARUYAMA2011-06-101-2/+1
* scm: filesystem: code clean up unit model test.Toshi MARUYAMA2011-05-211-4/+5
* scm: filesystem: remove trailing white-spaces from unit model test.Toshi MARUYAMA2011-05-081-5/+5
* scm: filesystem: update test repository for non ascii text files displaying (...Toshi MARUYAMA2011-03-221-1/+1
* scm: filesystem: change project id of unit model test from 1 to 3.Toshi MARUYAMA2011-03-221-1/+1
* scm: filesystem: code clean up unit model test.Toshi MARUYAMA2011-03-221-6/+7
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Adds Filesystem adapter (patch #1393 by Paul R).Jean-Philippe Lang2008-06-081-0/+54