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
...
*
Duplicate tests removed.
Arun Agrawal
2012-06-09
1
-16
/
+0
*
Fix asset tags for files with more than one dot
Piotr Sarnacki
2012-06-07
3
-0
/
+6
*
Add test to flash sweep after two redirects
Rafael Mendonça França
2012-06-05
1
-0
/
+20
*
Deprecate `:confirm` in favor of `:data => { :confirm => 'Text' }` option
Carlos Galdino
2012-06-05
2
-19
/
+110
*
Allow to use mounted helpers in ActionView::TestCase
Piotr Sarnacki
2012-06-01
2
-0
/
+20
*
Merge pull request #6588 from nbibler/polymorphic_to_model
José Valim
2012-06-01
1
-1
/
+27
|
\
|
*
Use to_model delegates for polymorphic route generation
Nathaniel Bibler
2012-06-01
1
-1
/
+27
*
|
Include routes.mounted_helpers into integration tests
Piotr Sarnacki
2012-06-01
1
-0
/
+19
|
/
*
Strip [nil] from parameters hash.
Aaron Patterson
2012-05-30
1
-1
/
+6
*
Assets: don't add extension if other given and file exists
Sergey Nartimov
2012-05-21
2
-0
/
+3
*
Fixed tag_helper data-attribute bug with BigDecimals
Bodacious
2012-05-20
1
-2
/
+2
*
Use right option for excerpt text helper in tests, fix build
Carlos Antonio da Silva
2012-05-19
1
-8
/
+8
*
Merge pull request #5020 from KL-7/fix-blank-image_tag-source
José Valim
2012-05-18
1
-0
/
+1
*
Deprecate old APIs for highlight, excerpt and word_wrap
Jeremy Walker
2012-05-18
1
-36
/
+45
*
Deprecate `:disable_with` for `button_tag` too
Carlos Galdino + Rafael Mendonça França
2012-05-14
2
-6
/
+15
*
Fix typo
Carlos Galdino + Rafael Mendonça França
2012-05-14
1
-8
/
+8
*
Deprecate `:disable_with` in favor of `'data-disable-with'` option for `butto...
Carlos Galdino + Rafael Mendonça França
2012-05-14
2
-25
/
+37
*
Deprecate `:mouseover` options for `image_tag` helper.
Rafael Mendonça França
2012-05-13
1
-8
/
+40
*
Merge pull request #3237 from sakuro/data-url-scheme
Rafael Mendonça França
2012-05-13
1
-1
/
+2
*
Don't ignore nil positional arguments for url helpers - fixes #6196.
Andrew White
2012-05-10
1
-0
/
+34
*
Refactor the handling of default_url_options in integration tests
Andrew White
2012-05-10
1
-0
/
+80
*
Merge pull request #6149 from jmbejar/javascript_include_tag_with_not_duplicates
Santiago Pastorino
2012-05-09
1
-0
/
+6
|
\
|
*
Make sure that javascript_include_tag/stylesheet_link_tag methods in
Jorge Bejar
2012-05-03
1
-0
/
+6
*
|
Add failing test re #3436 which demonstrates content_type is not respected wh...
Kunal Shah
2012-05-07
1
-0
/
+21
*
|
Add a role option to wrap_parameters.
Nick Ragaz
2012-05-04
1
-2
/
+15
|
/
*
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
[prev]
[next]