aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/paths.rb
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | fixes #5521
* 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
| | | | Rails 3.1 throws a Errno::ENOTDIR if files are put in assets directories
* 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 ↵José Valim2010-10-061-49/+103
| | | | method_missing.
* 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
| | | | | | * Added :autoload to engines path API and redefine usage to be in sync with 6f83a5036d8a9c3f8ed7; * Do not autoload code in *lib* for applications (now you need to explicitly require them). This makes an application behave closer to an engine (code in lib is still autoloaded for plugins); * Always autoload code in app/ for engines and plugins. This makes engines behave closer to an application and should allow us to get rid of the unloadable hack required when controllers inside engines inherit from ApplicationController;
* 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
|
* Make rails configuration's path object's root lazyYehuda Katz + Carl Lerche2009-10-141-4/+7
|
* Reapply Rails::Application::Path tweaksYehuda Katz + Carl Lerche2009-07-061-15/+25
| | | | | Reapplies: a4bdc00fec623f72592e663e6d7830eea0bc6ea4 3c1dab72259d01c6335bf359d7f9b3af69d45bb4
* Revert "Modify the Rails::Application::Path object to allow for more concise ↵Pratik Naik2009-07-031-25/+15
| | | | | | | | path definition." This reverts commit 913bb2f4c2feb79dcbc9ed2c0fb1ef6d436f7d02. Reason : The server does not start
* Modify the Rails::Application::Path object to allow for more concise path ↵Yehuda Katz + Carl Lerche2009-07-021-15/+25
| | | | definition.
* Add #concat to Rails::Application::PathCarl Lerche2009-06-301-0/+4
|
* Starting to replace scattered path configuration settings with the path objectYehuda Katz + Carl Lerche2009-06-261-4/+39
|
* Finished a first stab at the Rails application path object.Yehuda Katz + Carl Lerche2009-06-261-0/+85