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
/
CHANGELOG
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added image_submit_tag confirm option [status:committed #784]
Alastair Brunton
2008-09-10
1
-0
/
+2
*
The FormTagHelper#submit_tag helper will now pass along the original value of...
Jose Fernandez
2008-09-10
1
-0
/
+2
*
Stopped logging template compiles as it only clogs up the log
David Heinemeier Hansson
2008-09-09
1
-0
/
+2
*
Use a more sensible resolution on the new millisecond benchmarks
David Heinemeier Hansson
2008-09-05
1
-2
/
+2
*
Changed all benchmarking reports to be in milliseconds
David Heinemeier Hansson
2008-09-05
1
-0
/
+12
*
Add support for shallow nesting of routes. [#838 state:resolved]
Pratik Naik
2008-08-30
1
-0
/
+14
*
Added button_to_remote helper
Tarmo Tänav
2008-08-29
1
-0
/
+2
*
Deprecate render_component.
Pratik Naik
2008-08-29
1
-0
/
+2
*
Routes may be restricted to lists of HTTP methods instead of a single method ...
Brennan Dunn
2008-08-28
1
-0
/
+4
*
Deprecated implicit local assignments when rendering partials
Joshua Peek
2008-08-28
1
-0
/
+2
*
Added TextHelper#current_cycle to return the current cycle for better design ...
Ken Collins
2008-08-27
1
-0
/
+2
*
Allow polymorphic_url helper to take url options. [#880 state:resolved]
Tarmo Tänav
2008-08-21
1
-0
/
+2
*
Switched integration test runner to use Rack processor instead of CGI
Joshua Peek
2008-08-20
1
-0
/
+2
*
Make AbstractRequest.if_modified_sense return nil if the header could not be ...
Jamis Buck
2008-08-19
1
-0
/
+2
*
Update changelog for conditional GET utility methods
Jeremy Kemper
2008-08-12
1
-2
/
+8
*
Added back ActionController::Base.allow_concurrency flag and moved lock down ...
Joshua Peek
2008-07-28
1
-0
/
+2
*
AbstractRequest.relative_url_root is no longer automatically configured by a ...
Joshua Peek
2008-07-24
1
-0
/
+2
*
Update Prototype to 1.6.0.2 (Patrick Joyce) [#599 status:committed]
David Heinemeier Hansson
2008-07-19
1
-0
/
+2
*
etag! and last_modified! conditional GET helpers
Jeremy Kemper
2008-07-17
1
-0
/
+4
*
All 2xx requests are considered successful [#217 state:resolved]
Joshua Peek
2008-07-16
1
-0
/
+2
*
Resolved conflict
David Heinemeier Hansson
2008-07-16
1
-0
/
+47
|
\
|
*
Removed config.action_view.cache_template_loading, use config.cache_classes i...
Joshua Peek
2008-07-15
1
-0
/
+2
|
*
Get buffer for fragment cache from template's @output_buffer
Joshua Peek
2008-07-15
1
-0
/
+2
|
*
Set config.action_view.warn_cache_misses = true to receive a warning if you p...
Joshua Peek
2008-07-12
1
-0
/
+2
|
*
Refactor template preloading. New abstractions include Renderable mixins and ...
Joshua Peek
2008-07-12
1
-0
/
+2
|
*
Changed ActionView::TemplateHandler#render API method signature to render(tem...
Joshua Peek
2008-07-11
1
-0
/
+2
|
*
Reenable the use of the Accept header to give people a chance to update their...
Michael Koziarski
2008-07-09
1
-4
/
+5
|
*
Changed PrototypeHelper#submit_to_remote to PrototypeHelper#button_to_remote ...
David Heinemeier Hansson
2008-07-09
1
-0
/
+2
|
*
Add :recursive option to javascript_include_tag and stylesheet_link_tag to be...
Damian Janowski
2008-07-08
1
-0
/
+2
|
*
Disable the Accept header by default
Michael Koziarski
2008-07-07
1
-0
/
+10
|
*
Do not stat template files in production mode before rendering. You will no l...
Joshua Peek
2008-07-05
1
-0
/
+2
|
*
Deprecated TemplateHandler line offset
Joshua Peek
2008-07-05
1
-0
/
+2
|
*
Simplify the implementation of assert_redirected_to to normalise the urls bef...
Michael Koziarski
2008-07-04
1
-0
/
+5
|
*
Remove old broken follow_redirect from functional tests. Still works in inte...
Michael Koziarski
2008-07-04
1
-0
/
+5
|
*
Allow caches_action to accept cache store options. [#416 state:resolved]
josevalim
2008-07-04
1
-0
/
+4
|
*
Remove old method of including javascripts define_javascript_functions.
Michael Koziarski
2008-07-03
1
-0
/
+2
|
*
Deprecate :use_full_path render option. The supplying the option no longer ha...
Joshua Peek
2008-07-02
1
-0
/
+2
*
|
Fixed that AssetTagHelper#compute_public_path shouldn't cache the asset_host ...
David Heinemeier Hansson
2008-07-16
1
-0
/
+2
|
/
*
Add :as option to render a collection of partials with a custom local variabl...
Pratik Naik
2008-07-02
1
-0
/
+6
*
Fix indentation and update changelogs for previous commit
gbuesing
2008-06-29
1
-0
/
+2
*
Made ActionView::Base#render_file private
Joshua Peek
2008-06-25
1
-0
/
+2
*
Fixed polymorphic_url to be able to handle singleton resources.
Tammer Saleh
2008-06-22
1
-0
/
+2
*
Replaced TemplateFinder abstraction with ViewLoadPaths
Joshua Peek
2008-06-17
1
-0
/
+2
*
Added block-call style to link_to [Sam Stephenson/DHH]
David Heinemeier Hansson
2008-06-17
1
-0
/
+6
*
Last commit message was meant for changelog.
Jeremy Kemper
2008-06-14
1
-0
/
+2
*
Improve ActionCaching's format-handling
Jonathan del Strother
2008-06-11
1
-0
/
+2
*
Make sure cache_template_loading works and don't use to_prepare callback
Pratik Naik
2008-06-11
1
-2
/
+0
*
Ensure ActionView::TemplateFinder view cache is rebuilt on initialize.
Joshua Peek
2008-06-08
1
-0
/
+2
*
Drop ActionController::Base.allow_concurrency flag
Joshua Peek
2008-06-08
1
-0
/
+2
*
Changelog: More efficient concat and capture helpers. Remove ActionView::Base...
Jeremy Kemper
2008-06-07
1
-0
/
+2
[next]