1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

10 commits

Author SHA1 Message Date
Andy Shipman
2938ef7a65 Allow for deep directory path for view templates. 2012-10-11 17:36:58 +01:00
Rafael Mendonça França
1c8539da47 Define just the cattr_reader.
This will trim down the API and avoid some error that can be made
changing the cache object.
2012-09-05 14:38:16 -03:00
Rafael Mendonça França
d8dee214e3 Use the same logger that ActionView::Base for the Digestor 2012-09-05 13:51:24 -03:00
Rafael Mendonça França
a227359c62 Remove unneeded requires
We should not require all the core extensions inside the frameworks.
The logger is already defined in the Action View framework.
2012-09-05 11:07:25 -03:00
David Heinemeier Hansson
a497bed113 We dont need to include the name and the format in the digest -- source is authoritative enough 2012-09-04 17:29:00 -05:00
Christos Zisopoulos
e7c23a4a7a Further improve RENDER_DEPENDENCY regexp comments 2012-08-30 14:27:07 +02:00
Christos Zisopoulos
979d327e1e Improve RENDER_DEPENDENCY regexp comment to keep the doc editor happy. 2012-08-30 14:17:03 +02:00
Christos Zisopoulos
17f2499f04 Digestor can now parse old style hash syntax for render 2012-08-30 13:13:47 +02:00
Christos Zisopoulos
21bad7445b Digestor ignores most whitespace when parsing render invocations 2012-08-30 13:01:25 +02:00
David Heinemeier Hansson
502d5e24e2 Add automatic template digests to all CacheHelper#cache calls (originally spiked in the cache_digests plugin) *DHH* 2012-08-29 14:23:56 -05:00