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 improperly configured host in generated urls
schneems
2013-03-19
1
-0
/
+6
*
Digest auth should not 500 when given a basic header.
Brad Dunbar
2013-03-18
1
-0
/
+5
*
Include I18n fallbacks in :locale lookup context
Juan Barreneche
2013-03-16
1
-0
/
+5
*
`Http::Headers` directly modifies the passed environment.
Yves Senn
2013-03-15
1
-2
/
+6
*
allow headers and env to be passed in `IntegrationTest`.
Yves Senn
2013-03-13
1
-0
/
+11
*
Http::Headers respects headers that are not prefixed with HTTP_
Yves Senn
2013-03-13
1
-0
/
+4
*
Use "Fixes" in place of "Fix" in changelogs for consistency [ci skip].
Yves Senn
2013-03-09
1
-11
/
+11
*
Fix incorrectly appended square brackets to a multiple select box
Olek Janiszewski
2013-03-08
1
-0
/
+15
*
Move AP changelog entry to the top [ci skip]
Carlos Antonio da Silva
2013-03-07
1
-6
/
+6
*
Allow use of assert_template with the :file option.
Justin Coyne
2013-03-01
1
-0
/
+6
*
Improve the CHANGELOG entry
Rafael Mendonça França
2013-02-28
1
-2
/
+6
*
Merge pull request #9366 from killthekitten/fix-content_for-regression
Rafael Mendonça França
2013-02-28
1
-0
/
+2
|
\
|
*
Fix #9360 regression in content_for
Nikolay Shebanov
2013-02-25
1
-0
/
+2
*
|
Minor changelog improvement [ci skip]
Carlos Antonio da Silva
2013-02-28
1
-1
/
+1
*
|
`format: true` does not override existing format constraints.
Yves Senn
2013-02-27
1
-0
/
+10
*
|
allow non-String default params in the router.
Yves Senn
2013-02-26
1
-0
/
+10
*
|
the router allows String contraints.
Yves Senn
2013-02-26
1
-1
/
+9
*
|
Move the CHANGELOG entry to the proper place
Rafael Mendonça França
2013-02-26
1
-2
/
+4
*
|
Merge pull request #9434 from zires/dev
Rafael Mendonça França
2013-02-26
1
-0
/
+2
|
\
\
|
*
|
Make ActionDispatch::Journey::Path::Pattern#new raise more meaningful excepti...
zires
2013-02-27
1
-0
/
+2
*
|
|
Update CHANGELOGS
Rafael Mendonça França
2013-02-26
1
-0
/
+3
|
/
/
*
|
Preparing for 4.0.0.beta1 release
David Heinemeier Hansson
2013-02-25
1
-1
/
+1
*
|
fix respond_to without blocks not working if one of the blocks is all
grosser
2013-02-24
1
-0
/
+2
*
|
registers the encrypted session store in the AP changelog
Xavier Noria
2013-02-23
1
-0
/
+4
*
|
Changelog improvements, use 1.9 style hash in examples [ci skip]
Carlos Antonio da Silva
2013-02-22
1
-1
/
+1
*
|
completes pass over the AP changelog [ci skip]
Xavier Noria
2013-02-21
1
-14
/
+5
*
|
tweaks to the AP changelog [ci skip]
Xavier Noria
2013-02-21
1
-9
/
+3
*
|
Merge pull request #9361 from senny/improved_match_shorthand_syntax
Andrew White
2013-02-21
1
-0
/
+14
|
\
\
|
*
|
determine the match shorthand target early.
Yves Senn
2013-02-21
1
-0
/
+14
*
|
|
Revert "Revert "Merge pull request #4803 from lucascaton/master""
Santiago Pastorino
2013-02-21
1
-0
/
+2
|
|
/
|
/
|
*
|
Remove not necessary changelog about time zone array mutation
Carlos Antonio da Silva
2013-02-21
1
-8
/
+0
*
|
tweaks to the AP changelog [ci skip]
Xavier Noria
2013-02-21
1
-42
/
+27
|
/
*
Revert "Merge pull request #4803 from lucascaton/master"
Santiago Pastorino
2013-02-20
1
-2
/
+0
*
Remove XML Parser from ActionDispatch
Prem Sichanugrist
2013-02-20
1
-3
/
+8
*
Fix time_zone_options_for_select to not mutate TimeZones array
Brian McManus
2013-02-19
1
-0
/
+8
*
moves a CHANGELOG entry from AR to AP
Xavier Noria
2013-02-19
1
-0
/
+4
*
Add message when you have no routes defined.
Steve Klabnik
2013-02-18
1
-0
/
+6
*
Improve changelog entry from #9221 [ci skip]
Carlos Antonio da Silva
2013-02-11
1
-15
/
+13
*
Improve img alt attribute for screen readers
thenickcox
2013-02-09
1
-0
/
+21
*
Update actionpack/CHANGELOG.md
Rafael Mendonça França
2013-02-06
1
-4
/
+4
*
ruby constant syntax is not supported as routing `:controller` option.
Yves Senn
2013-02-06
1
-0
/
+13
*
partials inside directory work with `assert_template`
Yves Senn
2013-02-04
1
-1
/
+13
*
Fix markdown syntax in actionpack CHANGELOG.
Steve Klabnik
2013-02-01
1
-1
/
+2
*
Fix `content_tag_for` with array html option.
Semyon Perepelitsa
2013-01-31
1
-0
/
+18
*
Changelog about BestStandardsSupport removal
Guillermo Iguaran
2013-01-29
1
-5
/
+6
*
s/ERb/ERB/
Akira Matsuda
2013-01-29
1
-1
/
+1
*
Move AS changelog entry to the top, improve AP changelog a bit
Carlos Antonio da Silva
2013-01-28
1
-4
/
+4
*
Added a Changelog entry for fixing HEAD requests.
Michiel Sikkes
2013-01-28
1
-0
/
+5
*
Update actionpack's CHANGELOG for 445f14e
Piotr Sarnacki
2013-01-21
1
-0
/
+5
*
In Browser Path Matching with Javascript
schneems
2013-01-20
1
-0
/
+5
[next]