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.md
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge pull request #7738 from grosser/verified_request
Rafael Mendonça França
2012-09-25
1
-0
/
+5
|
\
|
*
depreacte unused Mime::Type#verify_request? and Mime::Type.browser_generated_...
grosser
2012-09-24
1
-0
/
+5
*
|
some copy-editing I did in passing
Xavier Noria
2012-09-25
1
-26
/
+28
*
|
gives credit to Aaron in the CHANGELOG entry for AC::Live
Xavier Noria
2012-09-25
1
-2
/
+4
|
/
*
Put the new CHANGELOG entries always in the top [ci skip]
Rafael Mendonça França
2012-09-22
1
-8
/
+10
*
Merge pull request #7713 from porras/action-dispatch-upload-delegates-close-t...
Xavier Noria
2012-09-22
1
-0
/
+2
|
\
|
*
Update CHANGELOG.md
Sergio Gil Pérez de la Manga
2012-09-21
1
-0
/
+2
*
|
Fix MIME type in CHANGELOG
Jo Liss
2012-09-21
1
-1
/
+1
|
/
*
Update changelogs to add entries about strong_parameters integration
Guillermo Iguaran
2012-09-19
1
-0
/
+14
*
Removing to_shorthand from default_controller_and_action. Fixes #6497
Luiz Felipe
2012-09-19
1
-2
/
+12
*
cleanup, remove whitespace from CHANGELOG
Yves Senn
2012-09-17
1
-6
/
+6
*
log 404 status when ActiveRecord::RecordNotFound was raised (#7646)
Yves Senn
2012-09-17
1
-0
/
+4
*
Merge pull request #7669 from guilleiguaran/rename-rb-handler
Carlos Antonio da Silva
2012-09-17
1
-1
/
+1
|
\
|
*
Rename .rb template handler to .ruby to avoid conflicts with mustache views c...
Guillermo Iguaran
2012-09-17
1
-1
/
+1
*
|
allowing pass couple extension to register_template_handler call
Tima Maslyuchenko
2012-09-17
1
-0
/
+2
*
|
Add missing entries in AP changelog
Guillermo Iguaran
2012-09-16
1
-0
/
+13
|
/
*
Support for multiple etags in an If-None-Match header
Travis Warlick
2012-09-15
1
-0
/
+2
*
update CHANGELOG
Sergey Nartimov
2012-09-14
1
-0
/
+16
*
Add .rb template handler
Guillermo Iguaran
2012-09-11
1
-0
/
+2
*
Improve latest AR and AP changelog entries
Carlos Antonio da Silva
2012-09-08
1
-1
/
+6
*
Add a separation option for the excerpt function
Guirec Corbel
2012-09-08
1
-0
/
+2
*
Fix Markdown rendering of 'controller-level etag additions' feature
Aaron Brethorst
2012-08-29
1
-8
/
+8
*
Added controller-level etag additions that will be part of the action etag co...
David Heinemeier Hansson
2012-08-29
1
-0
/
+12
*
Add automatic template digests to all CacheHelper#cache calls (originally spi...
David Heinemeier Hansson
2012-08-29
1
-0
/
+2
*
Merge pull request #7230 from schneems/schneems/expose_required_keys
Andrew White
2012-08-29
1
-0
/
+5
|
\
|
*
Add Missing Keys from Journey on failed URL format
schneems
2012-08-28
1
-0
/
+5
*
|
CHANGELOGs are now per branch
Xavier Noria
2012-08-28
1
-6069
/
+1
|
/
*
Update AP's CHANGELOG with user facing changes
Piotr Sarnacki
2012-08-28
1
-0
/
+14
*
correct handling of date selects when using both disabled and discard options
Vasiliy Ermolovich
2012-08-25
1
-0
/
+5
*
Extract ActiveRecord::SessionStore from Rails
Prem Sichanugrist
2012-08-24
1
-0
/
+4
*
Add CHANGELOG entry for #7410
Rafael Mendonça França
2012-08-21
1
-0
/
+5
*
Added X-Content-Type-Options to the header defaults.
Jim Jones
2012-08-18
1
-2
/
+3
*
Fix slightly broken Markdown syntax in actionpack/CHANGELOG.md
hollowspace
2012-08-17
1
-10
/
+10
*
Add Request#formats=(extensions) that lets you set multiple formats directly ...
David Heinemeier Hansson
2012-08-14
1
-1
/
+15
*
Add CHANGELOG entry and documentation for Routing Concerns
Rafael Mendonça França
2012-08-13
1
-0
/
+30
*
Add support for start_hour and end_hour options in select_hour helper
Evan Tann
2012-08-13
1
-0
/
+2
*
Sync CHANGELOGs [ci skip]
Rafael Mendonça França
2012-08-11
1
-30
/
+91
*
Add CHANGELOG entry for #7314
Rafael Mendonça França
2012-08-11
1
-0
/
+5
*
Add 'X-Frame-Options' => 'SAMEORIGIN' and 'X-XSS-Protection' => '1; mode=bloc...
Santiago Pastorino
2012-08-10
1
-0
/
+6
*
Allow data attributes to be set as a first-level option for form_for, so you ...
David Heinemeier Hansson
2012-08-08
1
-0
/
+2
*
Deprecate `button_to_function` and `link_to_function` helpers.
Rafael Mendonça França
2012-08-07
1
-2
/
+22
*
Revert "Merge pull request #7033 from kron4eg/master". Not a a fan at all of ...
David Heinemeier Hansson
2012-08-07
1
-12
/
+0
*
Restoring the '%' trim mode for ERb templates, allowing for a leading percent...
Artiom Di
2012-08-07
1
-0
/
+12
*
Do not include application.js if it doesn't exists
Prem Sichanugrist
2012-08-06
1
-0
/
+2
*
Add CHANGELOG entry for 3c731a4ad62430100ba0b65bc966aa6dc6280c5f
Rafael Mendonça França
2012-08-05
1
-0
/
+4
*
Revert "Refactor passing url options via array for polymorphic_url"
Andrew White
2012-08-04
1
-2
/
+0
*
Refactor passing url options via array for polymorphic_url
Andrew White
2012-08-04
1
-0
/
+2
*
Changelog entry for Digest Auth fix (#2301)
Steve Klabnik
2012-08-02
1
-0
/
+2
*
updated changelog
Aaron Patterson
2012-07-29
1
-0
/
+16
*
Add CHANGELOG entry
Santiago Pastorino
2012-07-23
1
-0
/
+2
[prev]
[next]