rails/actionpack/test/fixtures
2006-09-17 16:20:32 +00:00
..
addresses Fixed double-singularization on scaffolded pagination call (Address would be turned into Addres) #1216, #1404 [nilsga] 2005-06-15 04:17:45 +00:00
content_type Added proper getters and setters for content type and charset [DHH] Added utf-8 as the default charset for all renders. You can change this default using ActionController::Base.default_charset=(encoding) [DHH] 2006-09-17 16:20:32 +00:00
db_definitions * Fix pagination problems when using include 2006-02-09 09:17:40 +00:00
deprecated_instance_variables Deprecation: test deprecated instance vars in partials. 2006-08-26 05:58:16 +00:00
fun/games A hopefully more successful attempt at the Routing branch merge 2005-02-15 01:45:35 +00:00
helpers Controllers with acronyms in their names (e.g. PDFController) require the correct default helper (PDFHelper in file pdf_helper.rb). Closes #2262. Do not raise an exception when default helper is missing; log a debug message instead. It's nice to delete empty helpers. 2005-11-08 08:23:13 +00:00
layout_tests Automatically discover layouts when a controller is namespaced. Closes #2199, #3424. 2006-01-15 11:28:55 +00:00
layouts Fix that render :text didn't interpolate instance variables (Closes #2629, #2626) [skaes] 2005-10-28 07:33:54 +00:00
multipart Added easy support for testing file uploads with fixture_file_upload (closes #4105) [turnip@turnipspatch.com] 2006-03-18 20:10:52 +00:00
public/images Added automated timestamping to AssetTagHelper methods for stylesheets, javascripts, and images when Action Controller is run under Rails [DHH] 2006-03-29 20:57:53 +00:00
respond_to Removed XML argument style for respond_to, so type.xml(object.to_xml) no longer works -- it wasnt worth the exception 2006-03-18 21:17:14 +00:00
scope/test Initial 2004-11-24 01:04:44 +00:00
test added passing test for using partials with an xml builder 2006-09-06 03:51:45 +00:00
companies.yml * Fix pagination problems when using include 2006-02-09 09:17:40 +00:00
company.rb * Fix pagination problems when using include 2006-02-09 09:17:40 +00:00
developer.rb * Fix pagination problems when using include 2006-02-09 09:17:40 +00:00
developers_projects.yml * Fix pagination problems when using include 2006-02-09 09:17:40 +00:00
developers.yml * Fix pagination problems when using include 2006-02-09 09:17:40 +00:00
project.rb * Fix pagination problems when using include 2006-02-09 09:17:40 +00:00
projects.yml * Fix pagination problems when using include 2006-02-09 09:17:40 +00:00
replies.yml * Fix pagination problems when using include 2006-02-09 09:17:40 +00:00
reply.rb * Fix pagination problems when using include 2006-02-09 09:17:40 +00:00
topic.rb * Fix pagination problems when using include 2006-02-09 09:17:40 +00:00
topics.yml * Fix pagination problems when using include 2006-02-09 09:17:40 +00:00