.. |
addresses
|
Purge empty files
|
2007-09-11 19:54:06 +00:00 |
alternate_helpers
|
Use redefine_method since baz is already defined.
|
2010-09-28 18:31:52 -03:00 |
bad_customers
|
Missed adds. References #11491.
|
2008-04-01 00:56:59 +00:00 |
blog_public
|
Modified ActionDispatch::Static to allow passing multiple roots
|
2010-09-03 22:59:09 +02:00 |
custom_pattern
|
[action_view] added custom patterns to template resolver
|
2011-03-20 07:01:46 +08:00 |
customers
|
Ooops. Add fixture partials for last commit
|
2008-02-08 22:33:17 +00:00 |
db_definitions
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
developers
|
Improve test coverage and create fixtures for RenderPartialWithRecordIdentificationTests
|
2008-07-12 12:17:10 -05:00 |
filter_test/implicit_actions
|
Add a failing test case for an implicit action with a before filter.
|
2011-03-23 23:32:44 +00:00 |
fun
|
Make sure a namespaced <%= render form %> still renders the _form partial [#4784 state:resolved]
|
2010-06-20 00:58:10 +02:00 |
functional_caching
|
removes the RJS template handler
|
2011-04-13 13:23:18 +02: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
|
Be sure to call helper :all just on direct children. (Tests by Jesse Storimer)
|
2010-08-26 18:20:22 -03:00 |
layout_tests
|
Recreate symlink in layouts for tests
|
2010-12-31 14:22:27 +01:00 |
layouts
|
content_for should work with provide.
|
2011-04-16 11:34:07 +02:00 |
localized
|
Fixed that default locale templates should be used if the current locale template is missing [DHH]
|
2010-04-08 18:11:26 -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 |
old_content_type
|
removes the RJS template handler
|
2011-04-13 13:23:18 +02: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
|
Move Rails::Static into ActionDispatch
|
2009-09-26 11:37:42 -05: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
|
removes the RJS template handler
|
2011-04-13 13:23:18 +02:00 |
respond_with
|
Make sure respond_with with :js tries to render a template in all cases
|
2011-06-30 11:47:36 -03:00 |
scope/test
|
Purge empty files
|
2007-09-11 19:54:06 +00:00 |
session_autoload_test/session_autoload_test
|
Fixed that an ArgumentError is thrown when request.session_options[:id] is read in the following scenario: when the cookie store is used, and the session contains a serialized object of an unloaded class, and no session data accesses have occurred yet. Pushed the stale_session_check responsibility out of the SessionHash and down into the session store, closer to where the deserialization actually occurs. Added some test coverage for this case and others related to deserialization of unloaded types.
|
2010-06-27 22:39:06 +02:00 |
sprockets
|
Add tests for alternate asset prefix/environment
|
2011-07-01 21:56:41 +09:30 |
star_star_mime
|
add the fixture file
|
2010-11-22 23:06:13 +01:00 |
symlink_parent
|
Fix layouts in symlinked paths. Closes #9136 [court3nay, caio]
|
2008-03-28 20:54:26 +00:00 |
test
|
removed deprecated methods, and related tests, from ActionPack
|
2011-05-24 23:38:59 +02:00 |
topics
|
Ooops. Add fixture partials for last commit
|
2008-02-08 22:33:17 +00:00 |
translations/templates
|
Make TranslationHelper#translate use the :rescue_format option in I18n 0.5.0
|
2010-12-04 18:00:52 +01:00 |
_top_level_partial_only.erb
|
Fix rendering partials at the top level [#795 state:resolved]
|
2008-08-13 19:15:35 -05:00 |
_top_level_partial.html.erb
|
Fix rendering partials at the top level [#795 state:resolved]
|
2008-08-13 19:15:35 -05:00 |
companies.yml
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
company.rb
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03: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_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 |
hello.html
|
Fix render :file => "#{Rails.root}/public/404.html", :status => :not_found. Closes #8994
|
2010-02-23 22:45:42 -08:00 |
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
|
* 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
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
reply.rb
|
Missing rename from named_scope to scope [#3735 status:resolved]
|
2010-01-18 09:33:36 +01: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
|
render :partial recognizes Active Record associations as Arrays. Closes #8538.
|
2007-06-01 03:53:39 +00:00 |
topics.yml
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |