aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/paths.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Revert "Modify the Rails::Application::Path object to allow for more concise ...Pratik Naik2009-07-031-25/+15
* Modify the Rails::Application::Path object to allow for more concise path def...Yehuda Katz + Carl Lerche2009-07-021-15/+25
* 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