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
/
base.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Stopped the massive bleeding of concerns into ActionController::Base. Base no...
David Heinemeier Hansson
2006-02-12
1
-36
/
+39
*
The components module should also contain the options that pertain to it, so ...
David Heinemeier Hansson
2006-02-12
1
-17
/
+4
*
Major components cleanup and speedup. Closes #3527.
Jeremy Kemper
2006-02-09
1
-11
/
+35
*
Just go with Subclasses instead of OnlySubclasses
David Heinemeier Hansson
2006-02-04
1
-1
/
+1
*
Add Reloadable::OnlySubclasses which handles the common case where a base cla...
Nicholas Seckar
2006-02-02
1
-8
/
+3
*
Ensure assigns are copied to the template when using render :update. Closes ...
Nicholas Seckar
2006-01-30
1
-0
/
+3
*
Added reusable reloading support through the inclusion of the Relodable modul...
David Heinemeier Hansson
2006-01-29
1
-0
/
+7
*
Add the ability to call JavaScriptGenerator methods from helpers called in up...
Sam Stephenson
2006-01-23
1
-2
/
+3
*
Backing out of [3470] until visual_effect, et al can work
Sam Stephenson
2006-01-23
1
-3
/
+2
*
Add the ability to call JavaScriptGenerator methods from helpers called in up...
Sam Stephenson
2006-01-23
1
-2
/
+3
*
Raise a RedirectBackError if redirect_to :back is called when theres no HTTP_...
David Heinemeier Hansson
2006-01-22
1
-1
/
+8
*
Pass along blocks from render_to_string to render
Sam Stephenson
2006-01-20
1
-2
/
+2
*
Add render :update for inline RJS
Sam Stephenson
2006-01-20
1
-7
/
+30
*
Remove Upload Progress. Closes #2871.
Marcel Molina
2006-01-13
1
-6
/
+0
*
only log session_id if @session object responds to .session_id.
Tobias Lütke
2005-12-22
1
-1
/
+1
*
Add session ID to default logging, but remove the verbose description of ever...
David Heinemeier Hansson
2005-12-22
1
-0
/
+1
*
Don't try to strip out the controller name if default_action_name is nil
Marcel Molina
2005-12-20
1
-2
/
+4
*
Don't include a layout when rendering an rjs template using render's :templat...
Marcel Molina
2005-12-17
1
-0
/
+10
*
Make ActionController's render honor the :locals option when rendering a :fil...
Sam Stephenson
2005-11-22
1
-3
/
+7
*
Make rjs templates always implicitly skip out on layouts.
Marcel Molina
2005-11-18
1
-3
/
+8
*
Update documentation for render :file. References #2858.
Jeremy Kemper
2005-11-14
1
-8
/
+12
*
CGI::Session::ActiveRecordStore.data_column_name = 'foobar' to use a differen...
Jeremy Kemper
2005-11-09
1
-1
/
+5
*
Fix docs (closes #2725)
David Heinemeier Hansson
2005-11-07
1
-2
/
+2
*
Added redirect_to :back as a short-hand for redirect_to(request.env["HTTP_REF...
David Heinemeier Hansson
2005-11-02
1
-0
/
+6
*
ensure close_session in AC::Base#process
Jeremy Kemper
2005-11-02
1
-2
/
+2
*
Fix problem where redirecting components can cause an
Scott Barron
2005-10-30
1
-0
/
+1
*
Fixed docs (closes #2468)
David Heinemeier Hansson
2005-10-26
1
-11
/
+11
*
Reset template variables after using render_to_string. Closes #2559
Nicholas Seckar
2005-10-25
1
-0
/
+2
*
Expose the session model backing CGI::Session
Jeremy Kemper
2005-10-20
1
-2
/
+2
*
Update/clean up AP documentation (rdoc)
Jamis Buck
2005-10-16
1
-2
/
+2
*
Raise an exception if an attempt is made to insert more session data into the...
Marcel Molina
2005-10-15
1
-0
/
+3
*
Added :locals support for render :inline #2463 [mdabney@cavoksolutions.com]
David Heinemeier Hansson
2005-10-13
1
-3
/
+3
*
Made the documentation about render template/file sane
David Heinemeier Hansson
2005-10-03
1
-6
/
+11
*
Use a nicer date format
David Heinemeier Hansson
2005-10-01
1
-1
/
+1
*
Log request method and response size / status code
David Heinemeier Hansson
2005-09-28
1
-2
/
+2
*
Optimized tag_options to not sort keys, which is no longer necessary when ass...
David Heinemeier Hansson
2005-09-20
1
-0
/
+1
*
Moved session options to SessionManagement
David Heinemeier Hansson
2005-09-13
1
-20
/
+0
*
Added ActionController::Base.session_store=, session_store, and session_optio...
David Heinemeier Hansson
2005-09-13
1
-0
/
+20
*
Dont log creation of view class
David Heinemeier Hansson
2005-09-12
1
-1
/
+0
*
Dont encourage custom url options to be called with symbol #2047
David Heinemeier Hansson
2005-09-11
1
-14
/
+0
*
Added documentation for overwrite_params #2146 [Michael Shuerig]
David Heinemeier Hansson
2005-09-09
1
-0
/
+9
*
Fixed that render :partial would fail when :object was a Hash (due to backwar...
David Heinemeier Hansson
2005-09-09
1
-1
/
+1
*
An explicit include ClassInheritableAttributes is no longer needed #1948 [Cal...
David Heinemeier Hansson
2005-09-08
1
-2
/
+0
*
Avoid extending view instance with helper modules each request. Closes #1979
Nicholas Seckar
2005-09-08
1
-5
/
+16
*
ActionController documentation update #2051 [fbeausoleil@ftml.net]
Jamis Buck
2005-09-01
1
-3
/
+5
*
Use string key to set action_name for controllers. Closes #1968
Nicholas Seckar
2005-08-30
1
-1
/
+1
*
Removed unused statement
David Heinemeier Hansson
2005-07-26
1
-1
/
+0
*
Fixed snag in status reporting
David Heinemeier Hansson
2005-07-26
1
-1
/
+1
*
Only log status if there is one different from 200 set
David Heinemeier Hansson
2005-07-26
1
-1
/
+1
*
Add a catch-all eraser
David Heinemeier Hansson
2005-07-25
1
-2
/
+7
[prev]
[next]