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
*
Fixed install.rb files
David Heinemeier Hansson
2005-01-24
1
-3
/
+10
*
Another swing at reloading
David Heinemeier Hansson
2005-01-24
1
-2
/
+3
*
Fixed that the content-header was being set to application/octet_stream inste...
David Heinemeier Hansson
2005-01-22
2
-1
/
+3
*
Fixed no-binding fragment caching
David Heinemeier Hansson
2005-01-20
3
-8
/
+8
*
Removed the need for passing the binding when using CacheHelper#cache
David Heinemeier Hansson
2005-01-20
3
-7
/
+9
*
Deactivated RAW_POST_DATA pending fix
David Heinemeier Hansson
2005-01-20
1
-1
/
+1
*
A few missing files
David Heinemeier Hansson
2005-01-20
2
-0
/
+75
*
Added TestResponse#binary_content that'll return as a string the data sent th...
David Heinemeier Hansson
2005-01-20
2
-0
/
+19
*
Added @request.env['RAW_POST_DATA'] for people who need access to the data be...
David Heinemeier Hansson
2005-01-20
3
-0
/
+4
*
Fixed that all redirect and render calls now return true, so you can use the ...
David Heinemeier Hansson
2005-01-20
4
-7
/
+74
*
Fixed that a default fragment store wan't being set to MemoryStore as intended
David Heinemeier Hansson
2005-01-20
1
-1
/
+1
*
Made ready for release of 0.9.4.1
David Heinemeier Hansson
2005-01-18
2
-2
/
+2
*
Fixed a bug where cookies wouldn't be set if a symbol was used instead of a s...
David Heinemeier Hansson
2005-01-17
2
-1
/
+3
*
Added assert_cookie_equal to assert the contents of a named cookie
David Heinemeier Hansson
2005-01-17
2
-0
/
+10
*
CHANGELOGs..
David Heinemeier Hansson
2005-01-17
1
-0
/
+5
*
Fixed bug in page caching that prevented it from working at all
David Heinemeier Hansson
2005-01-17
1
-1
/
+1
*
Made ready for release of 0.9.4
David Heinemeier Hansson
2005-01-17
3
-2
/
+3
*
Fixed up some docs
David Heinemeier Hansson
2005-01-17
1
-1
/
+1
*
Added more informative error message for "file not found" situation in send_f...
David Heinemeier Hansson
2005-01-16
1
-1
/
+1
*
Finished documentation for caching
David Heinemeier Hansson
2005-01-15
2
-64
/
+105
*
Removed the Ruby 1.8.2 test/unit fix as it didnt work anyway
David Heinemeier Hansson
2005-01-15
1
-2
/
+0
*
Added the option of passing a block to ActiveRecordHelper#form in order to ad...
David Heinemeier Hansson
2005-01-15
3
-5
/
+18
*
Fixed page caching problems with saving cached file fails for the index actio...
David Heinemeier Hansson
2005-01-15
1
-5
/
+17
*
Added arrays as a value option for params in url_for and friends #467 [Eric A...
David Heinemeier Hansson
2005-01-13
3
-2
/
+23
*
Fixed that controller tests can now assert on the use of cookies #466 [Alexey]
David Heinemeier Hansson
2005-01-13
2
-0
/
+11
*
Fixed that send_file would "remember" all the files sent by adding to the hea...
David Heinemeier Hansson
2005-01-13
3
-4
/
+30
*
Fixed url rewriter confusion when the controller or action name was a substri...
David Heinemeier Hansson
2005-01-12
3
-9
/
+35
*
Fixed url rewriter confusion when the controller name was a substring of the ...
David Heinemeier Hansson
2005-01-12
3
-3
/
+16
*
Added option to turn off caching
David Heinemeier Hansson
2005-01-11
1
-1
/
+16
*
Tweaks and tinkering
David Heinemeier Hansson
2005-01-11
1
-5
/
+10
*
Updated to new naming style
David Heinemeier Hansson
2005-01-11
1
-2
/
+2
*
Added conditional layouts like <tt>layout "weblog_standard", :except => :rss<...
David Heinemeier Hansson
2005-01-11
2
-21
/
+65
*
Added MemCacheStore to fragment caching #449 [Lucas Carlson]
David Heinemeier Hansson
2005-01-11
1
-0
/
+6
*
Fixed that MemCacheStore wasn't included by default and added default MemCach...
David Heinemeier Hansson
2005-01-11
3
-1
/
+4
*
Added fourth argument to render_collection_of_partials that allows you to spe...
David Heinemeier Hansson
2005-01-11
2
-2
/
+4
*
Fixed that host would choke when cgi.host returned nil #432 [Tobias Luetke]
David Heinemeier Hansson
2005-01-11
2
-1
/
+3
*
Added that form helpers now take an index option #448 [Tim Bates]
David Heinemeier Hansson
2005-01-10
2
-2
/
+33
*
Fixed random ordering of test cases that would cause errors on some systems #...
David Heinemeier Hansson
2005-01-10
1
-2
/
+5
*
Fixed three issues with retrying breakpoints #417 [Florian Gross]
David Heinemeier Hansson
2005-01-10
2
-4
/
+14
*
Some missing docs
David Heinemeier Hansson
2005-01-10
1
-4
/
+4
*
Updated caching to include action caching as well and simplified the name/key...
David Heinemeier Hansson
2005-01-10
2
-44
/
+184
*
Added that all renders and redirects now return false, so they can be used as...
David Heinemeier Hansson
2005-01-10
2
-0
/
+17
*
Apparently the temp hack for functional tests was still needed
David Heinemeier Hansson
2005-01-10
1
-0
/
+16
*
Removed temporary hack for test/unit problems that only worked for functional...
David Heinemeier Hansson
2005-01-10
1
-16
/
+0
*
Added inclusion of fix for test/unit and rake problems with Ruby 1.8.2
David Heinemeier Hansson
2005-01-10
1
-0
/
+2
*
Added more core_ext to install.rb
David Heinemeier Hansson
2005-01-09
1
-1
/
+1
*
Added more core_ext to install.rb
David Heinemeier Hansson
2005-01-09
1
-0
/
+1
*
Updated install.rb
David Heinemeier Hansson
2005-01-09
1
-1
/
+1
*
Removed last trace of ill-conceived authentication framework
David Heinemeier Hansson
2005-01-09
1
-2
/
+0
*
Removed authentication framework as xal made me realize that with noradios co...
David Heinemeier Hansson
2005-01-09
3
-206
/
+0
[next]