index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Eilertsens Kodeknekkeri
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_controller
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit 'mainstream/master'
Pratik Naik
2008-12-07
40
-828
/
+552
|
\
|
*
Silence server backtrace in rescue templates and log files. Also remove some ...
Joshua Peek
2008-12-05
3
-28
/
+46
|
*
Boot out CGI Processor.
Joshua Peek
2008-12-04
5
-241
/
+117
|
*
Ensure each rack request has its own dispatcher instance
Joshua Peek
2008-12-04
1
-1
/
+1
|
*
Refactor SessionFixationTest and WebServiceTest with IntegrationTest so they ...
Joshua Peek
2008-12-04
1
-5
/
+13
|
*
Merge branch 'master' of git@github.com:rails/rails
Jeremy Kemper
2008-12-03
4
-1
/
+55
|
|
\
|
|
*
Add internal middleware stack to Dispatcher
Joshua Peek
2008-12-01
2
-0
/
+50
|
|
*
Making the IP Spoofing check in AbstractRequest#remote_ip configurable.
Darren Boyd
2008-12-01
2
-1
/
+5
|
*
|
Fix failsafe response path. [#1504 state:committed]
Jeremy Kemper
2008-12-03
1
-1
/
+1
|
|
/
|
*
Simplify Request#path
Jeremy Kemper
2008-11-30
1
-5
/
+3
|
*
Simplify REMOTE_ADDR parsing
Jeremy Kemper
2008-11-30
1
-1
/
+1
|
*
Deprecated formatted_polymorphic_url
Jeremy Kemper
2008-11-30
1
-21
/
+20
|
*
Extract named_helper module_eval so it's easier to override
Jeremy Kemper
2008-11-29
1
-2
/
+6
|
*
Reinstate "Super lazy load view paths in development mode (no indexing or cac...
Joshua Peek
2008-11-28
3
-31
/
+13
|
*
Revert "Super lazy load view paths in development mode (no indexing or cachin...
David Heinemeier Hansson
2008-11-27
3
-13
/
+31
|
*
Super lazy load view paths in development mode (no indexing or caching at all...
Joshua Peek
2008-11-26
3
-31
/
+13
|
*
Merge branch 'master' of git@github.com:rails/rails
Jeremy Kemper
2008-11-26
1
-12
/
+42
|
|
\
|
|
*
Added support for multiple routes files and made draw not clear the map so th...
David Heinemeier Hansson
2008-11-26
1
-12
/
+42
|
*
|
Ensure Test::Unit::Assertions is available
Jeremy Kemper
2008-11-26
1
-0
/
+1
|
|
/
|
*
Merge branch 'master' of git@github.com:rails/rails
Jeremy Kemper
2008-11-26
6
-5
/
+49
|
|
\
|
|
*
Added optimal formatted routes to rails, deprecating the formatted_* methods,...
Aaron Batalion
2008-11-26
6
-5
/
+49
|
*
|
No need to have #generate and #generate_extras per instance
Jeremy Kemper
2008-11-26
1
-5
/
+10
|
|
/
|
*
Depend on rack 0.4.0 instead of vendoring it
Joshua Peek
2008-11-25
41
-4225
/
+0
|
*
Deprecate assert_valid
Joshua Peek
2008-11-25
1
-0
/
+1
|
*
Ensure ActionView will be available to ActionMailer if ActionController is no...
Joshua Peek
2008-11-25
1
-1
/
+0
|
*
Ensure all HTML:: constants are available to autoload [#1462 state:resolved]
Craig Davey
2008-11-25
1
-1
/
+8
|
*
Ruby 1.9 compat: explicitly require delegate for cookie's DelegateClass
Jeremy Kemper
2008-11-24
1
-0
/
+2
|
*
Reorder the way in which map.resource routes are added to the set. This preve...
Geoff Garside
2008-11-24
1
-1
/
+1
|
*
helpers require dependencies
Joshua Peek
2008-11-24
1
-0
/
+2
|
*
prefer autoloaded html scanner
Joshua Peek
2008-11-24
1
-2
/
+0
|
*
Ensure integration test is load in script/console [#1452 state:resolved]
Joshua Peek
2008-11-24
1
-1
/
+0
|
*
Autoload HTML::Document and sanitizers
Jeremy Kemper
2008-11-23
4
-9
/
+11
|
*
Drop unneeded drb require
Jeremy Kemper
2008-11-23
1
-1
/
+0
|
*
Use autoload instead of explicit requires for ActionController
Joshua Peek
2008-11-23
11
-37
/
+17
|
*
Move the cookie store to use the MessageVerifier class.
Michael Koziarski
2008-11-23
1
-18
/
+14
|
*
Change the forgery token implementation to just be a simple random string.
Michael Koziarski
2008-11-23
1
-39
/
+7
|
*
Allow helpers directory to be overridden via ActionController::Base.helpers_d...
Sam Pohlenz
2008-11-23
1
-6
/
+8
|
*
Use a relative require for bundled rack lib
Jeremy Kemper
2008-11-22
1
-1
/
+2
|
*
Vendor rack 0.4.0
Joshua Peek
2008-11-22
41
-0
/
+4224
|
*
write_fragment returns content if caching is disabled [#846 state:resolved]
Joshua Peek
2008-11-22
1
-11
/
+11
|
*
Add TestResponse#client_error? to check for 4xx status codes [#851 state:reso...
Lance Ivy
2008-11-22
1
-1
/
+6
|
*
Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for cutting...
David Heinemeier Hansson
2008-11-22
1
-10
/
+4
|
*
Let ApplicationController stay unloaded for as long as possible
David Heinemeier Hansson
2008-11-22
1
-3
/
+1
|
*
Fix straggling references to Test::Unit::TestCase
Jeremy Kemper
2008-11-20
1
-8
/
+4
|
*
Revert "Simplify benchmarking and rescue". Need a different approach.
Pratik Naik
2008-11-20
3
-63
/
+68
|
*
Simplify benchmarking and rescue
Pratik Naik
2008-11-20
3
-68
/
+63
|
*
Remove deprecated ActionController::Base#assign_default_content_type_and_charset
Pratik Naik
2008-11-19
1
-5
/
+0
|
*
Remove deprecated render_component. Please use the plugin from http://github....
Pratik Naik
2008-11-19
3
-171
/
+2
|
*
Let polymorphic_path treat an array contains single name as without array [#1...
Hiroshi Saito
2008-11-19
1
-0
/
+1
|
*
Make optimized named routes respect all reserved options and tie it into UrlR...
Gabe da Silveira
2008-11-18
2
-6
/
+3
[next]