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 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
*
Added conditional filters #431 [Marcel]
David Heinemeier Hansson
2005-01-09
3
-16
/
+213
*
Added :before option to authentication
David Heinemeier Hansson
2005-01-09
3
-3
/
+21
*
Added authentication framework to protect actions behind a condition and redi...
David Heinemeier Hansson
2005-01-09
7
-2
/
+200
*
Taken out as noradio took over
David Heinemeier Hansson
2005-01-08
1
-23
/
+0
*
Added first stab at page and fragment caching
David Heinemeier Hansson
2005-01-08
4
-2
/
+205
*
Simplified the set_cookie method and made it indifferent to symbol or string ...
David Heinemeier Hansson
2005-01-06
1
-3
/
+3
*
Added the possibility of passing nil to UrlHelper#link_to to use the link its...
David Heinemeier Hansson
2005-01-05
4
-15
/
+46
*
Prepared for release of 0.9.3
David Heinemeier Hansson
2005-01-04
3
-9
/
+18
*
Added MemCacheStore for storing session data in Danga's MemCache system [Bob ...
David Heinemeier Hansson
2005-01-04
2
-0
/
+98
*
Fixed redirects when the controller and action is named the same. Still haven...
David Heinemeier Hansson
2005-01-02
3
-1
/
+20
*
Fixed problems with running multiple functional tests in Rails under 1.8.2 by...
David Heinemeier Hansson
2005-01-02
2
-0
/
+18
*
Added thread-safety to the DRbStore #66, #389 [Ben Stiglitz]
David Heinemeier Hansson
2005-01-02
2
-1
/
+26
*
Added DateHelper#select_time and DateHelper#select_second #373 [Scott Baron]
David Heinemeier Hansson
2005-01-02
3
-0
/
+75
*
Fixed some test cases
David Heinemeier Hansson
2005-01-01
2
-3
/
+2
*
Added class declaration for the MissingFile exception #388 [Kent Sibilev]
David Heinemeier Hansson
2005-01-01
2
-1
/
+5
*
Added "short hypertext note with a hyperlink to the new URI(s)" to redirects ...
David Heinemeier Hansson
2004-12-31
2
-0
/
+4
*
Added second boolean parameter to Base.redirect_to_url and Response#redirect ...
David Heinemeier Hansson
2004-12-31
3
-5
/
+8
*
Auto-requiring of helpers should stay silent when it isn't found for whatever...
David Heinemeier Hansson
2004-12-31
2
-1
/
+3
*
Fixed that @request.remote_ip didn't work in the test environment #369 [Bruno...
David Heinemeier Hansson
2004-12-31
1
-4
/
+4
*
Updated Rakefiles for the server move
David Heinemeier Hansson
2004-12-30
1
-3
/
+3
*
Rearranging dependencies
David Heinemeier Hansson
2004-12-29
1
-0
/
+1
*
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@276 5ecf4fe2-1ee6-0...
David Heinemeier Hansson
2004-12-29
1
-19
/
+0
*
Moved support files into Active Support
David Heinemeier Hansson
2004-12-29
6
-315
/
+0
*
Moved the cookies fix to cgi_ext
David Heinemeier Hansson
2004-12-29
2
-1
/
+122
[prev]
[next]