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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Extract Mapping class from monster match method
David Heinemeier Hansson
2009-12-24
1
-90
/
+137
|
/
*
Merge
David Heinemeier Hansson
2009-12-22
27
-230
/
+218
|
\
|
*
Flip deferrable autoload convention
Joshua Peek
2009-12-22
7
-139
/
+142
|
*
All AD modules are "deferrable"
Joshua Peek
2009-12-22
10
-23
/
+35
|
*
Use Rack::Runtime middleware so the reported time includes the entire middlew...
Joshua Peek
2009-12-22
1
-1
/
+0
|
*
Referer and user agent are in Rack::Request
Joshua Peek
2009-12-22
1
-1
/
+1
|
*
AD::StatusCodes support is now part of rack
Joshua Peek
2009-12-22
8
-44
/
+10
|
*
Make ActionMailer::Base inherit from AbstractController::Base
José Valim
2009-12-22
5
-32
/
+40
*
|
Dont encourage __FILE__ bullshit
David Heinemeier Hansson
2009-12-22
1
-2
/
+2
|
/
*
Dont introspect inline templates for the logger and cleanup a few styling issues
David Heinemeier Hansson
2009-12-21
2
-18
/
+13
*
Merge branch 'master' of github.com:rails/rails
David Heinemeier Hansson
2009-12-21
2
-3
/
+7
|
\
|
*
Less annoying RoutingError message
Joshua Peek
2009-12-21
1
-2
/
+2
|
*
reset_session needs to be a real method so flash can override it
Joshua Peek
2009-12-21
1
-1
/
+5
*
|
Merge branch 'master' of github.com:rails/rails
David Heinemeier Hansson
2009-12-21
31
-173
/
+160
|
\
|
|
*
Its now possible to use match 'stuff' => 'what#stuff' instead of using the :t...
David Heinemeier Hansson
2009-12-20
1
-3
/
+7
|
*
We don't need AD parse_config
Joshua Peek
2009-12-20
2
-21
/
+0
|
*
AC::Head now doesn't have an unfulfilled Rendering dependency, and instead wo...
Yehuda Katz
2009-12-20
8
-14
/
+24
|
*
Just a little tidying
David Heinemeier Hansson
2009-12-20
1
-24
/
+22
|
*
Merge branch 'master' of github.com:rails/rails
David Heinemeier Hansson
2009-12-20
12
-84
/
+66
|
|
\
|
|
*
Rename RackConvenience => RackDelegation
Joshua Peek
2009-12-20
8
-10
/
+10
|
|
*
Merge Session stuff into RackConvenience
Joshua Peek
2009-12-20
7
-74
/
+56
|
*
|
Added ActionDispatch::Request#authorization to access the http authentication...
David Heinemeier Hansson
2009-12-20
1
-0
/
+9
|
*
|
Rename RenderOptions to Renderers
David Heinemeier Hansson
2009-12-20
3
-6
/
+5
|
|
/
|
*
Renamed Redirector to Redirecting (its a module, not a class)
David Heinemeier Hansson
2009-12-20
4
-4
/
+4
|
*
Rename the RenderingController module to just plain Rendering
David Heinemeier Hansson
2009-12-20
10
-12
/
+12
|
*
:to => redirect() can take a String using 1.9-style interpolation or proc tha...
Yehuda Katz
2009-12-20
1
-4
/
+10
|
*
Add active_support/ruby/shim to the default requirements for AP components
Yehuda Katz
2009-12-20
4
-4
/
+4
*
|
Added cookies.permanent, cookies.signed, and cookies.permanent.signed accesso...
David Heinemeier Hansson
2009-12-20
1
-38
/
+130
|
/
*
Pending tests for AD Response
Joshua Peek
2009-12-17
1
-13
/
+12
*
Added alert/notice from 2-3-stable and refactored redirect_to into just livin...
David Heinemeier Hansson
2009-12-17
3
-71
/
+122
*
Use AbstractController error constants
Joshua Peek
2009-12-16
1
-3
/
+2
*
Fully expand relative rails framework paths and make sure we aren't
Joshua Peek
2009-12-16
4
-14
/
+19
*
Move route reloading into railties
Joshua Peek
2009-12-14
3
-95
/
+21
*
Fix loading plugin and engine route sets
Joshua Peek
2009-12-14
1
-5
/
+20
*
Fix response_body warning in AC
Joshua Peek
2009-12-14
1
-0
/
+2
*
Fix warning in AC flash
Joshua Peek
2009-12-14
1
-0
/
+1
*
Fix warnings in AD::Response
Joshua Peek
2009-12-14
1
-0
/
+3
*
rendering controller needs base
Joshua Peek
2009-12-12
1
-0
/
+1
*
Nearly all AC modules can be deferred
Joshua Peek
2009-12-12
1
-40
/
+44
*
All AbstractController modules are deferrable
Joshua Peek
2009-12-12
1
-7
/
+9
*
Relocate AbstractController exceptions into their proper parent modules
Joshua Peek
2009-12-12
4
-26
/
+17
*
Allow autoloads to opt out of eager loading
Joshua Peek
2009-12-12
6
-32
/
+31
*
TestProcess belongs in AD
Joshua Peek
2009-12-12
8
-124
/
+104
*
"new" and "edit" name routes always need to be prepend to the
Joshua Peek
2009-12-11
1
-6
/
+23
*
Use rackmounts recognize api and don't piggyback recognize_path on
Joshua Peek
2009-12-11
2
-21
/
+30
*
Remove fancy method not allowed resource exceptions since they are
Joshua Peek
2009-12-11
2
-33
/
+2
*
Kill RouteSet#recognize
Joshua Peek
2009-12-10
2
-14
/
+4
*
Cleanup generate_extras build/parse mess
Joshua Peek
2009-12-10
1
-9
/
+3
*
Reduce usage of interpret_status. It should also return a integer
Joshua Peek
2009-12-10
3
-24
/
+13
*
Add autoloads for ActionView::Template* classes, and an ActionView::TemplateE...
Nathan Weizenbaum
2009-12-10
2
-1
/
+7
[prev]
[next]