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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added that form helpers now take an index option #448 [Tim Bates]
David Heinemeier Hansson
2005-01-10
1
-2
/
+25
*
Fixed three issues with retrying breakpoints #417 [Florian Gross]
David Heinemeier Hansson
2005-01-10
1
-4
/
+7
*
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
1
-0
/
+2
*
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
*
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
1
-102
/
+0
*
Added conditional filters #431 [Marcel]
David Heinemeier Hansson
2005-01-09
1
-15
/
+85
*
Added :before option to authentication
David Heinemeier Hansson
2005-01-09
1
-1
/
+4
*
Added authentication framework to protect actions behind a condition and redi...
David Heinemeier Hansson
2005-01-09
4
-2
/
+104
*
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
2
-13
/
+16
*
Added MemCacheStore for storing session data in Danga's MemCache system [Bob ...
David Heinemeier Hansson
2005-01-04
1
-0
/
+95
*
Fixed redirects when the controller and action is named the same. Still haven...
David Heinemeier Hansson
2005-01-02
1
-1
/
+1
*
Fixed problems with running multiple functional tests in Rails under 1.8.2 by...
David Heinemeier Hansson
2005-01-02
1
-0
/
+16
*
Added thread-safety to the DRbStore #66, #389 [Ben Stiglitz]
David Heinemeier Hansson
2005-01-02
1
-1
/
+24
*
Added DateHelper#select_time and DateHelper#select_second #373 [Scott Baron]
David Heinemeier Hansson
2005-01-02
1
-0
/
+20
*
Added class declaration for the MissingFile exception #388 [Kent Sibilev]
David Heinemeier Hansson
2005-01-01
1
-1
/
+3
*
Added "short hypertext note with a hyperlink to the new URI(s)" to redirects ...
David Heinemeier Hansson
2004-12-31
1
-0
/
+2
*
Added second boolean parameter to Base.redirect_to_url and Response#redirect ...
David Heinemeier Hansson
2004-12-31
2
-5
/
+6
*
Auto-requiring of helpers should stay silent when it isn't found for whatever...
David Heinemeier Hansson
2004-12-31
1
-1
/
+1
*
Fixed that @request.remote_ip didn't work in the test environment #369 [Bruno...
David Heinemeier Hansson
2004-12-31
1
-4
/
+4
*
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
*
Added documentation for using render_with_layout
David Heinemeier Hansson
2004-12-29
1
-0
/
+16
*
Added :host and :protocol options to url_for and friends to redirect to anoth...
David Heinemeier Hansson
2004-12-23
1
-3
/
+3
*
Fixed UrlHelper#link_to_unless so it doesn't care if the id is a string or fi...
David Heinemeier Hansson
2004-12-22
2
-4
/
+5
*
Forgot to include the new session module
David Heinemeier Hansson
2004-12-22
1
-0
/
+14
*
Added search through session to clear out association caches at the end of ea...
David Heinemeier Hansson
2004-12-22
1
-0
/
+2
*
Added more informative exception when using helper :some_helper and the helpe...
David Heinemeier Hansson
2004-12-22
1
-2
/
+7
*
Fixed regression with Base#reset_session that wouldn't use the the DEFAULT_SE...
David Heinemeier Hansson
2004-12-21
1
-1
/
+1
*
Fixed error rendering of rxml documents to not just swallow the exception and...
David Heinemeier Hansson
2004-12-21
1
-8
/
+7
*
FormHelper should only use *_before_type_cast if they available on the model
David Heinemeier Hansson
2004-12-19
1
-1
/
+5
*
Fixed that textilize and markdown would instantiate their engines even on emp...
David Heinemeier Hansson
2004-12-19
1
-2
/
+2
*
Added documentation for automatic layout inclusion #328 [Marcel]
David Heinemeier Hansson
2004-12-19
1
-0
/
+9
*
Added respondence to *_before_type_cast for all attributes to return their st...
David Heinemeier Hansson
2004-12-19
2
-7
/
+9
*
Added Request#port_string to get something like ":8080" back on 8080 and "" o...
David Heinemeier Hansson
2004-12-18
2
-7
/
+10
*
Added Request#domain (returns string) and Request#subdomains (returns array).
David Heinemeier Hansson
2004-12-18
1
-0
/
+14
*
Added POST support for the breakpoint retries, so form processing that raises...
David Heinemeier Hansson
2004-12-18
1
-1
/
+12
*
Tagged the 0.9.1 release
David Heinemeier Hansson
2004-12-17
1
-2
/
+2
*
Fixed a bug that would cause an ApplicationController to require itself three...
David Heinemeier Hansson
2004-12-17
1
-4
/
+5
*
Made the last tweaks before 0.9
David Heinemeier Hansson
2004-12-16
1
-0
/
+36
*
Updated documentation
David Heinemeier Hansson
2004-12-16
12
-53
/
+80
*
Added that controllers will now attempt to require a model dependency with th...
David Heinemeier Hansson
2004-12-16
1
-0
/
+12
*
Fixed DateHelper#date_select so that you can pass include_blank as an option ...
David Heinemeier Hansson
2004-12-15
1
-1
/
+2
[next]