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 CaptureHelper#content_for to work with the optional content parameter i...
David Heinemeier Hansson
2007-09-21
3
-4
/
+30
*
Added that render :json will automatically call .to_json unless its being pas...
David Heinemeier Hansson
2007-09-20
3
-2
/
+34
*
Autolink behaves well with emails embedded in URLs. Closes #7313.
Jeremy Kemper
2007-09-20
3
-5
/
+20
*
Revert [7397]. Reopens #7313.
Jeremy Kemper
2007-09-20
2
-15
/
+5
*
Fixed that default layouts did not take the format into account #9564 [lifofifo]
David Heinemeier Hansson
2007-09-18
4
-3
/
+35
*
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
2
-15
/
+18
*
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
5
-12
/
+47
*
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
4
-30
/
+38
*
Added block-acceptance to JavaScriptHelper#javascript_tag (closes #7527) [Bob...
David Heinemeier Hansson
2007-09-15
2
-4
/
+40
*
root_path returns '/' not ''. Closes #9563.
Jeremy Kemper
2007-09-15
3
-7
/
+17
*
Fixed that setting request.format should also affect respond_to blocks [DHH]
David Heinemeier Hansson
2007-09-15
1
-1
/
+1
*
Fixed that setting request.format would also affect respond_to blocks [DHH]
David Heinemeier Hansson
2007-09-15
3
-3
/
+36
*
Add option to force binary mode on tempfile used for fixture_file_upload. Clo...
Jeremy Kemper
2007-09-14
3
-3
/
+37
*
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
2
-2
/
+14
*
Purge empty files
Jeremy Kemper
2007-09-11
45
-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
5
-282
/
+2
*
Fixed that resource namespaces wouldnt stick to all nested resources (closes ...
David Heinemeier Hansson
2007-09-10
3
-5
/
+38
*
Moved ActionController::Macros::InPlaceEditing into the in_place_editor plugi...
David Heinemeier Hansson
2007-09-10
5
-156
/
+3
*
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
3
-19
/
+2
*
Removed deprecated ActionController::Base.cookie (use ActionController#Base.c...
David Heinemeier Hansson
2007-09-09
1
-5
/
+0
*
Removed deprecated ActionController::Base.cookie (use ActionController#Base.c...
David Heinemeier Hansson
2007-09-09
3
-9
/
+7
*
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
3
-28
/
+15
*
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
12
-309
/
+2
*
Removed ActionController::Base#keep_flash (use flash.keep instead)
David Heinemeier Hansson
2007-09-09
2
-18
/
+12
*
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
2
-22
/
+1
*
Update copyright span
David Heinemeier Hansson
2007-09-09
4
-4
/
+4
*
The examples are outdated and misleading
David Heinemeier Hansson
2007-09-09
20
-459
/
+2
*
Rename fieldset_tag to field_set_tag to follow the conventions from text_area...
David Heinemeier Hansson
2007-09-09
3
-8
/
+8
*
Optimise named route generation when using positional arguments. Closes #945...
Michael Koziarski
2007-09-09
6
-59
/
+244
*
Explicitly require active_record/query_cache before using it.
Jeremy Kemper
2007-09-08
2
-11
/
+15
*
Fix layout overriding response status. Closes #9476.
Jeremy Kemper
2007-09-08
3
-1
/
+23
*
Fix assert_select for XML documents. Closes #8173. [dasil003]
Michael Koziarski
2007-09-08
2
-1
/
+26
*
Add a user_agent to TestRequest
Michael Koziarski
2007-09-07
2
-1
/
+6
*
Remove deprecated named routes [pixeltrix]
Tobias Lütke
2007-09-06
5
-138
/
+77
*
Add fieldset_tag for generating fieldsets, closes #9477. [djanowski]
Michael Koziarski
2007-09-06
3
-0
/
+44
*
Allow additional parameters to be passed to named route helpers when using po...
Michael Koziarski
2007-09-05
3
-1
/
+22
[next]