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
...
*
ERB::Util#html_escape creates fewer objects
Jeremy Kemper
2007-09-18
1
-0
/
+10
*
tag_options creates fewer objects
Jeremy Kemper
2007-09-18
1
-14
/
+15
*
Added security notice to Request#remote_ip underlining the fact that its valu...
David Heinemeier Hansson
2007-09-17
1
-0
/
+8
*
Disable optimisation code for UrlWriter as request.host doesn't make sense th...
Michael Koziarski
2007-09-17
3
-9
/
+39
*
Speed up and simplify query caching.
Jeremy Kemper
2007-09-17
1
-6
/
+6
*
Avoid RDoc warning
David Heinemeier Hansson
2007-09-15
1
-1
/
+1
*
Fixed optimized route segment escaping. Closes #9562.
Jeremy Kemper
2007-09-15
2
-30
/
+28
*
Added block-acceptance to JavaScriptHelper#javascript_tag (closes #7527) [Bob...
David Heinemeier Hansson
2007-09-15
1
-4
/
+28
*
root_path returns '/' not ''. Closes #9563.
Jeremy Kemper
2007-09-15
1
-6
/
+5
*
Fixed that setting request.format would also affect respond_to blocks [DHH]
David Heinemeier Hansson
2007-09-15
1
-3
/
+17
*
Add option to force binary mode on tempfile used for fixture_file_upload. Clo...
Jeremy Kemper
2007-09-14
1
-3
/
+11
*
Missed Reloadable bits and pieces
Jeremy Kemper
2007-09-14
1
-4
/
+0
*
Deprecation: removed Reloadable.
Jeremy Kemper
2007-09-14
1
-2
/
+1
*
Trips up the RDoc generation
David Heinemeier Hansson
2007-09-13
1
-1
/
+1
*
Tidy up link to remote options. Closes #9505. [nik.wakelin]
Michael Koziarski
2007-09-12
1
-2
/
+9
*
Purge empty files
Jeremy Kemper
2007-09-11
9
-0
/
+0
*
Remove empty macros
Jeremy Kemper
2007-09-11
2
-0
/
+0
*
Moved ActionController::Macros::AutoComplete into the auto_complete plugin on...
David Heinemeier Hansson
2007-09-11
3
-215
/
+0
*
Fixed that resource namespaces wouldnt stick to all nested resources (closes ...
David Heinemeier Hansson
2007-09-10
1
-5
/
+4
*
Moved ActionController::Macros::InPlaceEditing into the in_place_editor plugi...
David Heinemeier Hansson
2007-09-10
3
-112
/
+1
*
Random hits from the style nazi
David Heinemeier Hansson
2007-09-09
17
-32
/
+54
*
Random hits from the style nazi
David Heinemeier Hansson
2007-09-09
4
-7
/
+14
*
Removed deprecated form of calling xml_http_request/xhr without the first arg...
David Heinemeier Hansson
2007-09-09
1
-9
/
+0
*
Removed deprecated ActionController::Base.cookie (use ActionController#Base.c...
David Heinemeier Hansson
2007-09-09
1
-5
/
+0
*
Removed the deprecated behavior of appending ".png" to image_tag/image_path c...
David Heinemeier Hansson
2007-09-09
1
-2
/
+1
*
Removed the deprecated behavior of appending ".png" to image_tag/image_path c...
David Heinemeier Hansson
2007-09-09
1
-16
/
+10
*
Scaffolding is no longer mixed in
David Heinemeier Hansson
2007-09-09
1
-1
/
+0
*
Scaffolding is no longer mixed in
David Heinemeier Hansson
2007-09-09
1
-1
/
+0
*
Removed ActionController::Base.scaffold -- it went through the whole idea of ...
David Heinemeier Hansson
2007-09-09
11
-309
/
+0
*
Removed ActionController::Base#keep_flash (use flash.keep instead)
David Heinemeier Hansson
2007-09-09
1
-16
/
+10
*
Removed deprecated ActionController::Base#expire_matched_fragments (just call...
David Heinemeier Hansson
2007-09-09
1
-6
/
+0
*
Removed the deprecated ActionController#Base.template_root/= methods (use Act...
David Heinemeier Hansson
2007-09-09
1
-12
/
+1
*
Update copyright span
David Heinemeier Hansson
2007-09-09
3
-3
/
+3
*
Rename fieldset_tag to field_set_tag to follow the conventions from text_area...
David Heinemeier Hansson
2007-09-09
1
-3
/
+3
*
Optimise named route generation when using positional arguments. Closes #945...
Michael Koziarski
2007-09-09
3
-8
/
+135
*
Explicitly require active_record/query_cache before using it.
Jeremy Kemper
2007-09-08
1
-11
/
+13
*
Fix layout overriding response status. Closes #9476.
Jeremy Kemper
2007-09-08
1
-1
/
+2
*
Fix assert_select for XML documents. Closes #8173. [dasil003]
Michael Koziarski
2007-09-08
1
-1
/
+2
*
Add a user_agent to TestRequest
Michael Koziarski
2007-09-07
1
-1
/
+2
*
Remove deprecated named routes [pixeltrix]
Tobias Lütke
2007-09-06
3
-36
/
+21
*
Add fieldset_tag for generating fieldsets, closes #9477. [djanowski]
Michael Koziarski
2007-09-06
1
-0
/
+22
*
Allow additional parameters to be passed to named route helpers when using po...
Michael Koziarski
2007-09-05
1
-1
/
+8
*
Fix misleading documentation for truncate. [esad] Closes #9104
Michael Koziarski
2007-09-05
1
-1
/
+1
*
Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]
Michael Koziarski
2007-09-03
7
-151
/
+75
*
Add array support to remote_form_for for polymorphic urls. Closes #8654 [jade]
Michael Koziarski
2007-09-02
1
-6
/
+44
*
Make auto link behave well with URLs containing email addresses. Closes #7313...
Michael Koziarski
2007-09-02
1
-5
/
+11
*
Properly quote the arguments to visual_effect. Closes #7220 [jeremymcanally]
Michael Koziarski
2007-09-02
1
-0
/
+4
*
Documentation tweaks and fixes. Closes #9454 [sur, kampers]
Jeremy Kemper
2007-08-31
5
-15
/
+15
*
request.host works with IPv6 addresses. Closes #9458.
Jeremy Kemper
2007-08-31
1
-1
/
+1
*
Fix incorrectly named instance variable.
Michael Koziarski
2007-08-29
1
-1
/
+1
[prev]
[next]