aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/rails_info_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge pull request #34387 from yhirano55/rails_info_properties_json"Kasper Timm Hansen2019-01-081-12/+0
* Add JSON support to rails properties route (`/rails/info/properties`).Yoshiyuki Hirano2018-11-071-0/+12
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-1/+1
* Remove needless setup from `InfoTest`yuuji.yaginuma2017-10-071-13/+0
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-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
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
* Privatize unneededly protected methods in Railties testsAkira Matsuda2016-12-241-1/+1
* improve error message when include assertions failMichael Grosser2016-09-161-2/+2
* Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* applies new string literal convention in railties/testXavier Noria2016-08-061-12/+12
* Remove unused codeRafael Mendonça França2014-09-251-12/+1
* remove unnused method from testFabian Rodriguez2014-06-111-10/+0
* Add a test case for comparing Rails versionsSam Ruby2013-05-031-0/+5
* Fix test: ActiveSupport.version is returning now a Gem::Version instead of a ...Guillermo Iguaran2013-03-241-1/+1
* remove references to *::VERSION, replace with *.versionCharlie Somerville2013-03-211-1/+1
* Updated/changed useless tr/gsubsJurriaan Pruis2012-04-031-1/+1
* Takes out stale methods relating to edge_rails_versionRizwan Reza2010-05-161-21/+0
* Just use abstract_unitJeremy Kemper2009-11-141-12/+1
* Pull middleware for Rails info from the initializer instead of ActionControllerJoshua Peek2009-09-261-4/+4
* Railties test helpers need to activate rack gemJoshua Peek2009-09-011-0/+3
* Get Railties passing againYehuda Katz2009-05-161-0/+2
* Improve tests and code for Rails::InfoController and Rails::Info [#2411 state...Manfred Stienstra2009-04-071-1/+16
* Rename Rails::Info.components to frameworksJeremy Kemper2008-11-241-5/+5
* Rails Edge info returns the latest git commit hash [#36 state:resolved]Francesc Esplugas2008-04-221-38/+32
* misc doc fixes + Add ActiveResource to Rails::Info. Closes #8741, #9008, #90...Rick Olson2007-07-251-0/+7
* railties testsJeremy Kemper2006-09-031-2/+4
* Railties: info tests passingJeremy Kemper2006-08-291-3/+7
* Rename Version constant to VERSION. Closes #2802.Marcel Molina2005-11-171-2/+2
* Make use of silence_stderr in script/lighttpd, script/plugin, and Rails::InfoSam Stephenson2005-11-071-11/+30
* Move info.rb to rails_info.rb and load Rails::Info after initializationSam Stephenson2005-11-051-0/+73