.. |
helpers
|
Missing ActiveSupport require for calling String#first
|
2014-08-14 01:06:34 +09:00 |
locale
|
Move actionpack/lib/action_view* into actionview/lib
|
2013-06-20 17:23:15 +02:00 |
renderer
|
marking private methods which dont work if called on their own anyways
|
2014-07-18 20:54:30 -07:00 |
tasks
|
Fix cache_digest rake tasks
|
2014-06-10 13:52:36 +02:00 |
template
|
Add unregister_template_handler to prevent leaks.
|
2014-06-12 18:49:40 +08:00 |
testing
|
Add variants to Template class
|
2014-03-14 13:18:14 +01:00 |
vendor
|
Merge branch 'master' of github.com:lifo/docrails
|
2013-12-20 00:10:30 +05:30 |
base.rb
|
defined? should actually work in current implementation
|
2014-08-07 01:59:58 +09:00 |
buffers.rb
|
Move actionpack/lib/action_view* into actionview/lib
|
2013-06-20 17:23:15 +02:00 |
context.rb
|
Move actionpack/lib/action_view* into actionview/lib
|
2013-06-20 17:23:15 +02:00 |
dependency_tracker.rb
|
Fix that render layout should also be picked up by the template dependency tracker, but only half-ways. You can add that layout option on the same render call, and both templates should be added to the dependency tree. But thats going to require a more serious rework of the tracker. Please do help fix this part of it too. For now, render layout needs to be on its own line.
|
2014-07-25 16:37:18 -07:00 |
digestor.rb
|
Log digest as :debug instead of :info
|
2014-07-15 14:18:32 +10:00 |
flows.rb
|
Comment typo
|
2013-06-25 14:34:51 -04:00 |
gem_version.rb
|
Introduce Rails.gem_version
|
2014-03-05 12:37:38 -05:00 |
helpers.rb
|
Make ActionView::Tags loading tread safe
|
2013-12-02 20:27:50 -02:00 |
layouts.rb
|
Introduce render :html for render HTML string
|
2014-02-18 12:08:36 -05:00 |
log_subscriber.rb
|
Prefer to pass block when logging.
|
2014-07-18 15:04:43 +08:00 |
lookup_context.rb
|
Use &= instead of select with include?
|
2014-07-16 16:42:53 -03:00 |
model_naming.rb
|
Move actionpack/lib/action_view* into actionview/lib
|
2013-06-20 17:23:15 +02:00 |
path_set.rb
|
Move actionpack/lib/action_view* into actionview/lib
|
2013-06-20 17:23:15 +02:00 |
railtie.rb
|
Remove the explicit order set for the initializer
|
2013-12-05 16:37:10 -02:00 |
record_identifier.rb
|
Move actionpack/lib/action_view* into actionview/lib
|
2013-06-20 17:23:15 +02:00 |
rendering.rb
|
Deprecate *_path methods in mailers
|
2014-07-30 12:01:45 -05:00 |
routing_url_for.rb
|
use the helper method builder to construct helper methods
|
2014-05-12 15:54:45 -07:00 |
template.rb
|
Add variants to Template class
|
2014-03-14 13:18:14 +01:00 |
test_case.rb
|
don't access named routes internals
|
2014-07-30 15:27:20 -07:00 |
version.rb
|
Introduce Rails.gem_version
|
2014-03-05 12:37:38 -05:00 |
view_paths.rb
|
We need an explicit return
|
2014-05-14 14:28:54 -03:00 |