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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Made ready for release
David Heinemeier Hansson
2006-03-28
3
-6
/
+6
*
Add 1.0 marker to edge rails changelongs
Marcel Molina
2006-03-28
1
-0
/
+4
*
Add documentation for respond_to
Marcel Molina
2006-03-28
2
-0
/
+89
*
Fixed docs
David Heinemeier Hansson
2006-03-28
12
-37
/
+33
*
Update description
David Heinemeier Hansson
2006-03-28
1
-5
/
+3
*
Spell existence properly (closes #4442)
David Heinemeier Hansson
2006-03-27
1
-2
/
+2
*
Fixed require of bluecloth and redcloth when gems haven't been loaded (closes...
David Heinemeier Hansson
2006-03-27
2
-2
/
+4
*
Speedup for sortable with handles initialization in rails trunk too
Thomas Fuchs
2006-03-27
2
-4
/
+5
*
Update to Prototype 1.5.0_pre1
Sam Stephenson
2006-03-27
2
-5
/
+33
*
add the TestCase.fixture_path when testing file uploads
Rick Olson
2006-03-27
1
-1
/
+1
*
ActionView: Allow to register a Template handler with a Symbol (dont kill mar...
David Heinemeier Hansson
2006-03-26
2
-1
/
+9
*
effects.js and controls.js fixes
Thomas Fuchs
2006-03-26
2
-4
/
+5
*
finish form_for change, allow hash as the second param: form_for :post, :url ...
Rick Olson
2006-03-26
3
-11
/
+14
*
Change #form_for and #fields_for so that the second argument is not required ...
Rick Olson
2006-03-26
3
-3
/
+48
*
Update to script.aculo.us 1.6
Thomas Fuchs
2006-03-26
3
-180
/
+250
*
Use example.com as standard (closes #4413) [anna]
David Heinemeier Hansson
2006-03-25
1
-2
/
+2
*
Enable application/x-yaml processing by default
Jamis Buck
2006-03-25
2
-6
/
+9
*
Fix double url escaping of remote_function. Add :escape => false option to Ac...
Nicholas Seckar
2006-03-22
5
-3
/
+23
*
Fix test
David Heinemeier Hansson
2006-03-22
1
-1
/
+1
*
Fix assert_redirected_to so it works with symbols
Jamis Buck
2006-03-20
2
-5
/
+20
*
Turn RJS debugging on by default and show the source code when an exception i...
David Heinemeier Hansson
2006-03-20
1
-2
/
+3
*
Comments, comments
David Heinemeier Hansson
2006-03-20
1
-0
/
+3
*
My beautiful eyes [DHH]
David Heinemeier Hansson
2006-03-20
2
-3
/
+3
*
Updated Kernel#returning for the AP performance patch [DHH]
David Heinemeier Hansson
2006-03-20
1
-1
/
+1
*
fix usage of #returning in ActionController::Base
Rick Olson
2006-03-20
1
-1
/
+1
*
Performance speedup for ActionController (closes #4174) [Stefan Kaes] Include...
David Heinemeier Hansson
2006-03-20
7
-77
/
+79
*
Added option to String#camelize to generate lower-cased camel case by passing...
David Heinemeier Hansson
2006-03-20
1
-2
/
+2
*
Add :script option to in_place_editor to support evalScripts (closes #4194) [...
Rick Olson
2006-03-19
3
-0
/
+11
*
Fix mixed case enumerable methods in the JavaScript Collection Proxy (closes ...
Rick Olson
2006-03-19
3
-2
/
+17
*
Undo accidental escaping for mail_to; add regression test. Fix incorrect cred...
Nicholas Seckar
2006-03-19
3
-2
/
+7
*
If RAW_POST_DATA was set explicitly, use that (closes #4281)
David Heinemeier Hansson
2006-03-19
1
-6
/
+10
*
Added nicer message for assert_redirected_to (closes #4294) [court3nay, Chris...
Rick Olson
2006-03-19
3
-2
/
+29
*
Change url_for to escape the resulting URLs when called from a view. Closes #...
Nicholas Seckar
2006-03-18
3
-19
/
+31
*
Added test for Accept header for xml_http_request calls in functional tests (...
David Heinemeier Hansson
2006-03-18
1
-1
/
+9
*
Removed XML argument style for respond_to, so type.xml(object.to_xml) no long...
David Heinemeier Hansson
2006-03-18
7
-29
/
+37
*
Added easy support for testing file uploads with fixture_file_upload (closes ...
David Heinemeier Hansson
2006-03-18
4
-0
/
+75
*
Fixed UrlHelper#current_page? to behave even when url-escaped entities are pr...
David Heinemeier Hansson
2006-03-18
2
-1
/
+3
*
Make sure xml_simple requests don't blow up if an empty request body is recieved
Jamis Buck
2006-03-18
2
-5
/
+12
*
fix broken respond_to test
Jamis Buck
2006-03-18
4
-1
/
+4
*
Add ability for relative_url_root to be specified via an environment variable...
Nicholas Seckar
2006-03-18
3
-2
/
+26
*
Fixed link_to "somewhere", :post => true to produce valid XHTML by using the ...
David Heinemeier Hansson
2006-03-18
3
-3
/
+5
*
Just use a normal update on the indifferent hash
David Heinemeier Hansson
2006-03-18
1
-1
/
+1
*
Added :function option to PrototypeHelper#observe_field/observe_form that all...
David Heinemeier Hansson
2006-03-18
3
-2
/
+16
*
Add Integration::Session.accept for setting the HTTP Accept header to use (de...
Jamis Buck
2006-03-18
1
-1
/
+6
*
rename 'integration_test.rb' -> 'integration.rb'
Jamis Buck
2006-03-18
1
-0
/
+0
*
Allow for respond_to(:html, :js, :xml) (closes #4277) [Caio Chassot]
David Heinemeier Hansson
2006-03-18
2
-2
/
+22
*
Add a test to make sure basic XML entities get unescaped properly
Jamis Buck
2006-03-18
1
-0
/
+8
*
Make Mime::Type.parse consider q values (if any)
Jamis Buck
2006-03-18
3
-13
/
+93
*
XML-formatted requests are typecast according to "type" attributes for :xml_s...
Jamis Buck
2006-03-18
3
-2
/
+98
*
Added access to remote_addr in integration tests (closes #4266) [Chad Fowler]
David Heinemeier Hansson
2006-03-18
1
-7
/
+8
[next]