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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix the Flash middleware loading the session on every request (very dangerous...
Will Bryant
2012-04-30
2
-7
/
+3
*
Add note about using 303 See Other for XHR requests other than GET/POST
Andrew White
2012-04-30
1
-0
/
+10
*
Add CHANGELOG entry.
Rafael Mendonça França
2012-04-30
1
-1
/
+6
*
Deprecate link_to_function and button_to_function helpers
Rafael Mendonça França
2012-04-30
2
-12
/
+28
*
Add missing require when helpers are used in isolation
Rafael Mendonça França
2012-04-30
1
-0
/
+1
*
Restore interpolation of path option in redirect routes
Andrew White
2012-04-29
2
-1
/
+50
*
Add missing require from b608cdd64c95d0d16eb98d86562e22f3b01be9e3
Andrew White
2012-04-29
1
-0
/
+1
*
Escape interpolated params when redirecting - fixes #5688
Andrew White
2012-04-29
2
-1
/
+34
*
Remove warning of unused variable
Rafael Mendonça França
2012-04-29
1
-1
/
+1
*
Fix the build.
Rafael Mendonça França
2012-04-29
1
-2
/
+2
*
Don't convert params if the request isn't HTML - fixes #5341
Andrew White
2012-04-29
2
-8
/
+58
*
Lazy load `default_form_builder` if it's passed as a string
Piotr Sarnacki
2012-04-28
3
-1
/
+26
*
Do not mutate options hash
Carlos Antonio da Silva
2012-04-27
2
-2
/
+8
*
fix number_to_human docs [ci skip]
Vijay Dev
2012-04-26
1
-2
/
+2
*
Fix broken test from the earlier merge conflict
Prem Sichanugrist
2012-04-23
1
-9
/
+11
*
Merge pull request #5866 from tiegz/minor_fixes_3-2-stable
Aaron Patterson
2012-04-23
2
-42
/
+27
|
\
|
*
converting some tests to assert_raises, and DRY'ing retrieve_variable changes
Tieg Zaharia
2012-04-16
2
-47
/
+23
|
*
catch nil.to_sym errors in partial_renderer, and raise ArgumentError instead
Tieg Zaharia
2012-04-16
2
-1
/
+10
*
|
Updated other README to point 3-2-stable
Arun Agrawal
2012-04-23
1
-1
/
+1
|
/
*
default_url_options does not receive one argument anymore
Rafael Mendonça França
2012-04-08
2
-2
/
+2
*
Fix the redirect when it receive blocks with arity of 1.
Rafael Mendonça França
2012-03-31
2
-1
/
+17
*
Merge branch '3-2-3' into 3-2-stable
Santiago Pastorino
2012-03-30
2
-1
/
+5
|
\
|
*
Bump up to 3.2.3
Santiago Pastorino
2012-03-30
1
-1
/
+1
|
*
Remove the leading \n added by textarea on assert_select
Santiago Pastorino
2012-03-30
3
-0
/
+10
|
*
Bumping to 3.2.3.rc2
Santiago Pastorino
2012-03-29
1
-1
/
+1
|
*
Add missing CHANGELOG entry
Santiago Pastorino
2012-03-29
1
-0
/
+2
|
*
Add missing CHANGELOG entry
Santiago Pastorino
2012-03-29
1
-0
/
+2
|
*
Set proper rendered_format when doing render :inline
Santiago Pastorino
2012-03-28
2
-2
/
+3
|
*
Cover one more case in auth_token and remote forms
Piotr Sarnacki
2012-03-28
2
-17
/
+23
|
*
Merge pull request #5633 from drogus/embed-auth-token-in-remote-forms
Santiago Pastorino
2012-03-28
4
-14
/
+74
|
*
Merge pull request #5619 from jcoleman/textarea-newline-fix-breaks-haml
Santiago Pastorino
2012-03-27
3
-8
/
+12
*
|
Remove the leading \n added by textarea on assert_select
Santiago Pastorino
2012-03-30
3
-0
/
+10
*
|
Set proper rendered_format when doing render :inline
Santiago Pastorino
2012-03-28
2
-2
/
+3
*
|
Cover one more case in auth_token and remote forms
Piotr Sarnacki
2012-03-28
2
-17
/
+23
*
|
Added config.action_view.embed_authenticity_token_in_remote_forms
Piotr Sarnacki
2012-03-28
4
-14
/
+74
*
|
Merge pull request #5622 from rafaelfranca/fix-2492-3-2
Jeremy Kemper
2012-03-27
2
-2
/
+38
|
\
\
|
*
|
Check if the options hash already exists and merge it with the another
Rafael Mendonça França
2012-03-27
2
-16
/
+24
|
*
|
Fixing issue #2492. ActionView::Base.field_error_proc doesn't call for label.
Andrey Samsonov
2012-03-27
2
-2
/
+30
*
|
|
Merge pull request #5619 from jcoleman/textarea-newline-fix-breaks-haml
Santiago Pastorino
2012-03-27
3
-8
/
+12
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Don't break Haml with textarea newline fix.
James Coleman
2012-03-27
3
-8
/
+12
*
|
|
Bumping to 3.2.3.rc1
Santiago Pastorino
2012-03-27
1
-2
/
+2
|
|
/
|
/
|
*
|
If partial is rendered in controller, grab format from template
Piotr Sarnacki
2012-03-27
3
-2
/
+22
*
|
Merge pull request #5597 from carlosantoniodasilva/fix-build-3-2
José Valim
2012-03-26
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Return the same session data object when setting session id
Carlos Antonio da Silva
2012-03-24
1
-1
/
+1
*
|
apply form_for namespace option to date_select
Sergey Nartimov
2012-03-26
2
-1
/
+12
|
/
*
Fix GH #5411. When precompiling, params method is undefined.
kennyj
2012-03-22
1
-1
/
+1
*
We dont need to merge in the parameters as thats all being reset by the rack ...
David Heinemeier Hansson
2012-03-20
1
-1
/
+0
*
Build fix for ruby1.8.7-358
Arun Agrawal
2012-03-19
2
-9
/
+7
*
Add missing test for #5308
Piotr Sarnacki
2012-03-17
3
-0
/
+15
*
Fix #5440 - multiple render_to_string breaks partials formats
Piotr Sarnacki
2012-03-17
6
-0
/
+31
[next]