aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/source_annotation_extractor.rb
Commit message (Collapse)AuthorAgeFilesLines
* allow :dirs option for .enumerateBrian D. Burns2013-01-151-6/+15
| | | | | | Allows custom rake tasks to be defined using: SourceAnnotationExtractor.enumerate 'TODO|FIXME', dirs: %w(app lib), tag: true
* use case statementBrian D. Burns2013-01-151-10/+16
|
* Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. ↵Jeremy Kemper2013-01-061-5/+5
| | | | Executable scripts are versioned code like the rest of your app. To generate a stub for a bundled gem: 'bundle binstubs unicorn' and 'git add bin/unicorn'
* Add db to the list of default annotation foldersAntonio Cangiano2012-12-011-1/+1
|
* Add .rake to `rake notes` and `rake notes:custom`Brent J. Nordquist2012-10-121-7/+7
|
* Revert "Use flat_map { } instead of map {}.flatten"Santiago Pastorino2012-10-051-1/+1
| | | | | | | | | | | This reverts commit abf8de85519141496a6773310964ec03f6106f3f. We should take a deeper look to those cases flat_map doesn't do deep flattening. irb(main):002:0> [[[1,3], [1,2]]].map{|i| i}.flatten => [1, 3, 1, 2] irb(main):003:0> [[[1,3], [1,2]]].flat_map{|i| i} => [[1, 3], [1, 2]]
* Use flat_map { } instead of map {}.flattenSantiago Pastorino2012-10-051-1/+1
|
* Fixed styling issues brought up by @jeremyJason Noble2012-04-301-1/+1
|
* Add ability to specify custom annotation directoriesJason Noble & Ralph Shnelvar2012-04-301-1/+4
| | | | | | | | | SOURCE_ANNOTATION_DIRECTORIES='dir1,dir2' bundle exec rake notes Searches app, config, lib, script, test (default) Also searches dir1, dir2 References: #4536, #4540
* `rake notes` and `rake notes:custom` now supportTeng Siong Ong2012-04-221-3/+7
| | | css, scss and css.
* Fixed missing space bug introduces in ↵Anton Lindqvist2012-03-221-1/+1
| | | | rails/rails@9299bfdcd387253d83b645c205b8df477f2d0940.
* Display annotations from .coffee files in `rake notes`Bartlomiej Kozal2012-02-051-2/+2
|
* Align rake notes.Anton Lindqvist2011-12-261-1/+2
|
* revising docVijay Dev2011-12-111-3/+1
|
* Update source_annotation_extractor comment.Kazimierz Kiełkowicz2011-12-071-1/+1
|
* Add annotation to haml and slim template.Kazimierz Kiełkowicz2011-12-071-0/+4
|
* Remove .rxml, .rjs and .rhtml from source annotation regexp.Uģis Ozols2011-12-051-5/+5
|
* Updated rake:notes to search app, config, lib, script and test dirsjwarwick2011-07-061-4/+4
|
* removes some remaining .rjs occurrencesXavier Noria2011-04-131-3/+3
|
* s/ERb/ERB/gAkira Matsuda2011-04-031-2/+2
| | | | | The author of ERB sais, his eRuby implementation was originally named "ERb/ERbLight" and then renamed to "ERB" when started bundled as a Ruby standard lib. http://www2a.biglobe.ne.jp/~seki/ruby/erb.html
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-0/+102