aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/paths.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't depend on ivars. Thanks @fesplugasAaron Patterson2012-03-261-1/+1
* chdir before globbing so that we don't need to escape directory names.Aaron Patterson2012-03-231-1/+30
* use File.directory? as Dir.exists? is only 1.9.2+Aaron Patterson2011-08-011-2/+2
* Merge pull request #2324 from zenapsis/3-1-stableSantiago Pastorino2011-08-011-0/+4
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-07-231-9/+9
|\
| * little details seen while doing a pass through what's new in docrailsXavier Noria2011-07-231-8/+8
| * grammar correction for rails/paths #add method argumentsMatt Jankowski2011-07-121-2/+2
* | Ensure Dir.glob is sortedJoshua Peek2011-07-111-1/+1
|/
* fix Rails::Paths::Root documentJan Xie2011-05-251-4/+3
* Removing deprecated config.paths.app.controller APIGuillermo Iguaran2011-05-241-26/+0
* commented meta codeVijay Dev2011-05-041-11/+11
* formatting results in commentsVijay Dev2011-05-041-8/+8
* Initialize these options as false if they are not givenSantiago Pastorino2011-01-091-4/+4
* Fixes typoRafael Mendonça França2010-10-061-2/+2
* Provide a cleaner syntax for paths configuration that does not rely on method...José Valim2010-10-061-49/+103
* Add skip_eager_load!, skip_autoload! and friends to path objects.José Valim2010-07-171-28/+12
* A few changes were done in this commit:José Valim2010-06-281-20/+31
* Remove app/views from the load paths [#4226 state:resolved]José Valim2010-04-051-5/+17
* Solve some pendencies.José Valim2010-01-241-9/+14
* Move configuration to subfolders.José Valim2010-01-231-1/+1
* First steps into making Plugin < Engine.José Valim2010-01-231-1/+2
* Got tests working once again.José Valim2010-01-221-10/+8
* Refactor pluginsYehuda Katz + Carl Lerche2009-11-111-1/+5
* Have Rails.root be based off of config.ruCarl Lerche2009-10-141-1/+0