| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace map.flatten with flat_map in railties | Erik Michaels-Ober | 2014-03-04 | 1 | -1/+1 |
* | Fix rdoc markup [ci skip] | Carlos Antonio da Silva | 2014-01-06 | 1 | -1/+1 |
* | Improve font of some code in API documentation [ci skip] | Chun-wei Kuo | 2013-12-26 | 1 | -1/+1 |
* | clean up some warnings on trunk ruby | Aaron Patterson | 2013-10-31 | 1 | -1/+1 |
* | this should be private, no other instances of Root should call it | Aaron Patterson | 2013-10-22 | 1 | -1/+1 |
* | do not search through the keys array twice | Aaron Patterson | 2013-10-22 | 1 | -2/+3 |
* | use the provided block to filter lists | Aaron Patterson | 2013-10-22 | 1 | -11/+5 |
* | stop using `send` so that method privacy is respected and we get a small | Aaron Patterson | 2013-10-22 | 1 | -7/+7 |
* | Revert "Deprecate the `eager_load_paths` configuration" | Andrew White | 2013-02-19 | 1 | -32/+12 |
* | Deprecate the `eager_load_paths` configuration | Andrew White | 2013-01-24 | 1 | -12/+32 |
* | use multiline do-end blocks and rearrange definition for clarity | Matt Bridges | 2013-01-09 | 1 | -5/+5 |
* | replace #flatten with Array() | Gosha Arinich | 2013-01-02 | 1 | -2/+2 |
* | Revert "Merge pull request #7587 from elia/fix-too-eager-loading" | Rafael Mendonça França | 2012-12-18 | 1 | -12/+6 |
* | Merge pull request #7587 from elia/fix-too-eager-loading | Rafael Mendonça França | 2012-10-29 | 1 | -6/+12 |
* | Use Ruby 1.9 Hash syntax in railties | Robin Dupret | 2012-10-14 | 1 | -3/+3 |
* | Remove unneeded attr_reader | Rafael Mendonça França | 2012-10-07 | 1 | -1/+0 |
* | Revert "Use flat_map { } instead of map {}.flatten" | Santiago Pastorino | 2012-10-05 | 1 | -1/+1 |
* | Use flat_map { } instead of map {}.flatten | Santiago Pastorino | 2012-10-05 | 1 | -1/+1 |
* | Merge pull request #6910 from mulder/fix_path_glob | José Valim | 2012-07-01 | 1 | -1/+2 |
|\ |
|
| * | Persist glob when replacing a path | Nicholas Mulder | 2012-06-30 | 1 | -1/+2 |
* | | Revert "Allow loading external route files from the router" | José Valim | 2012-06-29 | 1 | -9/+1 |
|/ |
|
* | removing more pathnameisms | Aaron Patterson | 2012-05-23 | 1 | -3/+1 |
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-04-28 | 1 | -1/+1 |
|\ |
|
| * | Use <tt>Foo::Bar</tt> instead of +Foo::Bar+ | Mark Rushakof | 2012-04-27 | 1 | -1/+1 |
* | | Allow loading external route files from the router | Jose and Yehuda | 2012-04-25 | 1 | -1/+11 |
|/ |
|
* | warning removed: `&' interpreted as argument prefix | Arun Agrawal | 2012-03-31 | 1 | -1/+1 |
* | Define Paths::Root#[]= in terms of #add. | Ben Woosley | 2012-03-29 | 1 | -2/+1 |
* | Drop Paths::Root initializer check of #path as it isn't checked in the #path=... | Ben Woosley | 2012-03-29 | 1 | -1/+0 |
* | Drop unnecessary require in Rails::Paths | Ben Woosley | 2012-03-29 | 1 | -2/+0 |
* | favor composition over inheritance | Aaron Patterson | 2012-03-26 | 1 | -5/+20 |
* | favor composition over inheritance | Aaron Patterson | 2012-03-26 | 1 | -7/+29 |
* | still need to ensure the path is a directory | Aaron Patterson | 2012-03-26 | 1 | -1/+1 |
* | eliminating a branch we do not need. thanks @jeremy | Aaron Patterson | 2012-03-26 | 1 | -30/+3 |
* | stop using *args in order to simplify our constructor | Aaron Patterson | 2012-03-26 | 1 | -5/+4 |
* | Don't depend on ivars. Thanks @fesplugas | Aaron Patterson | 2012-03-26 | 1 | -1/+1 |
* | chdir before globbing so that we don't need to escape directory names. | Aaron Patterson | 2012-03-23 | 1 | -1/+30 |
* | use File.directory? as Dir.exists? is only 1.9.2+ | Aaron Patterson | 2011-08-01 | 1 | -2/+2 |
* | Merge pull request #2324 from zenapsis/3-1-stable | Santiago Pastorino | 2011-08-01 | 1 | -0/+4 |
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-07-23 | 1 | -9/+9 |
|\ |
|
| * | little details seen while doing a pass through what's new in docrails | Xavier Noria | 2011-07-23 | 1 | -8/+8 |
| * | grammar correction for rails/paths #add method arguments | Matt Jankowski | 2011-07-12 | 1 | -2/+2 |
* | | Ensure Dir.glob is sorted | Joshua Peek | 2011-07-11 | 1 | -1/+1 |
|/ |
|
* | fix Rails::Paths::Root document | Jan Xie | 2011-05-25 | 1 | -4/+3 |
* | Removing deprecated config.paths.app.controller API | Guillermo Iguaran | 2011-05-24 | 1 | -26/+0 |
* | commented meta code | Vijay Dev | 2011-05-04 | 1 | -11/+11 |
* | formatting results in comments | Vijay Dev | 2011-05-04 | 1 | -8/+8 |
* | Initialize these options as false if they are not given | Santiago Pastorino | 2011-01-09 | 1 | -4/+4 |
* | Fixes typo | Rafael Mendonça França | 2010-10-06 | 1 | -2/+2 |
* | Provide a cleaner syntax for paths configuration that does not rely on method... | José Valim | 2010-10-06 | 1 | -49/+103 |
* | Add skip_eager_load!, skip_autoload! and friends to path objects. | José Valim | 2010-07-17 | 1 | -28/+12 |