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
*
Merge pull request #5691 from avakhov/form-label-block
José Valim
2012-04-01
1
-0
/
+14
|
\
|
*
Block version of label should wrapped in field_with_errors in case of error
Alexey Vakhov
2012-04-01
1
-0
/
+14
*
|
Tests :if option of force_ssl method
Alexey Vakhov
2012-04-01
1
-0
/
+23
|
/
*
Remove the leading \n added by textarea on assert_select
Santiago Pastorino
2012-03-30
1
-0
/
+7
*
Merge pull request #5625 from nertzy/prefix_partial_path_with_controller_name...
José Valim
2012-03-28
4
-10
/
+63
|
\
|
*
Make controller namespace partial prefix optional
Grant Hutchins
2012-03-28
4
-6
/
+59
|
*
Test that render gets correct exact template name
Grant Hutchins
2012-03-28
1
-4
/
+4
*
|
Merge pull request #5359 from avakhov/missed-commits-from-3-2-stable
Santiago Pastorino
2012-03-28
2
-1
/
+27
|
\
\
|
|
/
|
/
|
|
*
datetime_select should work with -/+ infinity dates
Joe Van Dyk
2012-03-28
1
-0
/
+12
|
*
Add a test case for layout nil.
José Valim
2012-03-28
1
-1
/
+15
*
|
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
-0
/
+7
*
config.action_view.embed_authenticity_token_in_remote_forms is true by default
Piotr Sarnacki
2012-03-28
1
-19
/
+14
*
Added config.action_view.embed_authenticity_token_in_remote_forms
Piotr Sarnacki
2012-03-28
1
-2
/
+48
*
Add test for default_url_options[:port]
Aaron Suggs
2012-03-28
1
-0
/
+12
*
Merge pull request #5621 from rafaelfranca/fix-2492-master
Jeremy Kemper
2012-03-27
1
-0
/
+34
|
\
|
*
Check if the options hash already exists and merge it with the another
Rafael Mendonça França
2012-03-27
1
-6
/
+18
|
*
Fixing issue #2492 for master branch. ActionView::Base.field_error_proc doesn...
Andrey Samsonov
2012-03-27
1
-0
/
+22
*
|
Merge pull request #5620 from jcoleman/textarea-newline-fix-breaks-haml-master
Santiago Pastorino
2012-03-27
1
-6
/
+6
|
\
\
|
*
|
Don't break Haml with textarea newline fix.
James Coleman
2012-03-27
1
-6
/
+6
|
|
/
*
/
adds delegetion for eof? to AD::Http::UploadedFile
Jens Fahnenbruck
2012-03-27
1
-0
/
+6
|
/
*
If partial is rendered in controller, grab format from template
Piotr Sarnacki
2012-03-27
2
-0
/
+14
*
change number_with_precision to not return negative zeros
Tim McEwan
2012-03-27
1
-0
/
+1
*
Don't ignore non Enumerable values passed to sanitize (closes #5585)
Piotr Sarnacki
2012-03-27
1
-0
/
+18
*
Remove warning added by my own commit :fire:
Carlos Antonio da Silva
2012-03-26
1
-1
/
+1
*
Merge pull request #5561 from carlosantoniodasilva/form-builder-block-arg
Aaron Patterson
2012-03-26
1
-0
/
+12
|
\
|
*
Properly deprecate the block argument in AV FormBuilder
Carlos Antonio da Silva
2012-03-23
1
-0
/
+12
*
|
apply form_for namespace option to date_select
Sergey Nartimov
2012-03-26
1
-0
/
+8
*
|
Allow a defining custom member field on resources
Jamie Macey
2012-03-25
1
-0
/
+18
*
|
Use the new scope syntax
Rafael Mendonça França
2012-03-23
1
-1
/
+1
|
/
*
Fix secure cookies when there are more than one space before the secure
Rafael Mendonça França
2012-03-19
1
-0
/
+28
*
Remove exclude option from ActionDispatch::SSL
Rafael Mendonça França
2012-03-19
1
-6
/
+0
*
Fixes issue #5222: DateTimeSelector builds invalid dates on leap day when dis...
Jey Balachandran
2012-03-18
2
-7
/
+21
*
time_tag support for blocks
Antonio Tapiador del Dujo
2012-03-18
1
-0
/
+4
*
Some refactoring and update ActionDispatch::SSL code to use the Rack 1.4.x
Rafael Mendonça França
2012-03-17
1
-14
/
+0
*
Rack::SSL -> ActionDispatch::SSL
Rafael Mendonça França
2012-03-17
1
-0
/
+149
*
Merge pull request #5480 from drogus/rendering-issues
José Valim
2012-03-17
7
-0
/
+45
*
Should use an argument in http_digest_authentication_test.rb
kennyj
2012-03-17
1
-1
/
+1
*
use consistent explicit module inclusion
Luke Gruber
2012-03-16
3
-6
/
+6
*
fixed - warning: ambiguous first argument; put parentheses or even spaces
Sandeep
2012-03-16
1
-1
/
+1
*
Merge pull request #5454 from luke-gru/luke-dev
Piotr Sarnacki
2012-03-15
1
-0
/
+33
|
\
|
*
allow zero-arity proc for AbstrController::layout
Luke Gruber
2012-03-15
1
-0
/
+33
*
|
fix typo in redirect test
Brian Lopez
2012-03-15
1
-1
/
+1
*
|
strip null bytes from Location header as well
Brian Lopez
2012-03-15
1
-0
/
+20
|
/
*
Merge pull request #5337 from mreinsch/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
/
+13
*
|
Remove --http.
José Valim
2012-03-14
8
-201
/
+0
[next]