1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_controller
Jeremy Kemper 7bb486055e r1318@iwill: jeremy | 2005-06-15 01:08:22 -0700
Ticket 1394 - Helper isolation
 r1319@iwill:  jeremy | 2005-06-15 01:10:00 -0700
 Formulate a test case for helper isolation.
 r1331@iwill:  jeremy | 2005-06-15 15:21:07 -0700
 Update changelog
 r1332@iwill:  jeremy | 2005-06-15 15:21:30 -0700
 Remove superfluous, broken layout_test
 r1333@iwill:  jeremy | 2005-06-15 15:24:10 -0700
 Use an anonymous Module to store helpers per-class instead of tossing them all in template_class.  Create a new helper module for subclasses which includes its superclass' helper module.  Remove unnecessary ActionView::Base.controller_delegate.  Update helper tests.


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1425 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-06-15 17:17:58 +00:00
..
cgi_ext Arrays sent via multipart posts are converted to strings #1032 [dj@omelia.org] 2005-06-10 12:21:25 +00:00
session
templates r2495@sedna: jeremy | 2005-05-27 22:07:18 -0700 2005-06-12 05:33:23 +00:00
vendor Resync with html-scanner (fix parser bug) 2005-06-14 13:56:46 +00:00
assertions.rb
base.rb
benchmarking.rb
caching.rb Reverted changeset #1326 coming off ticket #1230 since it caused stale caches to be shared.. nasty 2005-06-15 09:16:23 +00:00
cgi_process.rb
components.rb
cookies.rb
dependencies.rb
deprecated_assertions.rb
deprecated_renders_and_redirects.rb
filters.rb
flash.rb
helpers.rb r1318@iwill: jeremy | 2005-06-15 01:08:22 -0700 2005-06-15 17:17:58 +00:00
layout.rb render(:template) applies a layout by default. render("foo/bar") works with a layout again. 2005-06-15 13:20:17 +00:00
pagination.rb
request.rb
rescue.rb
response.rb
routing.rb
scaffolding.rb Fixed double-singularization on scaffolded pagination call (Address would be turned into Addres) #1216, #1404 [nilsga] 2005-06-15 04:17:45 +00:00
session.rb
streaming.rb
test_process.rb Removed the require hack used in functional tests that worked around an earlier bug in rake. 2005-06-14 16:17:56 +00:00
url_rewriter.rb
verification.rb Support :render option to :verify #1440 [TobiasLuetke] 2005-06-14 13:23:55 +00:00