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 partial scoping to TranslationHelper#translate, so if you call translat...
David Heinemeier Hansson
2009-02-10
1
-0
/
+2
*
Added tests from Andrew Whites fix [#1385 state:committed]
David Heinemeier Hansson
2009-02-05
1
-0
/
+2
*
Added localized rescue (404.da.html) [#1835 state:committed]
José Valim
2009-02-02
1
-0
/
+5
*
Mark CHANGELOGs for release
David Heinemeier Hansson
2009-02-01
1
-1
/
+1
*
Add support for nested object forms to ActiveRecord and the helpers in Action...
Eloy Duran
2009-02-01
1
-0
/
+12
*
Added grouped_options_for_select helper method for wrapping option tags in op...
Jon Crawford
2009-01-29
1
-0
/
+2
*
Implement HTTP Digest authentication. [#1230 state:resolved] [Gregg Kellogg, ...
Gregg Kellogg
2009-01-29
1
-0
/
+21
*
Improve i18n support for number_to_human_size helper:
Yaroslav Markin
2009-01-27
1
-0
/
+13
*
Added :silence option to BenchmarkHelper#benchmark and turned log_level into ...
David Heinemeier Hansson
2009-01-01
1
-0
/
+2
*
Fixed the AssetTagHelper cache to use the computed asset host as part of the ...
David Heinemeier Hansson
2009-01-01
1
-0
/
+2
*
Make ActionController#render(symbol) behave same as ActionController#render(s...
Pratik Naik
2008-12-26
1
-0
/
+1
*
Make ActionController#render(string) work as a shortcut for render :action =>...
Pratik Naik
2008-12-25
1
-3
/
+6
*
Make ActionController#render(string) work as a shortcut for render :template ...
Pratik Naik
2008-12-25
1
-3
/
+4
*
Make ActionController#render(string) work as a shortcut for render :file => s...
Pratik Naik
2008-12-25
1
-0
/
+7
*
Added prompt options to date helpers [#561 state:resolved]
Sam Oliver
2008-12-21
1
-0
/
+2
*
normalize author names in changelogs [#1495 state:committed]
Xavier Noria
2008-12-16
1
-374
/
+374
*
Do not output an ETag header if response body is blank or when sending files ...
Hongli Lai (Phusion
2008-12-16
1
-0
/
+2
*
Making the IP Spoofing check in AbstractRequest#remote_ip configurable.
Darren Boyd
2008-12-01
1
-0
/
+2
*
Deprecated formatted_polymorphic_url
Jeremy Kemper
2008-11-30
1
-0
/
+2
*
Added the option to declare an asset_host as an object that responds to call ...
David Heinemeier Hansson
2008-11-27
1
-0
/
+2
*
Fix routing test and add changelog note about draw no longer clearing the rou...
David Heinemeier Hansson
2008-11-26
1
-0
/
+2
*
Added optimal formatted routes to rails, deprecating the formatted_* methods,...
Aaron Batalion
2008-11-26
1
-0
/
+2
*
Changelog for #1448. Mention updating old translations with storage_units key.
Jeremy Kemper
2008-11-23
1
-1
/
+3
*
Move the cookie store to use the MessageVerifier class.
Michael Koziarski
2008-11-23
1
-0
/
+2
*
Allow helpers directory to be overridden via ActionController::Base.helpers_d...
Sam Pohlenz
2008-11-23
1
-0
/
+2
*
Remove deprecated ActionController::Base#assign_default_content_type_and_charset
Pratik Naik
2008-11-19
1
-0
/
+2
*
Assume that the next version is going to be 2.3 for now
David Heinemeier Hansson
2008-11-19
1
-1
/
+1
*
Changed the default of ActionView#render to assume partials instead of files ...
David Heinemeier Hansson
2008-11-19
1
-0
/
+2
|
\
|
*
Remove deprecated render_component. Please use the plugin from http://github....
Pratik Naik
2008-11-19
1
-0
/
+2
*
|
Changed the default of ActionView#render to assume partials instead of files ...
David Heinemeier Hansson
2008-11-19
1
-0
/
+16
|
/
*
Fixed RedCloth and BlueCloth shouldn't preload. Instead just assume that they...
David Heinemeier Hansson
2008-11-17
1
-0
/
+5
*
Missing changelogs for relative_url_root changes
Michael Koziarski
2008-11-14
1
-0
/
+2
*
Missing changelog for CSRF changes
Michael Koziarski
2008-11-14
1
-0
/
+6
*
Missing changelog for :only/:except on map.resources
Michael Koziarski
2008-11-14
1
-0
/
+2
*
Prepare for RC2
David Heinemeier Hansson
2008-11-14
1
-1
/
+3
*
Make polymorphic_url compact given array [#1317 state:committed]
hiroshi
2008-11-14
1
-0
/
+2
*
Fixed the sanitize helper to avoid double escaping already properly escaped e...
David Heinemeier Hansson
2008-11-06
1
-0
/
+2
*
Fixed that FormTagHelper generates illegal html if name contains e.g. square ...
Vladimir Dobriakov
2008-11-04
1
-0
/
+2
*
Fix regression bug that made date_select and datetime_select raise a Null Poi...
Bernardo de Pádua
2008-11-04
1
-0
/
+2
*
Simplified the logging format for parameters (don't include controller, actio...
David Heinemeier Hansson
2008-11-01
1
-0
/
+2
*
Remove the logging of the Session ID when the session store is CookieStore [DHH]
David Heinemeier Hansson
2008-11-01
1
-0
/
+2
*
Fixed regex in redirect_to to fully support URI schemes [#1247 state:committed]
Seth Fitzsimmons
2008-10-30
1
-0
/
+2
*
Fixed bug with asset timestamping when using relative_url_root (Joe Goldwasse...
David Heinemeier Hansson
2008-10-26
1
-0
/
+5
*
Update CHANGELOGs with the last few fixes, set date for today
David Heinemeier Hansson
2008-10-24
1
-1
/
+3
*
Prepare for Rails 2.2.0 [RC1]
David Heinemeier Hansson
2008-10-23
1
-1
/
+1
*
No use case handy for justifying fresh? any more
David Heinemeier Hansson
2008-10-21
1
-1
/
+1
*
Added stale?/fresh? and fresh_when methods to provide a layer of abstraction ...
David Heinemeier Hansson
2008-10-21
1
-0
/
+34
*
Added inline builder yield to atom_feed_helper tags where appropriate (Sam Ru...
David Heinemeier Hansson
2008-10-13
1
-0
/
+8
*
Implement submit_to_remote as a wrapper around a more generic button_to_remote
Tarmo Tänav
2008-10-07
1
-0
/
+2
*
Added support for http_only cookies in cookie_store Added unit tests for secu...
Pelle Braendgaard
2008-09-17
1
-0
/
+2
[next]