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_dispatch
/
http
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gets rid of a double negation, no need to force exactly true/false in a predi...
Xavier Noria
2010-09-12
1
-4
/
+4
*
Add configuration option for tld length
Simon Jefford
2010-09-09
1
-4
/
+6
*
Cleanup deprecations in Action Dispatch
Carlos Antonio da Silva
2010-09-06
1
-8
/
+1
*
Revert "Setup explicit requires for files with exceptions. Removed them from ...
José Valim
2010-09-02
1
-1
/
+0
*
Setup explicit requires for files with exceptions. Removed them from autoload...
Łukasz Strzałkowski
2010-09-02
1
-0
/
+1
*
Expanded routing documentation with current best practices
Joost Baaij
2010-08-29
1
-10
/
+9
*
escape constants that should not be linked to
Joost Baaij
2010-08-27
2
-3
/
+3
*
Reset symbolized path parameters when a test request is recycled [#5437 state...
Andrew White
2010-08-24
1
-2
/
+2
*
Cache the symbolized path parameters using a instance variable in the request...
Andrew White
2010-08-22
1
-2
/
+2
*
Don't add the standard https port when using redirect in routes.rb and ensure...
Andrew White
2010-08-20
1
-0
/
+10
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-10
/
+10
*
Moves local_request? to require.local?
Santiago Pastorino
2010-08-13
1
-0
/
+7
*
no need to assign if we are gonna return
Xavier Noria
2010-08-12
1
-2
/
+2
*
Extract ParameterFilter class from FilterParameters mixin
Bryan Helmkamp
2010-07-19
2
-64
/
+81
*
Removing ActionDispatch::Http::FilterParameters#fitered_parameters alias
Nick Quaranto
2010-07-18
1
-2
/
+1
*
ETag: use body instead of @body since the method will always return a string
Jeremy Kemper
2010-06-28
1
-2
/
+2
*
Fix several known web encoding issues:
wycats
2010-06-27
1
-1
/
+30
*
Just reading flash messages should not create a session if one does not exist...
José Valim
2010-06-25
1
-0
/
+3
*
Sessions should not be created until written to and session data should be de...
Michael Lovitt
2010-06-23
1
-1
/
+1
*
Merge remote branch 'rails/master'
Xavier Noria
2010-06-20
1
-0
/
+0
|
\
|
*
remove executable permission from files that don't need it. [#4802 state:reso...
rohit
2010-06-20
1
-0
/
+0
*
|
Fix a bunch of minor spelling mistakes
Evgeniy Dolzhenko
2010-06-11
3
-4
/
+4
|
/
*
Improve performance of commonly used request methods
wycats
2010-06-04
1
-7
/
+19
*
Rely on set and delete cookie logic from rack.
José Valim
2010-05-18
1
-33
/
+2
*
Some require indifferent_access added
Santiago Pastorino
2010-04-21
1
-1
/
+2
*
Missing requires
wycats
2010-04-16
1
-0
/
+1
*
* Change the object used in routing constraints to be an instance of
wycats
2010-04-03
1
-21
/
+39
*
Slightly less annoying check for acceptable mime_types. This allows Accept: a...
Paul Sadauskas
2010-04-01
1
-2
/
+2
*
Request#content_type exists in Rack::Request, and other parts of Rack::Reques...
wycats
2010-03-28
2
-5
/
+9
*
adds missing requires for Object#blank? and Object#present?
Xavier Noria
2010-03-28
4
-0
/
+6
*
adds missing requires for Object#duplicable?
Xavier Noria
2010-03-28
1
-0
/
+1
*
Clean up Mime::Type and remove deprecated stuff (from 2.3).
José Valim
2010-03-20
1
-7
/
+1
*
Eliminate warnings for AM on 1.8
wycats
2010-03-16
1
-1
/
+0
*
Remove uneeded methods.
José Valim
2010-03-10
1
-15
/
+0
*
Add memoizing to AD::Request
Carlhuda
2010-03-08
1
-0
/
+8
*
Add caller to request_uri deprecation notice
Carlhuda
2010-03-03
1
-1
/
+1
*
Move remote_ip to a middleware:
Carlhuda
2010-03-03
1
-30
/
+1
*
ActionDispatch::Request deprecates #request_uri
Carl Lerche
2010-03-03
1
-10
/
+3
*
Rack::Request actually defines #query_string
Carl Lerche
2010-03-03
1
-5
/
+0
*
Tweak the semantic of various URL related methods of ActionDispatch::Request
Carlhuda
2010-03-03
1
-25
/
+6
*
Request#subdomain returns a string version of Request#subdomains
Joshua Peek
2010-02-28
1
-0
/
+4
*
Set the body using the accessor for AD::Response introspection mode so it get...
Carlhuda
2010-02-26
1
-1
/
+2
*
Make AD::Response correctly handle bodies that respond_to?(:to_path) as per t...
Carlhuda
2010-02-23
1
-0
/
+12
*
Store compiled parameter filters so we don't have to compile them in each req...
José Valim
2010-02-21
1
-25
/
+40
*
Fix a bunch of pending tests by providing an introspection mode for the Respo...
Carlhuda
2010-02-19
2
-18
/
+39
*
Make filter parameters based on request, so they can be modified for anything...
José Valim
2010-01-21
1
-62
/
+66
*
Tidy up new filter_parameters implementation.
José Valim
2010-01-21
3
-89
/
+95
*
Move filter_parameter_logging logic out of the controller and create ActionDi...
Prem Sichanugrist
2010-01-21
3
-23
/
+89
*
Request#filter_parameters and filter_env
Joshua Peek
2010-01-20
1
-2
/
+24
*
Cookies middleware
Joshua Peek
2010-01-16
1
-1
/
+1
[prev]
[next]