index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
test
/
fixtures
Commit message (
Expand
)
Author
Age
Files
Lines
*
Purge empty files
Jeremy Kemper
2007-09-11
35
-0
/
+0
*
Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]
Michael Koziarski
2007-09-03
1
-0
/
+1
*
add missing layouts from [7321]
Rick Olson
2007-08-15
1
-0
/
+1
*
Added partial layouts (see example in action_view/lib/partials.rb) [DHH]
David Heinemeier Hansson
2007-08-02
4
-0
/
+6
*
Tolerate missing content type on multipart file uploads. Fix for Safari 3.
Jeremy Kemper
2007-06-12
1
-0
/
+0
*
render :partial recognizes Active Record associations as Arrays. Closes #8538.
Jeremy Kemper
2007-06-01
1
-1
/
+1
*
Missed svn add from [6856]. References #8174.
Jeremy Kemper
2007-05-26
1
-0
/
+1
*
Add multipart request parsing test with bracketed parameter key. References #...
Jeremy Kemper
2007-05-24
1
-0
/
+5
*
add test case for js.erb partials on *.js formatted requests
Rick Olson
2007-05-15
1
-0
/
+1
*
Assume that rendered partials go by the HTML format by default
Rick Olson
2007-05-15
3
-0
/
+2
*
oops! forgot new layout for layout tests
Rick Olson
2007-04-24
1
-0
/
+1
*
apply [6543] to edge. Closes #5044 [tpope]
Rick Olson
2007-04-20
1
-1
/
+2
*
Change default respond_to templates for xml and rjs formats. [Rick]
Rick Olson
2007-04-08
8
-0
/
+0
*
Change ActionView template defaults. Look for templates using the request fo...
Rick Olson
2007-04-02
4
-0
/
+4
*
Deprecation: privatize deprecated render_partial and render_partial_collectio...
Jeremy Kemper
2007-03-13
1
-1
/
+1
*
Deprecation: remove deprecated instance variables.
Jeremy Kemper
2007-03-13
28
-14
/
+0
*
Added helper(:all) as a way to include all helpers from app/helpers/**/*.rb i...
David Heinemeier Hansson
2007-02-24
1
-1
/
+1
*
Apply the rest of Chads patch
David Heinemeier Hansson
2007-02-21
48
-0
/
+91
*
Added .erb and .builder as preferred aliases to the now deprecated .rhtml and...
David Heinemeier Hansson
2007-02-20
48
-91
/
+0
*
Added caching option to AssetTagHelper#stylesheet_link_tag and AssetTagHelper...
David Heinemeier Hansson
2007-02-18
4
-0
/
+4
*
Allow Controllers to have multiple view_paths instead of a single template_ro...
Rick Olson
2007-02-04
1
-0
/
+1
*
test javascript include with and without application.js
Jeremy Kemper
2007-01-08
1
-0
/
+0
*
test controller rescues
Jeremy Kemper
2006-11-13
2
-0
/
+2
*
Fix invalid test fixture exposed by stricter Ruby 1.8.5 multipart parsing. Cl...
Jeremy Kemper
2006-11-05
1
-0
/
+0
*
Deprecate @response
Jeremy Kemper
2006-09-29
2
-0
/
+2
*
Deprecate @headers
Jeremy Kemper
2006-09-29
2
-0
/
+2
*
Deprecate @cookies
Jeremy Kemper
2006-09-29
2
-0
/
+2
*
Deprecation: @request will be removed after 1.2. Use the request method instead.
Jeremy Kemper
2006-09-29
2
-0
/
+2
*
use :dependent => :destroy rather than :dependent => true
Jeremy Kemper
2006-09-22
1
-2
/
+2
*
test default content type for implicit rjs template render
Rick Olson
2006-09-18
1
-0
/
+1
*
Added that respond_to blocks will automatically set the content type to be th...
David Heinemeier Hansson
2006-09-17
1
-0
/
+1
*
Added proper getters and setters for content type and charset [DHH] Added utf...
David Heinemeier Hansson
2006-09-17
2
-0
/
+2
*
added passing test for using partials with an xml builder
Rick Olson
2006-09-06
2
-0
/
+4
*
Deprecation: test deprecated instance vars in partials.
Jeremy Kemper
2006-08-26
6
-0
/
+6
*
Added automated timestamping to AssetTagHelper methods for stylesheets, javas...
David Heinemeier Hansson
2006-03-29
1
-0
/
+0
*
Removed XML argument style for respond_to, so type.xml(object.to_xml) no long...
David Heinemeier Hansson
2006-03-18
3
-0
/
+3
*
Added easy support for testing file uploads with fixture_file_upload (closes ...
David Heinemeier Hansson
2006-03-18
1
-0
/
+0
*
fix broken respond_to test
Jamis Buck
2006-03-18
3
-0
/
+3
*
Dots in template path should not trip up rendering (closes #4244) [lmarlow@ya...
David Heinemeier Hansson
2006-03-16
1
-0
/
+1
*
Added defaults to respond_to [DHH]
David Heinemeier Hansson
2006-03-12
3
-0
/
+3
*
Added option to render action/template/file of a specific extension (and here...
David Heinemeier Hansson
2006-03-12
1
-0
/
+3
*
Fixed tests (closes #4087) [Rick Olson]
David Heinemeier Hansson
2006-03-05
1
-0
/
+6
*
Added .rxml (and any non-rhtml template, really) supportfor CaptureHelper#con...
David Heinemeier Hansson
2006-02-26
3
-0
/
+8
*
* Fix pagination problems when using include
Michael Koziarski
2006-02-09
12
-0
/
+169
*
Automatically discover layouts when a controller is namespaced. Closes #2199,...
Marcel Molina
2006-01-15
1
-0
/
+1
*
Allow auto-discovery of third party template library layouts.
Marcel Molina
2006-01-12
4
-0
/
+4
*
Don't try to strip out the controller name if default_action_name is nil
Marcel Molina
2005-12-20
1
-0
/
+1
*
Make ActionController's render honor the :locals option when rendering a :fil...
Sam Stephenson
2005-11-22
2
-0
/
+2
*
Add support for new rjs templates which wrap an update_page block.
Marcel Molina
2005-11-17
1
-0
/
+2
*
Controllers with acronyms in their names (e.g. PDFController) require the cor...
Jeremy Kemper
2005-11-08
1
-0
/
+3
[next]