aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* fixed non matching documentation behaviour with method semantics on distance_...Marcelo Casiraghi2012-04-241-2/+19
* Distance of time in words should work correct if from time > to_timeAlexey Vakhov2012-04-241-0/+1
* Merge pull request #5865 from tiegz/minor_fixesAaron Patterson2012-04-201-34/+21
|\
| * converting some tests to assert_raises, and DRY'ing retrieve_variable changesTieg Zaharia2012-04-161-39/+17
| * catch nil.to_sym errors in partial_renderer, and raise ArgumentError insteadTieg Zaharia2012-04-161-0/+9
* | Remove unused test code.Rafael Mendonça França2012-04-161-5/+0
|/
* Merge pull request #5746 from jmbejar/index_method_form_builderSantiago Pastorino2012-04-111-0/+50
|\
| * Add index method to FormBuilder. Useful when you use field_for and need to kn...Jorge Bejar2012-04-111-0/+50
* | Adding itemscope to list of boolean attributes.Frankie Roberto2012-04-091-2/+2
* | Merge pull request #5783 from rafaelfranca/default_url_optionsSantiago Pastorino2012-04-082-2/+2
|\ \
| * | default_url_options does not receive one argument anymoreRafael Mendonça França2012-04-082-2/+2
* | | Revert "Merge pull request #5750 from ahoward/master"Santiago Pastorino2012-04-081-18/+0
|/ /
* | Merge pull request #5748 from ai/no_type_in_html5Jeremy Kemper2012-04-085-104/+104
|\ \
| * | Remove unnecessary in HTML 5 type attribute with default valueAndrey A.I. Sitnik2012-04-055-104/+104
* | | Make url_for work when option is nil and default_url_options hasRafael Mendonça França2012-04-051-0/+9
* | | Merge pull request #5750 from ahoward/masterAaron Patterson2012-04-051-0/+9
|\ \ \ | |_|/ |/| |
| * | carefully and quickly merge url_for optionsara.t.howard2012-04-041-0/+9
| |/
* | Merge pull request #4446 from ayamomiji/patch-1José Valim2012-04-051-0/+7
|\ \ | |/ |/|
| * prevent the cache sweeper ignores NoMethodErrorayaya2012-03-291-0/+7
* | add type option to atom feed entry builderSergey Nartimov2012-04-011-0/+31
* | Merge pull request #5691 from avakhov/form-label-blockJosé Valim2012-04-011-0/+14
|\ \
| * | Block version of label should wrapped in field_with_errors in case of errorAlexey Vakhov2012-04-011-0/+14
* | | Tests :if option of force_ssl methodAlexey Vakhov2012-04-011-0/+23
|/ /
* | Remove the leading \n added by textarea on assert_selectSantiago Pastorino2012-03-301-0/+7
* | Merge pull request #5625 from nertzy/prefix_partial_path_with_controller_name...José Valim2012-03-284-10/+63
|\ \
| * | Make controller namespace partial prefix optionalGrant Hutchins2012-03-284-6/+59
| * | Test that render gets correct exact template nameGrant Hutchins2012-03-281-4/+4
| |/
* | Merge pull request #5359 from avakhov/missed-commits-from-3-2-stableSantiago Pastorino2012-03-282-1/+27
|\ \ | |/ |/|
| * datetime_select should work with -/+ infinity datesJoe Van Dyk2012-03-281-0/+12
| * Add a test case for layout nil.José Valim2012-03-281-1/+15
* | Set proper rendered_format when doing render :inlineSantiago Pastorino2012-03-281-0/+1
|/
* Cover one more case in auth_token and remote formsPiotr Sarnacki2012-03-281-0/+7
* config.action_view.embed_authenticity_token_in_remote_forms is true by defaultPiotr Sarnacki2012-03-281-19/+14
* Added config.action_view.embed_authenticity_token_in_remote_formsPiotr Sarnacki2012-03-281-2/+48
* Add test for default_url_options[:port]Aaron Suggs2012-03-281-0/+12
* Merge pull request #5621 from rafaelfranca/fix-2492-masterJeremy Kemper2012-03-271-0/+34
|\
| * Check if the options hash already exists and merge it with the anotherRafael Mendonça França2012-03-271-6/+18
| * Fixing issue #2492 for master branch. ActionView::Base.field_error_proc doesn...Andrey Samsonov2012-03-271-0/+22
* | Merge pull request #5620 from jcoleman/textarea-newline-fix-breaks-haml-masterSantiago Pastorino2012-03-271-6/+6
|\ \
| * | Don't break Haml with textarea newline fix.James Coleman2012-03-271-6/+6
| |/
* / adds delegetion for eof? to AD::Http::UploadedFileJens Fahnenbruck2012-03-271-0/+6
|/
* If partial is rendered in controller, grab format from templatePiotr Sarnacki2012-03-272-0/+14
* change number_with_precision to not return negative zerosTim McEwan2012-03-271-0/+1
* Don't ignore non Enumerable values passed to sanitize (closes #5585)Piotr Sarnacki2012-03-271-0/+18
* Remove warning added by my own commit :fire:Carlos Antonio da Silva2012-03-261-1/+1
* Merge pull request #5561 from carlosantoniodasilva/form-builder-block-argAaron Patterson2012-03-261-0/+12
|\
| * Properly deprecate the block argument in AV FormBuilderCarlos Antonio da Silva2012-03-231-0/+12
* | apply form_for namespace option to date_selectSergey Nartimov2012-03-261-0/+8
* | Allow a defining custom member field on resourcesJamie Macey2012-03-251-0/+18
* | Use the new scope syntaxRafael Mendonça França2012-03-231-1/+1
|/