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
*
Routes should not swallow all NameErrors [#3862 status:resolved].
José Valim
2010-02-06
1
-1
/
+2
*
Routing Mapper with % interpolation on Ruby 1.9.1 fixed [#3837 status:resolved]
Santiago Pastorino and José Ignacio Costa
2010-02-02
1
-2
/
+1
*
Make rdoc match current API
Sam Ruby
2010-02-02
1
-105
/
+47
*
Deprecation notice for TestResponse#redirected_to
Joshua Peek
2010-01-30
1
-0
/
+5
*
Ensure root routes inside optional scopes works as expected.
José Valim
2010-01-26
1
-2
/
+3
*
As first step setup the load path and lazy compare middlewares.
José Valim
2010-01-25
1
-1
/
+13
*
Ensure metals and initializers in plugins are loaded.
José Valim
2010-01-24
1
-3
/
+0
*
Rename plugin_name to railtie_name and engine_name.
José Valim
2010-01-24
1
-1
/
+1
*
Ensure namespaced controllers in engines work.
José Valim
2010-01-24
1
-21
/
+7
*
Solve some pendencies.
José Valim
2010-01-24
1
-1
/
+1
*
Extract routes reloading responsibilities from application and load them just...
José Valim
2010-01-23
2
-13
/
+5
*
Make filter parameters based on request, so they can be modified for anything...
José Valim
2010-01-21
1
-62
/
+66
*
Default to sync instrumentation.
José Valim
2010-01-21
3
-52
/
+0
*
Tidy up new filter_parameters implementation.
José Valim
2010-01-21
3
-89
/
+95
*
Move filter_parameter_logging logic out of the controller and create ActionDi...
Prem Sichanugrist
2010-01-21
4
-24
/
+90
*
Add AD::Route#to_s
Sam Ruby
2010-01-20
1
-0
/
+6
*
Only send filtered_env for notifications
Joshua Peek
2010-01-20
1
-8
/
+9
*
Request#filter_parameters and filter_env
Joshua Peek
2010-01-20
1
-2
/
+24
*
Expose last controller in rack env["action_controller.instance"]
Joshua Peek
2010-01-20
1
-32
/
+6
*
Revert streaming params parser support.
Joshua Peek
2010-01-19
1
-3
/
+3
*
Cleanup middleware introspection output
Joshua Peek
2010-01-19
1
-3
/
+1
*
Disable ShowExceptions during integration tests
Joshua Peek
2010-01-19
1
-1
/
+3
*
Do not send rack.input or any other rack information to AD listeners.
José Valim
2010-01-19
2
-8
/
+15
*
Define named routes for other non-GET REST actions
Joshua Peek
2010-01-19
1
-4
/
+32
*
Prettier hash dump
Joshua Peek
2010-01-18
1
-3
/
+7
*
Show Rack env dump on exception page
Joshua Peek
2010-01-18
1
-1
/
+4
*
Accessing nonexistant cookies through the signed jar should not raise an
Joshua Peek
2010-01-17
1
-1
/
+3
*
Make local_request? to returns true when facing ::1 IPv6 address [#3257 statu...
Prem Sichanugrist
2010-01-17
1
-2
/
+2
*
Fix resources_path_names branch which was sending an array as entity. [#3715 ...
José Valim
2010-01-17
1
-34
/
+25
*
Move middleware builder back to Rails::Rack::Metal without losing the new beh...
José Valim
2010-01-17
1
-29
/
+0
*
Add ActionDispatch::Railties::Subscriber and finish tidying up the logging.
José Valim
2010-01-17
2
-0
/
+75
*
Add ActionDispatch::Notifications middleware.
José Valim
2010-01-17
3
-7
/
+26
*
Use backtrace cleaner for dev mode exception page
Joshua Peek
2010-01-16
3
-7
/
+22
*
Cookies middleware
Joshua Peek
2010-01-16
2
-1
/
+215
*
Merge docrails
Pratik Naik
2010-01-17
2
-11
/
+12
*
Allow custom controller for resource(s) [#3703 state:resolved]
Joshua Peek
2010-01-16
1
-1
/
+1
*
Split ActionDispatch http in smaller chunks.
José Valim
2010-01-16
7
-430
/
+480
*
Fix singleton resource named routes
Joshua Peek
2010-01-15
1
-2
/
+2
*
Fix const reference for SessionRestoreError
Joshua Peek
2010-01-15
1
-1
/
+1
*
Always join scoped paths with slashes
Joshua Peek
2010-01-15
1
-11
/
+17
*
Cleanup internal resource macro to use method helper shorthand
Joshua Peek
2010-01-15
1
-20
/
+14
*
Routing method shorthand shouldn't clobber :to options
Joshua Peek
2010-01-15
1
-2
/
+2
*
Move Flash into middleware
Joshua Peek
2010-01-15
2
-4
/
+174
*
Make HEAD method masquerade as GET so requests are routed correctly
Joshua Peek
2010-01-15
2
-5
/
+25
*
Ensure log is flushed and tailed on failures.
José Valim
2010-01-15
1
-4
/
+3
*
Move Dispatcher setup to Railties and add instrumentation hook.
José Valim
2010-01-15
1
-7
/
+10
*
Respect resources_path_names and :path_names options in new dsl
Joshua Peek
2010-01-13
2
-44
/
+96
*
Ensure optional path scopes are properly handled.
José Valim
2010-01-14
1
-8
/
+12
*
Add router support for resources :only and :except actions
Joshua Peek
2010-01-13
1
-16
/
+38
*
Pass :as to resources to change the resource name
Joshua Peek
2010-01-13
1
-4
/
+5
[next]