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
...
*
|
RouteSet: cleanup some unneeded compexity
Bogdan Gusiev
2012-08-04
1
-16
/
+7
*
|
Renamed _path_segments to _recall
Bogdan Gusiev
2012-08-04
1
-2
/
+2
*
|
Simplify logical statement
Bogdan Gusiev
2012-08-04
1
-4
/
+2
*
|
Merge branch 'polymorphic_url_builds_query_string_with_array'
Andrew White
2012-08-04
1
-1
/
+4
|
\
\
|
*
|
Refactor passing url options via array for polymorphic_url
Andrew White
2012-08-04
1
-2
/
+2
|
*
|
polymorphic_url with an array generates a query string
Romain Tribes
2012-08-04
1
-1
/
+4
*
|
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-08-04
1
-0
/
+8
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
copy edits [ci skip]
Vijay Dev
2012-08-04
1
-2
/
+2
|
*
|
fix punctuation in #resources and #match documentation [ci skip]
Francesco Rodriguez
2012-07-31
1
-4
/
+4
|
*
|
Update #match documentation [ci skip]
Robert Pankowecki
2012-07-31
1
-0
/
+4
|
*
|
Update #resources documentation [ci skip]
Robert Pankowecki
2012-07-31
1
-0
/
+4
*
|
|
load active_support/core_ext/module/delegation in active_support/rails
Xavier Noria
2012-08-02
2
-2
/
+0
*
|
|
load active_support/core_ext/object/inclusion in active_support/rails
Xavier Noria
2012-08-02
3
-3
/
+0
*
|
|
load active_support/core_ext/object/blank in active_support/rails
Xavier Noria
2012-08-02
11
-11
/
+0
*
|
|
Merge pull request #7198 from cfcosta/refactor-cache_control_headers
Rafael Mendonça França
2012-07-29
1
-11
/
+19
|
\
\
\
|
*
|
|
Refactor ActionDispatch::Http::Cache::Response#cache_control_headers.
Cainã Costa
2012-07-30
1
-11
/
+19
*
|
|
|
header hash is duped before being sent up the rack stack
Aaron Patterson
2012-07-29
1
-12
/
+16
*
|
|
|
ActionController::DataStreaming::FileBody doesn't respond to #close.
Rafael Mendonça França
2012-07-29
1
-1
/
+1
*
|
|
|
flushing output should write to the stream rather than mutating the response ...
Aaron Patterson
2012-07-29
1
-8
/
+12
|
/
/
/
*
|
|
adding a buffered stream to the response object
Aaron Patterson
2012-07-29
1
-2
/
+42
*
|
|
initialize ivars, refactor recycle! to call initialize
Aaron Patterson
2012-07-29
1
-0
/
+2
*
|
|
adds a missing require from Active Support
Xavier Noria
2012-07-28
1
-0
/
+1
*
|
|
threads can wait on responses to be committed
Aaron Patterson
2012-07-27
1
-1
/
+24
*
|
|
fix typo in documentation
Anatoly Makarevich
2012-07-26
1
-1
/
+1
*
|
|
Remove ActionDispatch::Head middleware in favor of Rack::Head
Santiago Pastorino
2012-07-23
2
-20
/
+2
|
/
/
*
|
Don't assume resource param is :id when using shallow routes
Andrew White
2012-07-20
1
-1
/
+3
*
|
Support constraints on resource custom params when nesting
Andrew White
2012-07-20
1
-8
/
+12
*
|
Add support for optional root segments containing slashes
Andrew White
2012-07-17
1
-1
/
+1
*
|
Fix class_eval without __FILE__ and __LINE__.
kennyj
2012-07-18
1
-1
/
+1
*
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-07-15
1
-7
/
+4
|
\
\
|
*
|
Updated with_routing example to 3.x syntax [ci skip]
Wojciech Wnętrzak
2012-07-13
1
-7
/
+4
|
|
/
*
|
Raise a helpful error message on #mount misuse
Carl Lerche
2012-07-10
1
-0
/
+4
*
|
Rename RouteInspector to RoutesInspector
Carlos Antonio da Silva
2012-07-08
2
-3
/
+2
*
|
move route_inspector to actionpack
@schneems and @mattt
2012-07-07
2
-5
/
+128
*
|
show routes while debugging RoutingError
schneems
2012-07-07
2
-3
/
+20
|
/
*
Prevent conflict between mime types and Object methods
Mircea Pricop
2012-07-06
1
-1
/
+12
*
add Mime.fetch so we can have default mime types
Aaron Patterson
2012-07-03
1
-0
/
+5
*
make the default environment have actual defaults
Aaron Patterson
2012-07-03
1
-1
/
+7
*
Merge pull request #6904 from guilleiguaran/remove-amo-dependency-in-ap
Carlos Antonio da Silva
2012-06-30
1
-7
/
+7
|
\
|
*
Remove ActiveModel dependency from ActionPack
Guillermo Iguaran
2012-06-30
1
-7
/
+7
*
|
Revert "Allow loading external route files from the router"
José Valim
2012-06-29
2
-19
/
+0
|
/
*
Ensure that cache-control headers are merged
James Tucker
2012-06-18
1
-10
/
+32
*
Support unicode character route in config/routes.rb.
kennyj
2012-06-16
2
-1
/
+8
*
Use status, content_type, body method signature for render too
Santiago Pastorino
2012-06-14
1
-4
/
+3
*
Refactor public exceptions to reuse render format method
Carlos Antonio da Silva
2012-06-14
1
-9
/
+6
*
These lines don't help to mitigate CVE. They only turn [nil] into nil, w/o th...
Egor Homakov
2012-06-13
1
-3
/
+0
*
Merge branch 'master-sec'
Aaron Patterson
2012-06-12
1
-2
/
+4
|
\
|
*
Array parameters should not contain nil values.
Aaron Patterson
2012-06-12
1
-2
/
+4
*
|
content_type is already a Mime::Type object
Santiago Pastorino
2012-06-12
1
-1
/
+1
*
|
This consider_all_requests_local doesn't make sense
Santiago Pastorino
2012-06-12
1
-3
/
+2
|
/
[prev]
[next]