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
/
middleware
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove more warnings on AP.
Emilio Tagua
2010-09-28
1
-2
/
+2
*
Remove method if exists, avoid calling Array#first so many times.
Emilio Tagua
2010-09-28
1
-3
/
+5
*
Initialize @compiled_at if it is not.
Emilio Tagua
2010-09-28
1
-0
/
+1
*
Remove warings from rescues: don't define more than once debug_hash method an...
Emilio Tagua
2010-09-28
1
-2
/
+2
*
Remove remaining warnings on _trace by adding parenthesis to gsub arguments.
Emilio Tagua
2010-09-28
1
-3
/
+3
*
Use parenthesis to avoid ambiguous first argument warning.
Emilio Tagua
2010-09-28
1
-1
/
+1
*
No need to call super here. Use yield instead block.call
Emilio Tagua
2010-09-28
1
-3
/
+2
*
Only send secure cookies over SSL.
W. Andrew Loe III
2010-09-13
1
-1
/
+4
*
Cleanup deprecations in Action Dispatch
Carlos Antonio da Silva
2010-09-06
1
-5
/
+0
*
Do not use ActionController::Base.page_cache_extension in initialize to not l...
Piotr Sarnacki
2010-09-04
1
-4
/
+8
*
Optimize ActionDispatch::Static
Piotr Sarnacki
2010-09-04
1
-51
/
+35
*
Modified ActionDispatch::Static to allow passing multiple roots
Piotr Sarnacki
2010-09-03
1
-10
/
+50
*
require 'active_support/dependencies' in action_dispatch/middleware/stack
Piotr Sarnacki
2010-09-03
1
-0
/
+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
*
Use common terminology
Joost Baaij
2010-08-27
1
-3
/
+3
*
mention the alert and notice accessors on the flash
Joost Baaij
2010-08-27
1
-0
/
+5
*
expand cookie examples with signed and permanent methods
Joost Baaij
2010-08-27
1
-2
/
+11
*
annoted_source_code may return nil if an error happens during template compil...
José Valim
2010-08-16
1
-1
/
+1
*
Allow for any possible TLD when using the :all option with the cookie session...
Bryce Thornton
2010-08-15
1
-8
/
+18
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-1
/
+1
*
Moves local_request? to require.local?
Santiago Pastorino
2010-08-13
1
-8
/
+1
*
Improve best_standards_support to use only IE=Edge in development mode
wycats
2010-08-09
1
-2
/
+11
*
Revert "Avoid uneeded queries in session stores if sid is not given."
José Valim
2010-07-29
2
-5
/
+3
*
Forgot to check in this new file
wycats
2010-07-27
1
-0
/
+13
*
Ensure insert_before in middleware stack raises a meaningful error message [#...
José Valim
2010-07-21
1
-4
/
+11
*
Set session options id to nil is respected and cancels lazy loading.
José Valim
2010-07-18
1
-2
/
+2
*
Avoid uneeded queries in session stores if sid is not given.
José Valim
2010-07-18
2
-3
/
+5
*
Small fix in cookie docs and trailing whitespaces
Carlos Antonio da Silva
2010-07-15
1
-7
/
+7
*
Fixed many references to the old config/environment.rb and Rails::Initializer
Benjamin Quorning
2010-07-13
1
-1
/
+1
*
porting session.clear fix to master branch. [#5030 state:resolved]
Aaron Patterson
2010-07-01
1
-0
/
+5
*
Fixed that an ArgumentError is thrown when request.session_options[:id] is re...
Michael Lovitt
2010-06-27
2
-36
/
+38
*
Do not mark the session as loaded if an error happened while doing it.
José Valim
2010-06-25
1
-2
/
+1
*
Calling exists? in the session store, without checking for stale sessions, wa...
José Valim
2010-06-25
2
-10
/
+10
*
Make sure that Rails doesn't resent session_id cookie over and over again if ...
Prem Sichanugrist
2010-06-25
1
-1
/
+3
*
Just reading flash messages should not create a session if one does not exist...
José Valim
2010-06-25
1
-2
/
+9
*
Avoid deserializing cookies too early, which causes session objects to not be...
José Valim
2010-06-24
2
-18
/
+22
*
Sessions should not be created until written to and session data should be de...
Michael Lovitt
2010-06-23
3
-29
/
+115
*
Merge remote branch 'rails/master'
Xavier Noria
2010-06-20
2
-5
/
+5
|
\
|
*
Use Rack::Utils.bytesize when calculating content-length of exception pages. ...
Tarsoly András
2010-06-20
1
-1
/
+1
|
*
Clear DescendantsTracker on each request.
José Valim
2010-06-19
1
-4
/
+4
*
|
Fix a bunch of minor spelling mistakes
Evgeniy Dolzhenko
2010-06-15
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix a bunch of minor spelling mistakes
Evgeniy Dolzhenko
2010-06-11
1
-1
/
+1
*
|
Refactored duplication into a separate method. Dropped class variable.
Rizwan Reza
2010-06-11
1
-15
/
+17
*
|
Adding missing docs to delete cookies with :all which were added that way.
Rizwan Reza
2010-06-11
1
-1
/
+2
*
|
Took out the domain option logic to cookies.rb.
Rizwan Reza
2010-06-11
3
-22
/
+32
*
|
Moved Domain regexp to a constant and added comments.
Rizwan Reza
2010-06-11
1
-1
/
+8
*
|
The previous commit didn't work with complex domains, which is now fixed.
Rizwan Reza
2010-06-11
1
-4
/
+4
*
|
Add support for multi-subdomain session by setting cookie host in session coo...
Rizwan Reza
2010-06-11
2
-1
/
+14
|
/
*
Revert "Add support for multi-subdomain session by setting cookie host in ses...
José Valim
2010-06-10
2
-14
/
+1
[next]