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
*
Included UrlRewriter tests in rake run and made them not depend on Hash order
David Heinemeier Hansson
2005-09-15
1
-5
/
+14
*
Made base_tests.rb run as part of rake
David Heinemeier Hansson
2005-09-15
1
-2
/
+2
*
Fixed access to "Host" header with requests made by crappy old HTTP/1.0 clien...
David Heinemeier Hansson
2005-09-14
2
-1
/
+3
*
More auto-link fixes (to include query strings in autolinked text)
Jamis Buck
2005-09-14
2
-1
/
+5
*
Fix autolinking to not include trailing tags as part of the URL
Jamis Buck
2005-09-13
2
-1
/
+26
*
Added easy assignment of fragment cache store through use of symbols for incl...
David Heinemeier Hansson
2005-09-13
8
-38
/
+105
*
Moved session options to SessionManagement
David Heinemeier Hansson
2005-09-13
2
-20
/
+20
*
Added ActionController::Base.session_store=, session_store, and session_optio...
David Heinemeier Hansson
2005-09-13
3
-1
/
+23
*
Dont log creation of view class
David Heinemeier Hansson
2005-09-12
1
-1
/
+0
*
Use session_id instead of deprecated sessid
David Heinemeier Hansson
2005-09-12
1
-1
/
+0
*
Make periodically_call_remote use type="text/javascript" on script tag #2171
David Heinemeier Hansson
2005-09-12
1
-1
/
+1
*
Added TextHelper#cycle to cycle over an array of values on each hit (useful f...
David Heinemeier Hansson
2005-09-12
3
-0
/
+173
*
Ensure that request.path never returns nil. Closes #1675
Nicholas Seckar
2005-09-11
2
-6
/
+6
*
Add ability to specify Route Regexps for controllers. Closes #1917.
Nicholas Seckar
2005-09-11
3
-1
/
+48
*
Provide Named Route's hash methods as helper methods. Closes #1744.
Nicholas Seckar
2005-09-11
3
-1
/
+12
*
Use send instead of module_eval #1873 [shugo]
David Heinemeier Hansson
2005-09-11
1
-1
/
+1
*
Fixed docs #1884
David Heinemeier Hansson
2005-09-11
1
-1
/
+1
*
Fixed docs #1886
David Heinemeier Hansson
2005-09-11
1
-1
/
+3
*
Split macros test into their own suite
David Heinemeier Hansson
2005-09-11
3
-29
/
+53
*
Added :multipart option to ActiveRecordHelper#form to make it possible to add...
David Heinemeier Hansson
2005-09-11
3
-1
/
+10
*
Added in-place editing support in the spirit of auto complete with ActionCont...
David Heinemeier Hansson
2005-09-11
8
-123
/
+236
*
Dont encourage custom url options to be called with symbol #2047
David Heinemeier Hansson
2005-09-11
1
-14
/
+0
*
Added :disabled option to all data selects that'll make the elements inaccess...
David Heinemeier Hansson
2005-09-11
3
-10
/
+74
*
Fixed that TextHelper#auto_link_urls would include punctuation in the links #...
David Heinemeier Hansson
2005-09-11
3
-3
/
+19
*
Added Kernel#silence_warnings and puts it into use throughout the framework
David Heinemeier Hansson
2005-09-11
3
-16
/
+14
*
Fixed that number_to_currency(1000, {:precision => 0})) should return "$1,000...
David Heinemeier Hansson
2005-09-09
3
-0
/
+5
*
Refactored away all the legacy validate_options calls and replaced them with ...
David Heinemeier Hansson
2005-09-09
1
-9
/
+2
*
Fix docs #2136 [coffee2code]
David Heinemeier Hansson
2005-09-09
1
-5
/
+5
*
Allow link_to_remote to use any DOM-element as the parent of the form element...
David Heinemeier Hansson
2005-09-09
2
-0
/
+16
*
Added documentation for overwrite_params #2146 [Michael Shuerig]
David Heinemeier Hansson
2005-09-09
1
-0
/
+9
*
Fixed that render :partial would fail when :object was a Hash (due to backwar...
David Heinemeier Hansson
2005-09-09
6
-3
/
+18
*
Fixed JavascriptHelper#auto_complete_for to only include unique items #2153 [...
David Heinemeier Hansson
2005-09-09
3
-1
/
+7
*
Fixed that onclick would be overridden even when special features werent used
David Heinemeier Hansson
2005-09-08
2
-0
/
+6
*
Fixed all AssetHelper methods to work with relative paths, such that javascri...
David Heinemeier Hansson
2005-09-08
3
-1
/
+4
*
Fixed a broken test
David Heinemeier Hansson
2005-09-08
1
-1
/
+1
*
An explicit include ClassInheritableAttributes is no longer needed #1948 [Cal...
David Heinemeier Hansson
2005-09-08
1
-2
/
+0
*
Avoid extending view instance with helper modules each request. Closes #1979
Nicholas Seckar
2005-09-08
3
-18
/
+18
*
Performance improvements to CGI methods. Closes #1980
Nicholas Seckar
2005-09-08
3
-9
/
+15
*
Use this.href, not unexisting url
David Heinemeier Hansson
2005-09-07
2
-2
/
+2
*
Added :post option to UrlHelper#link_to that makes it possible to do POST req...
David Heinemeier Hansson
2005-09-07
3
-21
/
+61
*
Symbolize the keys of overwritten parameters. Really closes #1909.
Nicholas Seckar
2005-09-07
1
-1
/
+1
*
Fix overwrite params. Closes #1909
Nicholas Seckar
2005-09-06
3
-0
/
+16
*
Fix fragment benchmark calls and limit timings to 5 decimals
David Heinemeier Hansson
2005-09-06
2
-5
/
+5
*
Only do benchmarking if log level matches and log caching
David Heinemeier Hansson
2005-09-06
2
-20
/
+31
*
Added use_silence parameter to ActiveRecord::Base.benchmark that can be passe...
David Heinemeier Hansson
2005-09-06
2
-2
/
+28
*
Updated vendor copy of html-scanner to support better xml parsing
Jamis Buck
2005-09-05
3
-3
/
+6
*
Added :popup option to UrlHelper#link_to #1996 [gabriel.gironda@gmail.com]
David Heinemeier Hansson
2005-09-04
3
-3
/
+54
*
Updated the options_for_select to deal with the fact that Strings now impleme...
David Heinemeier Hansson
2005-09-03
1
-1
/
+1
*
Added note about how pre-packaged error functionality can be easier to recrea...
David Heinemeier Hansson
2005-09-03
1
-0
/
+4
*
Use chop! instead of chop! for efficiency
Jamis Buck
2005-09-02
1
-1
/
+1
[next]