This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
rails
Watch
1
Star
1
Fork
0
You've already forked rails
mirror of
https://github.com/github/rails.git
synced
2026-01-14 17:18:04 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2-3-github
Add File
New File
Upload File
Apply Patch
rails
/
actionpack
/
test
/
fixtures
/
layout_tests
History
Gaspard Bucher
8371d6f0c1
Fixes a bug where layouts provided with an absolute path would not be found because they were prefixed by 'layouts'. This bug only appears if the path does not contain the word 'layouts'.
...
Signed-off-by: Michael Koziarski <
michael@koziarski.com
> [
#3207
state:committed]
2009-09-28 14:40:21 +13:00
..
alt
make action_controller/layouts pick templates from the current instance's view_paths instead of the class view_paths [
#1974
state:resolved]
2009-02-20 14:19:45 -06:00
layouts
Fix layouts in symlinked paths.
Closes
#9136
[court3nay, caio]
2008-03-28 20:54:26 +00:00
views
Allow auto-discovery of third party template library layouts.
2006-01-12 07:16:23 +00:00
abs_path_layout.rhtml
Fixes a bug where layouts provided with an absolute path would not be found because they were prefixed by 'layouts'. This bug only appears if the path does not contain the word 'layouts'.
2009-09-28 14:40:21 +13:00