aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* Updated asset_template_path to asset_path and have it also support a String [...wycats2010-03-281-1/+8
* Allow customisation of asset path generation using a proc.Craig R Webster2010-03-281-0/+9
* Add more tests and docs to uncountable routes. [#3930 state:resolved]Rizwan Reza2010-03-281-2/+4
* Add _index to named collection routes for uncountable resources (e.g. Sheep)Jan De Poorter2010-03-281-0/+9
* html_tag option to wrap error_message_on text [#4283 state:resolved]Paco Guzman2010-03-281-0/+4
* Request#content_type exists in Rack::Request, and other parts of Rack::Reques...wycats2010-03-282-7/+7
* Add constraints to resources in new routing DSLAndrew White2010-03-281-0/+26
* Fixes a bug where error_messages_for was returning an empty div [#4048 state:...wycats2010-03-271-0/+4
* Recovers error_messages for ActiveRecordInstanceTag. [#4078 state:resolved]Daniel Rodríguez Troitiño2010-03-271-0/+14
* Fix named routes for member actions of singleton resources [#4266 state:resol...Andrew White2010-03-271-0/+5
* Tests method_missing to raise NameError. [#2522 state:resolved]Rizwan Reza2010-03-271-0/+16
* Add parameter defaults support to new routing DSL [#4265 state:resolved]Andrew White2010-03-271-0/+20
* Rails router automatically calculated for you the controller and named routes...José Valim2010-03-261-3/+11
* open_session can just return the a dup of the current context.wycats2010-03-221-5/+3
* Rename unsignificant to insignificant.José Valim2010-03-232-12/+12
* Current url helpers become actions in controller. Added a failing test case f...José Valim2010-03-221-6/+17
* NumberHelper methods should now return html_safe strings (when the inputs are...Bernardo de Pádua2010-03-221-22/+121
* Adds number_to_human and several improvements in NumberHelper. [#4239 state:r...Bernardo de Pádua2010-03-222-70/+228
* Make router shortcuts more polite to URLs starting with a leading slash.José Valim2010-03-221-0/+18
* Fixed a bunch of tests that failed in 1.9 because they assumed that a Rack re...wycats2010-03-195-7/+25
* Improve performance of the rendering stack by freezing formats as a sign that...José Valim2010-03-193-19/+43
* remove duplicated self.view_paths assingment on controller tests [#4206 state...Santiago Pastorino2010-03-181-2/+2
* Return a valid Rack response from bare ActionController::MetalCarlhuda2010-03-181-0/+27
* Make render :partial, :layout consistent between AC and AVCarlhuda2010-03-181-11/+1
* All tests pass without memoizing view_contextCarlhuda2010-03-185-12/+23
* Sending the partial as info is no longer required.José Valim2010-03-181-2/+2
* Deleting and setting a cookie in the same request was brokenMathias Biilmann Christensen2010-03-171-0/+11
* Modify assert_template to use notifications. Also, remove ActionController::B...Carlhuda2010-03-179-64/+72
* Remove unneeded AV::Base and AV::Template monkey-patchesCarlhuda2010-03-171-3/+2
* Modify assert_template to use instrumentationCarlhuda2010-03-171-41/+0
* Install url helpers on module instance so they can be accessedJoshua Peek2010-03-171-0/+1
* link_to_function is here to stayJoshua Peek2010-03-161-1/+30
* scope_key_by_partial fix for Ruby 1.9 when there's virtual_path [#4202 state:...Santiago Pastorino2010-03-162-0/+7
* Fix rendering of HTML partials inside JS templates [#4197 status:resolved]José Valim2010-03-161-0/+7
* translation method of TranslationHelper module returns always SafeBuffer [#41...Santiago Pastorino2010-03-162-1/+9
* adds tests for #flush_output_bufferXavier Noria2010-03-161-2/+37
* adds tests for #captureXavier Noria2010-03-161-0/+23
* Some more tweaks on <% %>.Carlhuda2010-03-161-4/+4
* Break a window :/Jeremy Kemper2010-03-155-7/+7
* Fix link_to with blockJeremy Kemper2010-03-151-4/+1
* Swear I ran this testJeremy Kemper2010-03-151-1/+1
* Integration test url options should account for :protocol not just https?Jeremy Kemper2010-03-151-1/+6
* Move more normalization up to the lookup context, so it does not have to repe...José Valim2010-03-162-9/+9
* adds test coverage for with_output_bufferXavier Noria2010-03-151-3/+45
* Add deprecation notices for <% %>.Carlhuda2010-03-157-23/+35
* with_output_buffer cannot assume there's an output_bufferXavier Noria2010-03-151-0/+6
* Don't force singularization of singleton resource names, e.g. /preferences [#...Andrew White2010-03-151-0/+7
* read_ and write_fragment cache preserve html safety yet cache strings onlyJeremy Kemper2010-03-141-0/+13
* There's a Ruby issue with File.basename different versions returns different ...Santiago Pastorino2010-03-141-1/+0
* Ensure controller filters are executed before stuff starts to happen.José Valim2010-03-131-0/+14