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_controller
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
BACKWARDS INCOMPATIBLE: Renamed application.rb to application_controller.rb a...
David Heinemeier Hansson
2008-11-17
1
-8
/
+1
*
Add text/plain to the browser_generated_types array as webkit and gecko can s...
Michael Koziarski
2008-11-16
1
-2
/
+2
*
Merge branch 'master' into testing
Jeremy Kemper
2008-11-15
6
-44
/
+105
|
\
|
*
Merge docrails.
Pratik Naik
2008-11-14
1
-3
/
+3
|
*
Make inheritance of map.resources :only/:except options behave more predictably
Tom Stuart
2008-11-14
1
-19
/
+14
|
*
Make polymorphic_url compact given array [#1317 state:committed]
hiroshi
2008-11-14
1
-1
/
+1
|
*
Fix map.resources to always generate named routes if they're needed
Tom Stuart
2008-11-13
1
-6
/
+7
|
*
Instead of overriding html_types, base the verification on browser_generated_...
Michael Koziarski
2008-11-13
1
-4
/
+17
|
*
fix two MimeType failing test cases
rick
2008-11-13
1
-1
/
+4
|
*
Changed request forgery protection to only worry about HTML-formatted content...
Jeff Cohen
2008-11-13
3
-3
/
+4
|
*
Add :only/:except options to map.resources
Tom Stuart
2008-11-12
1
-37
/
+85
*
|
Merge branch 'master' into testing
Jeremy Kemper
2008-11-11
4
-34
/
+53
|
\
|
[next]