aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/paths.rb
Commit message (Expand)AuthorAgeFilesLines
* Use Dir.glob(base: ...) to avoid chdirJohn Hawthorn2019-07-221-6/+4
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-2/+0
* Remove asset paths from eager_load_paths and autoload_pathsGannon McGibbon2018-11-091-9/+19
* 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
* Raise when using a bad symlinkschneems2017-03-141-1/+8
* Small grammar fixes in `Rails::Paths`Jon Moss2016-12-201-2/+2
* removed `@current` as it is not usedphoet2016-11-301-1/+0
* [ci skip] Fixed commas according to Oxford comma in rdoc and guidesAndrey Molchanov2016-09-171-1/+1
* applies new string literal convention in railties/libXavier Noria2016-08-061-1/+1
* Tiny documentation fixes [ci skip]Robin Dupret2015-08-161-4/+2
* Reload I18n locales in developmentKir Shatrov2015-08-101-0/+10
* fix typo [ci-skip]Robert Krzyzanowski2015-02-251-1/+1
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-5/+5
* Fix Rails::Paths::Path.unshift interfaceIgor Kapkov2014-11-121-2/+2
* Replace map.flatten with flat_map in railtiesErik Michaels-Ober2014-03-041-1/+1
* Fix rdoc markup [ci skip]Carlos Antonio da Silva2014-01-061-1/+1
* Improve font of some code in API documentation [ci skip]Chun-wei Kuo2013-12-261-1/+1
* clean up some warnings on trunk rubyAaron Patterson2013-10-311-1/+1
* this should be private, no other instances of Root should call itAaron Patterson2013-10-221-1/+1
* do not search through the keys array twiceAaron Patterson2013-10-221-2/+3
* use the provided block to filter listsAaron Patterson2013-10-221-11/+5
* stop using `send` so that method privacy is respected and we get a smallAaron Patterson2013-10-221-7/+7
* Revert "Deprecate the `eager_load_paths` configuration"Andrew White2013-02-191-32/+12
* Deprecate the `eager_load_paths` configurationAndrew White2013-01-241-12/+32
* use multiline do-end blocks and rearrange definition for clarityMatt Bridges2013-01-091-5/+5
* replace #flatten with Array()Gosha Arinich2013-01-021-2/+2
* Revert "Merge pull request #7587 from elia/fix-too-eager-loading"Rafael Mendonça França2012-12-181-12/+6
* Merge pull request #7587 from elia/fix-too-eager-loadingRafael Mendonça França2012-10-291-6/+12
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-3/+3
* Remove unneeded attr_readerRafael Mendonça França2012-10-071-1/+0
* Revert "Use flat_map { } instead of map {}.flatten"Santiago Pastorino2012-10-051-1/+1
* Use flat_map { } instead of map {}.flattenSantiago Pastorino2012-10-051-1/+1
* Merge pull request #6910 from mulder/fix_path_globJosé Valim2012-07-011-1/+2
|\
| * Persist glob when replacing a pathNicholas Mulder2012-06-301-1/+2
* | Revert "Allow loading external route files from the router"José Valim2012-06-291-9/+1
|/
* removing more pathnameismsAaron Patterson2012-05-231-3/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-04-281-1/+1
|\
| * Use <tt>Foo::Bar</tt> instead of +Foo::Bar+Mark Rushakof2012-04-271-1/+1
* | Allow loading external route files from the routerJose and Yehuda2012-04-251-1/+11
|/
* warning removed: `&' interpreted as argument prefixArun Agrawal2012-03-311-1/+1
* Define Paths::Root#[]= in terms of #add.Ben Woosley2012-03-291-2/+1
* Drop Paths::Root initializer check of #path as it isn't checked in the #path=...Ben Woosley2012-03-291-1/+0
* Drop unnecessary require in Rails::PathsBen Woosley2012-03-291-2/+0
* favor composition over inheritanceAaron Patterson2012-03-261-5/+20
* favor composition over inheritanceAaron Patterson2012-03-261-7/+29
* still need to ensure the path is a directoryAaron Patterson2012-03-261-1/+1
* eliminating a branch we do not need. thanks @jeremyAaron Patterson2012-03-261-30/+3
* stop using *args in order to simplify our constructorAaron Patterson2012-03-261-5/+4