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
*
Allow asset tag helper methods to accept :digest => false option in order to ...
Santiago Pastorino
2011-09-14
1
-0
/
+4
*
Add missing changelog entries for actionpack
Guillermo Iguaran
2011-09-13
1
-0
/
+4
*
Set relative url root in assets when controller isn't available for Sprockets...
Guillermo Iguaran
2011-09-13
1
-0
/
+2
*
Fix changelog entry
Mike Dillon
2011-09-10
1
-1
/
+1
*
Add test for warning and CHANGELOG entry
Mike Dillon
2011-09-10
1
-0
/
+2
*
Add entry about Asset behaviour fix to ActionPack ChangeLog
Guillermo Iguaran
2011-09-04
1
-0
/
+3
*
Merge pull request #2816 from sikachu/content_tag_for
José Valim
2011-09-04
1
-0
/
+16
|
\
|
*
Make `content_tag_for` and `div_for` accepts the array of records
Prem Sichanugrist
2011-09-04
1
-0
/
+16
*
|
Merge pull request #2835 from guilleiguaran/actionpack-changelog
Santiago Pastorino
2011-09-03
1
-2
/
+2
|
/
*
CookieJar is enumerable. fixes #2795
Aaron Patterson
2011-09-01
1
-0
/
+2
*
Add missing changelog entries for 3.1.1
Guillermo Iguaran
2011-09-01
1
-1
/
+10
*
Merge pull request #2723 from guilleiguaran/3-1-0-changelogs
Santiago Pastorino
2011-08-28
1
-0
/
+2
*
edit changelog to mention about x_sendfile_header default change
Vijay Dev
2011-08-29
1
-0
/
+2
*
contrib app minor tweak
Xavier Noria
2011-07-27
1
-2
/
+2
*
add entry for submit helper change removing object_name_id
Vijay Dev
2011-07-20
1
-0
/
+2
*
Fix wildcard route code example in changelog.
Hendy Tanata
2011-07-16
1
-2
/
+2
*
Revert "Add method fields_for_with_index to FormHelper"
José Valim
2011-07-01
1
-2
/
+0
*
Make sure respond_with with :js tries to render a template in all cases
José Valim
2011-06-30
1
-0
/
+2
*
Edited actionpack/CHANGELOG via GitHub
José Valim
2011-06-28
1
-0
/
+4
*
Update changelog with #1552 feature: add hidden field before select[multiple=...
Piotr Sarnacki
2011-06-11
1
-0
/
+5
*
Update CHANGELOG to mention the json_escape change, and rearrange stuff a bit.
Prem Sichanugrist
2011-06-10
1
-21
/
+23
*
Make sure `escape_javascript` return `SafeBuffer` if the incoming argument is...
Prem Sichanugrist
2011-06-09
1
-0
/
+2
*
Update CHANGELOG to mention the new SafeBuffer change
Prem Sichanugrist
2011-06-08
1
-0
/
+29
*
Move CHANGELOG entry to future version
Andrew White
2011-06-05
1
-1
/
+4
*
Refactor ActionController::TestCase cookies
Andrew White
2011-06-04
1
-0
/
+18
*
Add entry to AP changelog
Sebastian Martinez
2011-05-23
1
-0
/
+2
*
Make ParamsWrapper calling newly introduced `Model.attribute_names` instead o...
Prem Sichanugrist
2011-05-15
1
-1
/
+1
*
Merging 3.0.x CHANGELOGs
Guillermo Iguaran
2011-05-10
1
-1
/
+52
*
Warn if we cannot verify CSRF token authenticity
José Valim
2011-05-09
1
-0
/
+2
*
Update CHANGELOG.
José Valim
2011-05-07
1
-0
/
+2
*
Update CHANGELOGs.
José Valim
2011-05-06
1
-2
/
+0
*
Only show dump of regular env methods on exception screen (not all the rack c...
David Heinemeier Hansson
2011-05-04
1
-0
/
+2
*
Update CHANGELOG.
José Valim
2011-05-03
1
-4
/
+16
*
removing auto_link and moving it to the rails_autolink gem. :bomb:
Aaron Patterson
2011-05-02
1
-0
/
+6
*
Merge pull request #359 from sikachu/params_wrapper.
David Heinemeier Hansson
2011-05-02
1
-0
/
+4
|
\
|
*
Add `ActionController::ParamsWrapper` to wrap parameters into a nested hash
Prem Sichanugrist
2011-05-03
1
-0
/
+4
*
|
Update CHANGELOG file to mention my name
Prem Sichanugrist
2011-05-03
1
-1
/
+3
|
/
*
updates AP CHANGELOG
Xavier Noria
2011-04-13
1
-0
/
+2
*
Implicit actions named not_implemented can be rendered
Santiago Pastorino
2011-04-02
1
-0
/
+2
*
Update the wildcard route to be non-greedy by default, therefore be able to m...
Prem Sichanugrist
2011-03-29
1
-0
/
+8
*
Fix examples
David Heinemeier Hansson
2011-03-28
1
-1
/
+1
*
Added Base.http_basic_authenticate_with to do simple http basic authenticatio...
David Heinemeier Hansson
2011-03-28
1
-0
/
+37
*
Add controller-specific `force_ssl` method to force web browser to use HTTPS ...
Prem Sichanugrist
2011-03-28
1
-0
/
+2
*
Allow FormHelper#form_for to specify the :method as a direct option instead o...
David Heinemeier Hansson
2011-03-26
1
-0
/
+4
*
Make JavaScriptHelper#j() an alias for JavaScriptHelper#escape_javascript() -...
David Heinemeier Hansson
2011-03-26
1
-0
/
+2
*
Filter sensitive query string parameters in the log [#6244 state:committed]
Prem Sichanugrist & Xavier Noria
2011-03-11
1
-0
/
+2
*
Filter params that return nil for to_param and allow through false values
Andrew White
2011-03-09
1
-0
/
+4
*
prefer composition over inheritance with AD::MS
Aaron Patterson
2011-03-01
1
-0
/
+4
*
authenticity_token option for form_tag [#2988 state:resolved]
Jakub Kuźma
2011-01-09
1
-0
/
+2
*
HTML5 button_tag helper
Rizwan Reza
2011-01-09
1
-0
/
+5
[next]