aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/abstract/translation_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Allow translate default option to accept an array similar to i18n.t. Fixes #2...Vipul A M2017-06-151-0/+1
* Fix broken alignments caused by auto-correct commit 411ccbdRyuta Kamizono2016-08-101-1/+2
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-4/+2
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-9/+9
* Get rid of mocha tests - part 1Marcin Olichwirowicz2015-08-241-7/+15
* ActionController#translate also lookups shortcut without action nameMax Melentiev2013-10-221-2/+6
* ActionController#translate supports symbolsprintercu2013-09-251-6/+21
* Fix setting expected value in translation testsCarlos Antonio da Silva2013-01-211-2/+2
* Removed ActionController::Base dependency from abstract controller translatio...Jens Bissinger2013-01-201-41/+46
* Test abstract controller's localize method.Jens Bissinger2013-01-201-0/+6
* add lazy look up in abstract controller's translate methodSergey Pchelincev2012-07-181-0/+13
* AP tests should inherit from AS::TestCaseAaron Patterson2012-01-051-2/+2
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-4/+4
* Use assert_respond_to because it has better error messagingNeeraj Singh2010-05-181-4/+4
* Move ActionController::Translation to AbstractController::Translation.José Valim2010-01-201-0/+26