1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Ruby on Rails
Find a file
Yehuda Katz 493d84ce2f Modify various partial methods to carry along the block that can be passed in with render
* _render_single_template, which renders a template without layout
  * _render_partial_unknown_type, which renders a partial of unknown type
    (the entry method for most partial rendering; supports strings, objects, and collections)
  * _render_partial_object, which renders a partial for a single object.
  * extracted _render_partial_path so it can be used to render the spacer without going
    through the public render :partial
2009-08-07 05:40:01 -03:00
actionmailer Replace _render_template_with_layout with _render_template since the layout is optional 2009-08-07 03:18:45 -03:00
actionpack Modify various partial methods to carry along the block that can be passed in with render 2009-08-07 05:40:01 -03:00
activemodel Use send instead of instance_eval 2009-08-06 00:11:28 +01:00
activerecord Ruby 1.9.2 compat: Array#* uses to_str instead of to_s to join values since Ruby 1.9.2 2009-08-05 17:08:02 -07:00
activeresource Add wrap_with_notifications helper to AMo observing 2009-07-20 23:57:01 -05:00
activesupport Extract String#bytesize shim 2009-08-01 18:34:41 -07:00
ci Updates CI to use latest mocha 2009-07-01 13:50:05 -07:00
doc/template Horo rdoc template 2008-06-22 10:38:25 -07:00
railties Dont require thin as the thin rack adapter is now upstream 2009-08-05 23:00:33 +01:00
tools Rename tools/profile_requires -> tools/profile since we do both require and ruby-prof profiling. 2009-05-27 01:11:33 -05:00
.gitignore Removed remaining old generators files. 2009-07-03 14:57:46 +02:00
pushgems.rb No more svn version numbers to rely on, use timestamps instead 2008-05-11 18:21:47 -05:00
Rakefile Vendorized Thor. 2009-07-13 23:13:48 +02:00
release.rb Use copy instead of export for release 2008-09-05 14:22:56 +02:00