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
*
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
*
|
doc edits [ci skip]
Vijay Dev
2012-05-06
1
-3
/
+2
*
|
Merge pull request #5924 from cjolly/signed-cookies-docs
Vijay Dev
2012-05-06
1
-3
/
+5
|
\
\
|
*
|
Improve signed cookies documentation
Chad Jolly
2012-04-21
1
-3
/
+5
*
|
|
Raise a rescuable exception when Rails doesn't know what to do with the forma...
Steven Soroka
2012-05-06
1
-0
/
+1
*
|
|
Try to convert object passed to debug_hash to hash
Piotr Sarnacki
2012-05-05
1
-2
/
+2
*
|
|
need to dup the default options so that mutations will not impact us
Aaron Patterson
2012-05-04
1
-1
/
+1
*
|
|
make sure the superclass matches so load order does not matter
Aaron Patterson
2012-05-04
2
-2
/
+2
*
|
|
Merge pull request #6160 from carlosantoniodasilva/resource-route-canonical-a...
Aaron Patterson
2012-05-04
1
-2
/
+3
|
\
\
\
|
*
|
|
Force given path to http methods in mapper to skip canonical action checking
Carlos Antonio da Silva
2012-05-04
1
-2
/
+3
*
|
|
|
session creation methods to a module
Aaron Patterson
2012-05-04
3
-24
/
+11
|
/
/
/
*
|
|
create a request session in the cookie stores
Aaron Patterson
2012-05-04
1
-0
/
+8
*
|
|
create a request::session object in the memecache store middleware
Aaron Patterson
2012-05-04
1
-0
/
+10
*
|
|
Merge branch 'master' into session
Aaron Patterson
2012-05-04
8
-44
/
+55
|
\
\
\
|
*
\
\
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-05-04
1
-1
/
+1
|
|
\
\
\
|
|
*
|
|
Corrected the name of the module that should be included to get the url helpers.
Anuj Dutta
2012-05-03
1
-1
/
+1
|
*
|
|
|
RouteSet: optimize routes generation when globbing is used
Bogdan Gusiev
2012-05-03
1
-2
/
+5
|
*
|
|
|
Allows assert_redirected_to to accept a regular expression
Andy Lindeman
2012-05-03
1
-13
/
+20
|
*
|
|
|
use extract_options!
Paul McMahon
2012-05-03
1
-1
/
+2
|
*
|
|
|
Merge pull request #6138 from bogdan/routes
José Valim
2012-05-03
1
-19
/
+10
|
|
\
\
\
\
|
|
*
|
|
|
RouteSet: remove some code dups
Bogdan Gusiev
2012-05-02
1
-19
/
+10
|
*
|
|
|
|
Merge pull request #6131 from schneems/schneems/routes_backtrace
Santiago Pastorino
2012-05-02
1
-1
/
+3
|
|
\
\
\
\
\
|
|
*
|
|
|
|
Add backtrace to development routing error page
schneems
2012-05-02
1
-1
/
+3
|
*
|
|
|
|
|
Reset the request parameters after a constraints check
Andrew White
2012-05-02
2
-0
/
+6
|
|
/
/
/
/
/
|
*
|
|
|
|
Merge pull request #6122 from amerine/add_fetch_to_actiondispatch_http_headers
Aaron Patterson
2012-05-02
1
-7
/
+8
|
|
\
\
\
\
\
[next]