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
...
*
|
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
|
/
*
Return proper format on exceptions
Santiago Pastorino
2012-06-11
1
-14
/
+36
*
both string and sumbol will be interpolated as string no need to convert to_s
ganesh
2012-06-11
1
-3
/
+3
*
Merge pull request #6588 from nbibler/polymorphic_to_model
José Valim
2012-06-01
1
-1
/
+7
*
Include routes.mounted_helpers into integration tests
Piotr Sarnacki
2012-06-01
2
-3
/
+6
*
Merge branch 'master-sec'
Aaron Patterson
2012-05-31
1
-0
/
+22
|
\
|
*
Strip [nil] from parameters hash.
Aaron Patterson
2012-05-30
1
-0
/
+22
*
|
Simplify logic to initialize valid conditions in RouteSet
Carlos Antonio da Silva
2012-05-31
1
-7
/
+3
*
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-05-26
1
-4
/
+3
|
\
\
|
*
|
references to the old behavior removed
Mikhail Vaysman
2012-05-25
1
-4
/
+3
*
|
|
Remove implicit dependency on pathname
José Valim
2012-05-25
1
-3
/
+3
|
/
/
*
/
Added ActionDispatch::Request::Session#keys and ActionDispatch::Request::Sess...
Philip Arndt
2012-05-23
1
-0
/
+8
|
/
*
Fix bug when Rails.application is defined but is nil. See #881
Marc-Andre Lafortune
2012-05-21
1
-1
/
+1
*
Merge pull request #2549 from trek/RoutingErrorForMissingControllers
Aaron Patterson
2012-05-21
1
-3
/
+7
|
\
|
*
When a route references a missing controller, raise ActionController::Routing...
Trek Glowacki
2011-08-16
1
-3
/
+7
*
|
Return 400 Bad Request for URL paths with invalid encoding.
Andrew White
2012-05-20
2
-0
/
+18
*
|
Raise ActionController::BadRequest for malformed parameter hashes.
Andrew White
2012-05-20
2
-4
/
+12
*
|
Correct order of expected and actual arguments
Andrew White
2012-05-20
1
-1
/
+1
*
|
Raise Assertion instead of RoutingError for routing assertion failures.
David Chelimsky
2012-05-20
1
-7
/
+13
*
|
Improve `rake routes` output for redirects - closes #6369.
Andrew White
2012-05-19
1
-12
/
+22
*
|
Fix inspecting route redirections, closes #6369
Łukasz Strzałkowski
2012-05-18
1
-0
/
+4
*
|
Add the #unshift method to the middleware stack
Rich Healey
2012-05-18
1
-0
/
+5
*
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-05-15
10
-42
/
+2
|
\
\
|
*
|
Removing ==Examples and last blank lines of docs from actionpack
Francesco Rodriguez
2012-05-15
10
-42
/
+2
*
|
|
add tests and external file backtrace for Routing::Mapper#draw
Kornelius Kalnbach
2012-05-15
1
-3
/
+4
*
|
|
Autoload ActionDispatch::Request::Session to avoid circular require.
Andrew White
2012-05-13
1
-1
/
+2
|
/
/
*
|
Move require to where it's needed
Santiago Pastorino
2012-05-11
1
-1
/
+2
*
|
Copy literal route constraints to defaults - fixes #3571 and #6224.
Andrew White
2012-05-11
1
-0
/
+19
*
|
Don't ignore nil positional arguments for url helpers - fixes #6196.
Andrew White
2012-05-10
1
-1
/
+1
*
|
Refactor the handling of default_url_options in integration tests
Andrew White
2012-05-10
1
-7
/
+24
*
|
Refactor Generator class to not rely on in-place editing the controller
Andrew White
2012-05-09
1
-5
/
+10
*
|
Fix bug when url_for changes controller.
Nikita Beloglazov
2012-05-09
1
-2
/
+2
*
|
Fix that optimized named routes should also work as singleton methods on the ...
Jeremy Kemper
2012-05-06
1
-1
/
+2
[prev]
[next]