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
*
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
*
Add back `:disable_with` and change deprecation horizon to 4.1
Carlos Galdino + Rafael Mendonça França
2012-07-21
1
-1
/
+1
*
Add back `:confirm` and change deprecation horizon to 4.1
Carlos Galdino + Rafael Mendonça França
2012-07-21
1
-2
/
+2
*
Remove `:confirm` in favor of `:data => { :confirm => 'Text' }` option
Carlos Galdino
2012-07-18
1
-0
/
+4
*
Improve and fix AP changelog, sync release notes [ci skip]
Carlos Antonio da Silva
2012-07-08
1
-2
/
+2
*
show routes while debugging added to changelog
schneems
2012-07-07
1
-0
/
+2
*
Added support add_flash_types
kennyj
2012-07-07
1
-0
/
+10
*
Update 4.0 Release Notes with changelogs [ci skip]
Carlos Antonio da Silva
2012-07-02
1
-3
/
+3
*
Update AR and AP changelogs [ci skip]
Carlos Antonio da Silva
2012-06-30
1
-0
/
+2
*
Support unicode character route in config/routes.rb.
kennyj
2012-06-16
1
-0
/
+10
*
Return proper format on exceptions
Santiago Pastorino
2012-06-11
1
-0
/
+2
*
Allow to use mounted helpers in ActionView::TestCase
Piotr Sarnacki
2012-06-01
1
-0
/
+2
*
Sync CHANGLOG with the 3-2-stable branch
Rafael Mendonça França
2012-06-01
1
-0
/
+32
*
Include routes.mounted_helpers into integration tests
Piotr Sarnacki
2012-06-01
1
-0
/
+2
*
Extracted redirect logic from ActionController::Force::ClassMethods.force_ssl
Jeremy Friesen
2012-05-31
1
-0
/
+4
*
accept a block in button_to helper
Sergey Nartimov
2012-05-30
1
-0
/
+16
*
Fix sorting of helpers from different paths
Piotr Sarnacki
2012-05-28
1
-0
/
+11
*
Add `:escape` option for `truncate`
Rafael Mendonça França
2012-05-26
1
-0
/
+5
*
Update the documentation and add CHANGELOG entry
Rafael Mendonça França
2012-05-26
1
-0
/
+2
*
Add several HTML5 input helpers
Carlos Galdino
2012-05-21
1
-0
/
+3
*
Add HTML5 input[type="color"] helper
Carlos Galdino
2012-05-21
1
-0
/
+2
*
Fix CHANGELOG order and add a brief description of the changes in the
Rafael Mendonça França
2012-05-20
1
-3
/
+3
[next]