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
Commit message (
Expand
)
Author
Age
Files
Lines
*
make sure string keys are always looked up from the class cache
Aaron Patterson
2011-03-02
1
-2
/
+3
*
use newer class cache api
Aaron Patterson
2011-03-02
1
-1
/
+1
*
yo dawg, directly use the class cache rather than the cache of the cache
Aaron Patterson
2011-03-01
1
-1
/
+2
*
refactor Reference to a ClassCache object, fix lazy lookup in Middleware so t...
Aaron Patterson
2011-03-01
2
-5
/
+13
*
initialize ivars
Aaron Patterson
2011-03-01
1
-1
/
+1
*
Enumerable gives us include?, so remove include?
Aaron Patterson
2011-03-01
1
-4
/
+0
*
prefer composition over inheritance with AD::MS
Aaron Patterson
2011-03-01
1
-8
/
+37
*
Revert "compute ext in initialize, and use an attr_reader"
Aaron Patterson
2011-02-28
1
-5
/
+7
*
no need to pass a regex to Regexp.compile
Aaron Patterson
2011-02-28
1
-4
/
+4
*
compute ext in initialize, and use an attr_reader
Aaron Patterson
2011-02-28
1
-7
/
+5
*
Fix named route helper for routes nested inside deeply nested resources
Andrew White
2011-02-14
1
-1
/
+1
*
Add notes on how to override the default :id constraint [#5994 state:resolved]
Andrew White
2011-02-14
1
-1
/
+8
*
Remove incorrect assert_recognizes example
Andrew White
2011-02-13
1
-3
/
+0
*
Fix assert_recognizes with block constraints [#5805 state:resolved]
Andrew White
2011-02-13
3
-6
/
+13
*
Add missing deprecation require
Carlos Antonio da Silva
2011-02-11
1
-0
/
+1
*
Change the CSRF whitelisting to only apply to get requests
Michael Koziarski
2011-02-08
1
-1
/
+2
*
Use Mime::Type references.
José Valim
2011-02-08
1
-1
/
+5
*
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-02-05
1
-17
/
+39
|
\
|
*
improve routing docs, mostly for #match
Gabriel Horner
2011-02-05
1
-12
/
+34
|
*
keep options titles consistent to "Options"
Gabriel Horner
2011-02-03
1
-5
/
+5
*
|
fixed bug with nested resources within shallow scope
german
2011-02-04
1
-1
/
+1
*
|
Protocol-relative URL support.
Stephen Celis
2011-02-02
1
-2
/
+5
|
/
*
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-02-02
3
-94
/
+194
|
\
|
*
explain different ways to use match()
Jonathan Dance + Gabriel Horner
2011-01-29
1
-9
/
+16
|
*
organize and expand on options for routing methods
Jonathan Dance + Gabriel Horner
2011-01-29
1
-81
/
+161
|
*
corrected the location of status code symbols
misfo
2011-01-29
1
-1
/
+1
|
*
add cross-references and documentation for scope
Jonathan Dance + Gabriel Horner
2011-01-28
1
-0
/
+12
|
*
fix cross-references in HttpHelper methods
Jonathan Dance + Gabriel Horner
2011-01-28
1
-4
/
+4
|
*
clarify what the "they" that are is and what the "are" in question is
Matt Jankowski
2011-01-27
1
-1
/
+2
*
|
Use run_callbacks; the generated _run_<name>_callbacks method is not a public...
John Firebaugh
2011-01-31
2
-5
/
+5
*
|
Add tld_length option when using domain :all in cookies
brainopia
2011-01-21
1
-9
/
+9
*
|
Support list of possible domains for cookies
brainopia
2011-01-21
1
-0
/
+3
|
/
*
removing more unused variables
Aaron Patterson
2011-01-17
1
-1
/
+1
*
use raise to create exceptions and to set the backtrace
Aaron Patterson
2011-01-12
2
-2
/
+2
*
reraising should be in the rescue block
Aaron Patterson
2011-01-12
1
-1
/
+1
*
Refactor to handle the X-Cascade without having to raise an exception
Krekoten' Marjan
2011-01-09
1
-12
/
+12
*
render :template is faster than render :file
Santiago Pastorino
2011-01-01
2
-5
/
+4
*
This is not needed anymore
Santiago Pastorino
2011-01-01
1
-3
/
+0
*
Don't deprecate to_prepare.
José Valim
2010-12-23
1
-4
/
+4
*
Clean up callbacks should also be called on exceptions.
José Valim
2010-12-23
1
-0
/
+3
*
Typo (request -> response)
John Firebaugh
2010-12-21
1
-1
/
+1
*
Expand ActionDispatch::Reloader docs
John Firebaugh
2010-12-21
1
-6
/
+14
*
Small changes on AD::Reloader.
José Valim
2010-12-20
1
-20
/
+3
*
Replace AD::Callbacks.to_prepare with AD::Reloader.to_prepare
John Firebaugh
2010-12-20
1
-25
/
+6
*
Introduce ActionDispatch::Reloader
John Firebaugh
2010-12-20
1
-0
/
+82
*
dry up case / when statement
Aaron Patterson
2010-12-17
1
-5
/
+3
*
Fix edge cases for domain :all option on cookie store
brainopia
2010-12-16
1
-2
/
+5
*
Fix indentation on the namespace method's documentation
Ryan Bigg
2010-12-13
1
-16
/
+16
*
Provide an example for ActionDispatch::Routing::Mapper#scope
Ryan Bigg
2010-12-11
1
-0
/
+12
*
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2010-12-11
1
-5
/
+10
|
\
[next]