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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Reset the request parameters after a constraints check
Andrew White
2012-05-03
1
-0
/
+19
*
Deprecate link_to_function and button_to_function helpers
Rafael Mendonça França
2012-04-30
1
-12
/
+24
*
Restore interpolation of path option in redirect routes
Andrew White
2012-04-29
1
-1
/
+40
*
Escape interpolated params when redirecting - fixes #5688
Andrew White
2012-04-29
1
-0
/
+28
*
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
1
-2
/
+40
*
Lazy load `default_form_builder` if it's passed as a string
Piotr Sarnacki
2012-04-28
1
-0
/
+17
*
Do not mutate options hash
Carlos Antonio da Silva
2012-04-27
1
-0
/
+6
*
Fix broken test from the earlier merge conflict
Prem Sichanugrist
2012-04-23
1
-9
/
+11
*
converting some tests to assert_raises, and DRY'ing retrieve_variable changes
Tieg Zaharia
2012-04-16
1
-46
/
+22
*
catch nil.to_sym errors in partial_renderer, and raise ArgumentError instead
Tieg Zaharia
2012-04-16
1
-0
/
+9
*
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
1
-0
/
+15
*
Remove the leading \n added by textarea on assert_select
Santiago Pastorino
2012-03-30
1
-0
/
+7
*
Set proper rendered_format when doing render :inline
Santiago Pastorino
2012-03-28
1
-0
/
+1
*
Cover one more case in auth_token and remote forms
Piotr Sarnacki
2012-03-28
1
-16
/
+22
*
Added config.action_view.embed_authenticity_token_in_remote_forms
Piotr Sarnacki
2012-03-28
1
-6
/
+48
*
Merge pull request #5622 from rafaelfranca/fix-2492-3-2
Jeremy Kemper
2012-03-27
1
-0
/
+35
|
\
|
*
Check if the options hash already exists and merge it with the another
Rafael Mendonça França
2012-03-27
1
-6
/
+19
|
*
Fixing issue #2492. ActionView::Base.field_error_proc doesn't call for label.
Andrey Samsonov
2012-03-27
1
-0
/
+22
*
|
Merge pull request #5619 from jcoleman/textarea-newline-fix-breaks-haml
Santiago Pastorino
2012-03-27
1
-6
/
+6
|
\
\
|
|
/
|
/
|
|
*
Don't break Haml with textarea newline fix.
James Coleman
2012-03-27
1
-6
/
+6
*
|
If partial is rendered in controller, grab format from template
Piotr Sarnacki
2012-03-27
2
-0
/
+14
|
/
*
apply form_for namespace option to date_select
Sergey Nartimov
2012-03-26
1
-0
/
+8
*
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
5
-0
/
+30
*
Merge pull request #5457 from brianmario/typo-fix
Aaron Patterson
2012-03-15
1
-1
/
+1
*
Merge pull request #5456 from brianmario/redirect-sanitization
Aaron Patterson
2012-03-15
1
-0
/
+20
*
Merge pull request #5338 from mreinsch/3-2-static_invalid_byte_sequence
Aaron Patterson
2012-03-15
1
-0
/
+4
|
\
|
*
fix ArgumentError being raised in case of invalid byte sequences
Michael Reinsch
2012-03-08
1
-0
/
+4
*
|
Remove ActionController::TestCase#rescue_action_in_public!
Piotr Sarnacki
2012-03-15
1
-5
/
+0
*
|
Allow you to force the authenticity_token to be rendered even on remote forms...
David Heinemeier Hansson
2012-03-14
1
-0
/
+11
*
|
Do not include the authenticity token in forms where remote: true as ajax for...
David Heinemeier Hansson
2012-03-14
1
-0
/
+11
|
/
*
Add test case for #5307
Carlos Antonio da Silva
2012-03-07
1
-2
/
+6
*
Failing test for mime responder respond_with using a block.
Mario Visic
2012-03-05
1
-0
/
+36
*
Fix #5238, rendered_format is not set when template is not rendered
Piotr Sarnacki
2012-03-02
1
-2
/
+6
*
Merge branch '3-2-2' into 3-2-stable
Aaron Patterson
2012-03-01
1
-1
/
+8
|
\
|
*
Merge branch '3-2-stable-security' into 3-2-2
Aaron Patterson
2012-03-01
1
-1
/
+8
|
|
\
|
|
*
fix output safety issue with select options
Sergey Nartimov
2012-02-20
1
-1
/
+8
*
|
|
Add a new line after the textarea opening tag.
Rafael Mendonça França
2012-02-27
2
-37
/
+37
*
|
|
Adding tests for non-optional glob parameters
Andrew White
2012-02-26
1
-2
/
+27
*
|
|
assert => assert_equal
Arun Agrawal
2012-02-25
1
-3
/
+3
*
|
|
Checking headers in a better way. as doing here
Arun Agrawal
2012-02-25
1
-4
/
+3
*
|
|
Build fix for ruby187-p358
Arun Agrawal
2012-02-25
1
-2
/
+7
|
/
/
*
|
format lookup for partials is derived from the format in which the template i...
Santiago Pastorino
2012-02-22
3
-4
/
+9
*
|
Don't wrap the raise with ensure
Santiago Pastorino
2012-02-21
1
-1
/
+1
*
|
Restore lookup formats to the previous value after searching for the failing ...
Santiago Pastorino
2012-02-21
1
-1
/
+2
*
|
Fix some warnings on 3-2-stable
kennyj
2012-02-21
4
-25
/
+27
|
/
[prev]
[next]