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
...
*
Added :locals support for render :inline #2463 [mdabney@cavoksolutions.com]
David Heinemeier Hansson
2005-10-13
3
-3
/
+16
*
r3575@sedna: jeremy | 2005-10-13 11:22:13 -0700
Jeremy Kemper
2005-10-13
1
-2
/
+2
*
Unset the X-Requested-With header when using the xhr wrapper in functional te...
Sam Stephenson
2005-10-13
3
-1
/
+10
*
modified javascript_helper testcase to back up #2097
Tobias Lütke
2005-10-13
1
-2
/
+6
*
Unescape paths before writing cache to file system. Closes #1877.
Marcel Molina
2005-10-12
2
-1
/
+3
*
Wrap javascript_tag contents in a CDATA section and add a cdata_section metho...
Sam Stephenson
2005-10-12
7
-24
/
+43
*
Misc doc fixes (typos/grammar/etc). Closes #2445.
Marcel Molina
2005-10-12
9
-26
/
+28
*
Make xyz_tag(..., :id => "foo") work again
Jamis Buck
2005-10-12
2
-7
/
+13
*
Speed improvement for session_options. #2287. [skaes@web.de]
Jamis Buck
2005-10-11
2
-18
/
+31
*
Make cacheing binary files friendly with Windows. Closes #1975.
Marcel Molina
2005-10-11
2
-2
/
+4
*
Convert boolean form options form the tag_helper. Recloses #809.
Marcel Molina
2005-10-10
4
-29
/
+27
*
Fixed that an instance variable with the same name as a partial should be imp...
Sam Stephenson
2005-10-10
3
-1
/
+18
*
Fix Element.toggle logic
Sam Stephenson
2005-10-10
1
-1
/
+1
*
Move lib/version.rb to lib/action_pack/version.rb
Jamis Buck
2005-10-10
2
-1
/
+1
*
Add versioning convention from SwitchTower to all Rails components. Add --ver...
Marcel Molina
2005-10-09
2
-2
/
+12
*
Update Prototype to V1.4.0_pre11, script.aculo.us to [2502] and fix the rails...
Thomas Fuchs
2005-10-09
6
-276
/
+450
*
Make assert_tag :children count appropriately. Closes #2181.
Marcel Molina
2005-10-09
3
-2
/
+131
*
Made the documentation about render template/file sane
David Heinemeier Hansson
2005-10-03
1
-6
/
+11
*
Forced newer versions of RedCloth to use hard breaks [DHH]
David Heinemeier Hansson
2005-10-02
1
-0
/
+1
*
Forced newer versions of RedCloth to use hard breaks [DHH]
David Heinemeier Hansson
2005-10-02
2
-1
/
+8
*
Use a nicer date format
David Heinemeier Hansson
2005-10-01
1
-1
/
+1
*
Better logging about partials when logger to to debug
David Heinemeier Hansson
2005-10-01
1
-1
/
+3
*
Added new scriptaculous options for auto_complete_field #2343 [m.stienstra@fn...
Thomas Fuchs
2005-10-01
3
-2
/
+27
*
Don't prepend the asset host if the string is already a fully-qualified URL
Jamis Buck
2005-09-30
3
-1
/
+14
*
Not the avenue we want to go down
David Heinemeier Hansson
2005-09-30
1
-4
/
+0
*
Testing should also use a default REQUEST_METHOD
David Heinemeier Hansson
2005-09-29
4
-71
/
+94
*
Dont log size of request, doesnt work well with procs, not that interesting
David Heinemeier Hansson
2005-09-28
1
-1
/
+1
*
Updated rdoc for javascript_include_tag
Thomas Fuchs
2005-09-28
1
-3
/
+7
*
My life for white space
David Heinemeier Hansson
2005-09-28
1
-5
/
+17
*
Log request method and response size / status code
David Heinemeier Hansson
2005-09-28
2
-2
/
+3
*
Unit tests and fixtures for multipart posts.
Jeremy Kemper
2005-09-28
6
-5
/
+105
*
Forgot about CHANGELOGs
Thomas Fuchs
2005-09-28
1
-0
/
+2
*
Update script.aculo.us to 1.5_rc2, and Prototype to 1.4.0_pre7
Thomas Fuchs
2005-09-28
12
-771
/
+2289
*
Added test coverage for stylesheet_path to show that it works as requested in...
Marcel Molina
2005-09-28
1
-0
/
+4
*
Undo condition change made in [2345] to prevent normal parameters arriving as...
Nicholas Seckar
2005-09-27
2
-1
/
+3
*
Ticket #2295 - Tolerate consecutive delimiters in query parameters
Jeremy Kemper
2005-09-27
3
-1
/
+15
*
Streamline render process, code cleaning. Closes #2294.
Nicholas Seckar
2005-09-27
5
-60
/
+129
*
Keep flash after component is rendered. Closes #2291.
Scott Barron
2005-09-27
3
-1
/
+31
*
Have text helpers use built in Regexp.escape rather than home grown alternative
Marcel Molina
2005-09-26
2
-7
/
+8
*
r3573@asus: jeremy | 2005-09-26 11:38:44 -0700
Jeremy Kemper
2005-09-26
4
-21
/
+57
*
This seems unnecessary to call in teardown and is causing the tests
Scott Barron
2005-09-25
1
-1
/
+0
*
Added new symbol-driven approach to activating observers with Base#observer [...
David Heinemeier Hansson
2005-09-25
1
-2
/
+4
*
Fix open/save dialog in IE not opening files send with send_file/send_data, #...
Thomas Fuchs
2005-09-25
2
-1
/
+16
*
Fixed that auto_discovery_link_tag couldn't take a string as the URL
David Heinemeier Hansson
2005-09-22
3
-4
/
+7
*
Asserts now need html/document so it should require it
David Heinemeier Hansson
2005-09-21
2
-9
/
+1
*
Require 'pp' early to prevent the pretty-print methods being mixed in too lat...
Jamis Buck
2005-09-20
1
-0
/
+1
*
Added small note about how longtext might be needed for large session data
David Heinemeier Hansson
2005-09-20
2
-2
/
+5
*
Fixed problem with send_file and WEBrick using stdout #1812
David Heinemeier Hansson
2005-09-20
3
-15
/
+10
*
Optimized tag_options to not sort keys, which is no longer necessary when ass...
David Heinemeier Hansson
2005-09-20
17
-200
/
+248
*
Fixed that Request#domain caused an exception if the domain header wasn't set...
David Heinemeier Hansson
2005-09-20
3
-1
/
+10
[prev]
[next]