aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/rake/notes_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Respect config setting when output deprecation notice in rake tasksyuuji.yaginuma2018-09-041-0/+1
* Clarify `railties/test/application/rake/notes_test.rb`bogdanvlviv2018-07-211-59/+58
* Fix deprecation message for `SOURCE_ANNOTATION_DIRECTORIES`yuuji.yaginuma2018-07-201-0/+3
* Move SourceAnnotationExtractor under Rails modulePrem Sichanugrist2018-03-221-1/+1
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Railties updates for frozen string literals.Pat Allan2017-08-141-1/+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
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-17/+17
* applies new string literal convention in railties/testXavier Noria2016-08-061-14/+14
* Merge pull request #25652 from prathamesh-sonpatki/rm-boot-railsGuillermo Iguaran2016-07-081-1/+0
|\
| * Remove unused boot_rails method and it's usagePrathamesh Sonpatki2016-07-041-1/+0
* | Fix test to try `spec/` directory as opposed to `app/spec` which I hadJohn Meehan2016-07-051-2/+2
* | removed extra blank lineJohn Meehan2016-07-051-1/+0
* | Allow rake notes to work with other directories.John Meehan2016-07-051-0/+13
|/
* Be consistent in testing outputs from railties test and use /bin/rails everyw...Vipul A M2016-01-241-3/+3
* Fix rake/notes_testschneems2015-07-291-0/+1
* tests, railties tests should use `bin/` executables when possible.Yves Senn2015-06-301-3/+3
* Refactor assertion of line numbers matching 4 spacesCarlos Antonio da Silva2014-03-191-16/+4
* Move booting/loading tasks setup to the rake notes helper methodCarlos Antonio da Silva2014-03-191-15/+3
* Extract rake notes command and lines scan boilerplateCarlos Antonio da Silva2014-03-191-19/+14
* Remove extra space assertionCarlos Antonio da Silva2014-03-191-3/+2
* Extract common setup for loading tasks in rake notes testsCarlos Antonio da Silva2014-03-191-29/+14
* Rake notes should picked up new Extensions registered in the config/applicati...robertomiranda2014-03-171-3/+19
* Fix Shadowing extensions variable in Register Annotation Exentsionsrobertomiranda2014-03-161-5/+5
* Supporting .ruby, .yml and .yaml Extension in Rake Notesrobertomiranda2014-03-141-1/+6
* Remove .scss, .sass, .less, .haml, .slim, coffee from Rake Notes. Now we have...robertomiranda2014-03-141-13/+3
* Add Public Api for register new extensions for Rake Notesrobertomiranda2014-03-141-0/+5
* added test cases to find notes in a file with .builder extensionKuldeep Aggarwal2013-11-171-1/+3
* fix build error caused by #11900.Yves Senn2013-08-151-1/+1
* Adding LESS to rake notesJosh Crowder2013-08-151-0/+2
* handle notes in *.sass filesYuri Artemev2013-07-081-1/+3
* allow :dirs option for .enumerateBrian D. Burns2013-01-151-0/+39
* Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. ...Jeremy Kemper2013-01-061-6/+2
* Fix failing tests related to rake notesCarlos Antonio da Silva2012-12-031-2/+2
* Add db to the list of default annotation foldersAntonio Cangiano2012-12-011-0/+4
* Add .rake to `rake notes` and `rake notes:custom`Brent J. Nordquist2012-10-121-1/+3
* run the notes tests in isolationAaron Patterson2012-06-191-0/+4
* Warnings removed for "assert_match /".Arun Agrawal2012-05-301-20/+20
* Remove empty lines.Jason Noble2012-04-301-4/+0
* Fixed styling issues brought up by @jeremyJason Noble2012-04-301-2/+1
* Add ability to specify custom annotation directoriesJason Noble & Ralph Shnelvar2012-04-301-0/+42
* Add test coverage for rake notesJason Noble & Ralph Shnelvar2012-04-301-1/+36
* `rake notes` and `rake notes:custom` now supportTeng Siong Ong2012-04-221-1/+7
* Fixed missing space bug introduces in rails/rails@9299bfdcd387253d83b645c205b...Anton Lindqvist2012-03-221-3/+4
* Use one system call whenever possible, group rake and Dir.chdir callsCarlos Antonio da Silva2012-03-081-2/+1
* Display annotations from .coffee files in `rake notes`Bartlomiej Kozal2012-02-051-10/+12
* convert railties to use AS::TestCaseAaron Patterson2012-01-051-1/+1