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
2012-09-17 10:07:08 -05:00
..
alternate_helpers
bad_customers
blog_public
comments added tests for render :file/:template and the :formats/:handlers/:locale options. 2011-09-23 00:36:10 +02:00
custom_pattern [action_view] added custom patterns to template resolver 2011-03-20 07:01:46 +08:00
customers
db_definitions
developers
digestor Digestor can now parse old style hash syntax for render 2012-08-30 13:13:47 +02:00
filter_test/implicit_actions
fun Make controller namespace partial prefix optional 2012-03-28 20:21:46 -04:00
functional_caching Merge pull request #2219 from kommen/fix_fragment_caching_squashed 2011-10-13 13:36:20 -07:00
games Make controller namespace partial prefix optional 2012-03-28 20:21:46 -04:00
good_customers
happy_path/render_action
helpers
helpers1_pack Fix sorting of helpers from different paths 2012-05-28 06:58:48 +02:00
helpers2_pack Fix sorting of helpers from different paths 2012-05-28 06:58:48 +02:00
layout_tests Recreate symlink in layouts for tests 2010-12-31 14:22:27 +01:00
layouts
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
multipart
old_content_type
override/test
override2/layouts/test
post_test
projects
public Respect absolute paths in compute_source_path. 2012-06-16 18:06:15 +02:00
quiz/questions
replies
respond_to
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
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
star_star_mime
symlink_parent Fix layouts in symlinked paths. Closes #9136 [court3nay, caio] 2008-03-28 20:54:26 +00:00
test Indentation should consider line number character count. 2012-08-13 18:49:47 -03:00
topics
translations/templates wrap translate defaults to use translate helper features, closes #1102 2012-04-30 09:44:39 +03:00
_top_level_partial.html.erb
_top_level_partial_only.erb
companies.yml
company.rb
developer.rb Deprecate set_table_name in favour of self.table_name= or defining your own method. 2011-11-29 20:13:36 +00:00
developers.yml
developers_projects.yml
hello.html
mascot.rb
mascots.yml Forgot these 2008-04-30 15:00:59 -05:00
plain_text.raw Created a Raw handler for templates. 2012-05-17 12:14:20 -05:00
plain_text_with_characters.raw Created a Raw handler for templates. 2012-05-17 12:14:20 -05:00
project.rb Remove deprecation warnings 2012-07-21 16:47:58 -03:00
projects.yml
replies.yml
reply.rb Remove deprecation warning, since scoped waas deprecated 2012-07-29 16:11:48 -03:00
ruby_template.ruby Rename .rb template handler to .ruby to avoid conflicts with mustache views classes 2012-09-17 10:07:08 -05:00
shared.html.erb
topic.rb
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
with_format.json.erb