1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test/fixtures
Carl Lerche & Yehuda Katz 906aebceed Bring abstract_controller up to date with rails/master
Resolved all the conflicts since 2.3.0 -> HEAD. Following is a list
of commits that could not be applied cleanly or are obviated with the
abstract_controller refactor. They all need to be revisited to ensure
that fixes made in 2.3 do not reappear in 3.0:

2259ecf368
AR not available
  * This will be reimplemented with ActionORM or equivalent

06182ea02e
implicitly rendering a js response should not use the default layout
[#1844 state:resolved]
  * This will be handled generically

893e9eb995
Improve view rendering performance in development mode and reinstate
template recompiling in production [#1909 state:resolved]
  * We will need to reimplement rails-dev-boost on top of the refactor;
    the changes here are very implementation specific and cannot be
    cleanly applied. The following commits are implicated:

      199e750d46
      3942cb406e
      f8ea9f85d4
      e3b166aab3
      ae9f258e03
      44423126c6

0cb020b4d6
workaround for picking layouts based on wrong view_paths
[#1974 state:resolved]
  * The specifics of this commit no longer apply. Since it is a two-line
    commit, we will reimplement this change.

8c5cc66a83
make action_controller/layouts pick templates from the current instance's
view_paths instead of the class view_paths [#1974 state:resolved]
  * This does not apply at all. It should be trivial to apply the feature
    to the reimplemented ActionController::Base.

87e8b16246
fix HTML fallback for explicit templates [#2052 state:resolved]
  * There were a number of patches related to this that simply compounded
    each other. Basically none of them apply cleanly, and the underlying
    issue needs to be revisited. After discussing the underlying problem
    with Koz, we will defer these fixes for further discussion.
2009-04-13 15:18:45 -07:00
..
addresses Purge empty files 2007-09-11 19:54:06 +00:00
alternate_helpers Allow helpers directory to be overridden via ActionController::Base.helpers_dir (Sam Pohlenz) [#1424 state:committed] 2008-11-23 13:42:53 +01:00
bad_customers Missed adds. References #11491. 2008-04-01 00:56:59 +00:00
content_type
customers Ooops. Add fixture partials for last commit 2008-02-08 22:33:17 +00:00
db_definitions Added test for has_one partial rendering (keeran) [#43 state:resolved] 2008-04-30 14:59:24 -05:00
developers Improve test coverage and create fixtures for RenderPartialWithRecordIdentificationTests 2008-07-12 12:17:10 -05:00
fun Improve test coverage and create fixtures for RenderPartialWithRecordIdentificationTests 2008-07-12 12:17:10 -05:00
functional_caching Improved test coverage for fragment cache helper 2008-07-15 20:54:17 -05:00
good_customers Missed adds. References #11491. 2008-04-01 00:56:59 +00:00
happy_path/render_action Started implementing render :action 2009-03-19 13:35:39 -07:00
helpers
layout_tests Bring abstract_controller up to date with rails/master 2009-04-13 15:18:45 -07:00
layouts Bring abstract_controller up to date with rails/master 2009-04-13 15:18:45 -07:00
mascots Forgot these 2008-04-30 15:00:59 -05:00
multipart Allow empty files to be uploaded 2009-01-20 20:34:35 -06:00
override/test Purge empty files 2007-09-11 19:54:06 +00:00
override2/layouts/test add missing layouts from [7321] 2007-08-15 21:12:50 +00:00
post_test Fixed the layout defaults (closes #9564) [lifo] 2007-09-28 01:23:20 +00:00
projects Improve test coverage and create fixtures for RenderPartialWithRecordIdentificationTests 2008-07-12 12:17:10 -05:00
public Added localized rescue (404.da.html) [#1835 state:committed] 2009-02-02 17:56:22 +01:00
quiz/questions Fixed simplified render with nested models [#2042 state:resolved] 2009-03-07 14:05:18 -06:00
replies Improve test coverage and create fixtures for RenderPartialWithRecordIdentificationTests 2008-07-12 12:17:10 -05:00
respond_to Please do remember 2007-09-25 16:40:56 +00:00
scope/test Purge empty files 2007-09-11 19:54:06 +00:00
symlink_parent Fix layouts in symlinked paths. Closes #9136 [court3nay, caio] 2008-03-28 20:54:26 +00:00
test Bring abstract_controller up to date with rails/master 2009-04-13 15:18:45 -07:00
topics Ooops. Add fixture partials for last commit 2008-02-08 22:33:17 +00:00
_top_level_partial.html.erb Fix rendering partials at the top level [#795 state:resolved] 2008-08-13 19:15:35 -05:00
_top_level_partial_only.erb Fix rendering partials at the top level [#795 state:resolved] 2008-08-13 19:15:35 -05:00
companies.yml
company.rb Added test for has_one partial rendering (keeran) [#43 state:resolved] 2008-04-30 14:59:24 -05:00
developer.rb Fixed that has_many :through associations should render as collections too (closes #9051) [mathie/danger] 2007-11-12 15:02:12 +00:00
developers.yml
developers_projects.yml
mascot.rb Forgot these 2008-04-30 15:00:59 -05:00
mascots.yml Forgot these 2008-04-30 15:00:59 -05:00
project.rb
projects.yml
replies.yml Remove the irrelevant fixture added in fe6ffce51d 2009-01-24 18:22:17 +00:00
reply.rb Fixed render :partial => @collection.named_scope (nkallen) [#61 state:resolved] 2008-04-30 14:42:44 -05:00
shared.html.erb Fixed render :template for templates in top level of view path. [#54 state:resolved] 2008-05-01 10:21:46 +01:00
topic.rb
topics.yml