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
/
action_controller
Commit message (
Expand
)
Author
Age
Files
Lines
*
Purge empty files
Jeremy Kemper
2007-09-11
8
-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
1
-53
/
+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
1
-33
/
+0
*
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 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
*
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
*
Allow additional parameters to be passed to named route helpers when using po...
Michael Koziarski
2007-09-05
1
-1
/
+8
*
Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]
Michael Koziarski
2007-09-03
6
-136
/
+68
*
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
*
Use mocha to avoid the sleep calls in the compiled_template tests. [tarmo] Cl...
Michael Koziarski
2007-08-29
1
-1
/
+1
*
Only reload routes.rb if its been modified. [Dreamer3]
Michael Koziarski
2007-08-29
1
-2
/
+15
*
Use extract_options instead of ad-hoc partial implementations. [norbert] Clos...
Michael Koziarski
2007-08-28
1
-1
/
+1
*
Improve documentation for ActionController::Helpers [jardeon] Closes #9359
Michael Koziarski
2007-08-28
1
-26
/
+73
*
Back out of [7300] -- it screwed up nested XML
David Heinemeier Hansson
2007-08-21
1
-3
/
+0
*
Fix bug where action caching sets the content type to the ActionCachePath obj...
Rick Olson
2007-08-20
1
-1
/
+1
*
Add missing sentence
Michael Koziarski
2007-08-17
1
-3
/
+1
*
Improve url_for documentation for ActionController::Base and UrlRewriter. Cl...
Michael Koziarski
2007-08-17
2
-15
/
+32
*
Find layouts even if they're not in the first view_paths directory. Closes #...
Rick Olson
2007-08-15
1
-5
/
+3
*
Fix failing active record store tests
Michael Koziarski
2007-08-14
1
-1
/
+2
*
Send freshness information when sending Etags. Without this internet explore...
Michael Koziarski
2007-08-12
1
-1
/
+1
*
Ignore processing instructions when parsing html
Michael Koziarski
2007-08-10
1
-0
/
+3
*
Allow you to set custom :conditions on resource routes. [Rick]
Rick Olson
2007-07-25
1
-10
/
+17
*
Refactored in use of extract_options! (closes #9079) [josh]
David Heinemeier Hansson
2007-07-24
3
-5
/
+5
*
Fixed that file.content_type for uploaded files would include a trailing \r #...
David Heinemeier Hansson
2007-07-24
1
-1
/
+1
*
* url_for now accepts a series of symbols representing the namespace of the r...
Tobias Lütke
2007-07-19
1
-4
/
+18
*
Make :trailing_slash work with query parameters for url_for. Closes #4004 [nov]
Michael Koziarski
2007-07-14
1
-3
/
+3
*
Make sure missing template exceptions actually say which template they were l...
Michael Koziarski
2007-07-11
1
-2
/
+3
*
Fix errors with around_filters which do not yield, restore 1.1 behaviour with...
Michael Koziarski
2007-07-11
1
-47
/
+47
*
Allow you to delete cookies with options. Closes #3685 [josh, Chris Wanstrath]
Michael Koziarski
2007-07-01
1
-3
/
+5
*
Temporary fix for formatted_polymorphic_urls and other polys that have additi...
David Heinemeier Hansson
2007-06-28
1
-6
/
+5
*
Prefix nested resource named routes with their action name, e.g. new_group_us...
Jeremy Kemper
2007-06-27
2
-10
/
+33
*
Allow sweepers to be created solely for expiring after controller actions, no...
David Heinemeier Hansson
2007-06-26
1
-0
/
+5
*
Give the legacy X-POST_DATA_FORMAT header greater precedence during params pa...
Jeremy Kemper
2007-06-26
1
-6
/
+8
*
Docfix (closes #8518)
David Heinemeier Hansson
2007-06-23
1
-0
/
+4
*
Docfix (closes #8321)
David Heinemeier Hansson
2007-06-23
1
-4
/
+15
[next]