Ruby on Rails
Go to file
Erik Ostrom 8ffc2e3b8d Ported the new ActionView::TestCase from 2-3-stable to master [#3260
state:resolved]

The test case now mimicks the template environment more closely, so it's
possible to use render, load helper dependencies.

This also fixes assert_select, and similar assertions. Because view tests
and helpers generally don't render full templates assert_select looks
first in rendered and then in output_buffer to find the rendered output.

Additional `master'-only changes: Made the Action Pack Rakefile run the
ActionView::TestCase tests, and made ActionView::Rendering#_render_text
always return a string.

Signed-off-by: Joshua Peek <josh@joshpeek.com>
2009-09-28 13:31:30 -05:00
actionmailer Prefer tap to returning 2009-09-28 14:38:24 +13:00
actionpack Ported the new ActionView::TestCase from 2-3-stable to master [#3260 2009-09-28 13:31:30 -05:00
activemodel Use ActiveModel::TestCase base class 2009-09-24 22:56:30 -07:00
activerecord Make has_one with :conditions hash scope build or creation of the associated object with those conditions 2009-09-28 14:50:33 +13:00
activeresource Make gemspecs the authoritative source instead of generating them from the Rakefile 2009-09-25 00:46:13 -05:00
activesupport Escaping symbol passed into Memoizable's flush_cache for query methods to allow them to be cleared 2009-09-28 14:48:13 +13:00
ci Remove SQLite2 from CI setup 2009-09-28 14:51:40 +13:00
doc/template Horo rdoc template 2008-06-22 10:38:25 -07:00
railties Allow PKG_NAME env variable to control the directory name used when 'rake dev' is used to generate a new rails app. 2009-09-28 14:41:17 +13: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 Restore "Start Rails::Application object 2009-09-25 21:32:28 -05:00
.gitmodules Remove submodule 2009-08-11 23:44:44 -07:00
Rakefile Add rake gemspec and gemspecs to the repo 2009-08-31 17:20:44 -07:00
pushgems.rb No more svn version numbers to rely on, use timestamps instead 2008-05-11 18:21:47 -05:00
release.rb Use copy instead of export for release 2008-09-05 14:22:56 +02:00