aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
...
| | * Use CGI::Cookie::parse for request cookies until we officially deprecated CGI.Joshua Peek2008-06-042-42/+8
| | * Add RJS#page.reload. [#277 state:resolved]Sean Huber2008-06-043-0/+17
| * | Merge branch 'master' into erboutJeremy Kemper2008-06-0312-18/+74
| |\|
| | * Merge branch 'master' of git@github.com:rails/railsDavid Heinemeier Hansson2008-06-032-4/+21
| | |\
| | | * Fix assert_redirected_to for nested controllers and named routesGabe da Silveira2008-06-042-4/+21
| | * | Fixed Request#remote_ip to only raise hell if the HTTP_CLIENT_IP and HTTP_X_F...David Heinemeier Hansson2008-06-033-4/+12
| | |/
| | * Allow caches_action to accept a layout option [#198 state:resolved]josevalim2008-06-033-3/+34
| | * Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS...Joshua Peek2008-06-035-7/+7
| * | Stack @output_buffer for nested renderingJeremy Kemper2008-06-032-3/+3
| * | Don't pass block binding to concatJeremy Kemper2008-06-028-31/+21
| * | Work with @output_buffer instead of _erboutJeremy Kemper2008-06-0213-206/+220
| * | Try replacing _erbout with @output_bufferJeremy Kemper2008-06-026-54/+25
| |/
| * Ensure Rack processor reads CGI output_cookies for the session cookie.Joshua Peek2008-06-023-8/+60
* | It's select_date, not select_datetime - fix copy and paste doc error.Cheah Chu Yeow2008-06-231-2/+2
* | tweaked a headerXavier Noria2008-06-171-1/+1
* | provide a more complete explanation about why the check_box generates a hidde...Xavier Noria2008-06-171-2/+31
* | note on increasing performance a bit when using restful urlsTomK322008-06-111-0/+4
* | Mass typo and misspelling fix.Evan Farrar2008-06-0412-15/+15
* | Merge commit 'mainstream/master'Pratik Naik2008-06-0212-275/+543
|\|
| * Added Rack processorEzra Zygmuntowicz2008-06-016-1/+515
| * Merge branch 'master' of git@github.com:rails/railsDavid Heinemeier Hansson2008-05-312-261/+0
| |\
| | * Remove dead code, and the tests for it.Michael Koziarski2008-05-312-261/+0
| * | Making ready for release of 2.1David Heinemeier Hansson2008-05-313-5/+5
| |/
| * Ruby 1.8.7 compat: work around broken DelegateClass#respond_to?Jeremy Kemper2008-05-311-0/+6
| * Require ruby-prof 0.6.1 or later. Use resume/pause to omit extraneous machine...Jeremy Kemper2008-05-301-8/+17
* | Fix spelling in deprecation warning (affect -> effect)Chris Kampmeier2008-05-311-1/+1
* | added useful example for actionview's debug()JD Huntington2008-05-282-16/+25
* | Updated README example to ActionController::TestCase from Test::Unit::TestCas...scottwillson2008-05-282-12/+29
* | fixed typo in url_helper & added comments on usage to js (link|button)_to_fun...Jacqui Maher2008-05-282-4/+21
* | a tiny, one-word changeBalint Erdi2008-05-271-1/+1
|/
* Remove superfluous tests directiveJeremy Kemper2008-05-261-2/+0
* Don't require AV::TestCases to have a helper class. Only include the helper c...Jeremy Kemper2008-05-261-10/+4
* Merge docrails.Pratik Naik2008-05-2526-283/+295
* Fix auto_link helper for already linked urls. [#72 state:resolved]Kevin Glowacz2008-05-222-2/+3
* Parentheses should be acceptable characters for auto_link_urls. [#234 state:r...Adam2008-05-222-1/+2
* Improve check_box_checked? to use include? for Array values. [#193 state:reso...Erkki Eilonen2008-05-212-0/+13
* Ruby 1.9 compat: ensure binary encoding for post body parsingJeremy Kemper2008-05-196-17/+40
* Ruby 1.9 compat: qualify module name within module_evaled blockJeremy Kemper2008-05-191-1/+1
* Test for assert_response for failure response without an exception. [#141 sta...Chris Hapgood2008-05-191-0/+14
* Add fragment_exist? and exist? methods to cache stores. [#203 state:resolved]José Valim2008-05-192-21/+34
* Ensure observe_field encodes value parameter. [#216 state:resolved]Frederick Cheung2008-05-192-3/+3
* InstanceTag#default_time_from_options overflows to DateTimegbuesing2008-05-183-1/+9
* time_zone_select docs: explain priority zones option. Add example showing a c...gbuesing2008-05-181-0/+8
* Deprecate ActionView::Base.cache_template_extensionsPratik Naik2008-05-171-5/+5
* Merge documentation changes from docrails.Pratik Naik2008-05-163-33/+116
* Ensure routing generator works with non-string keys. [#172 state:resolved]Sven Fuchs2008-05-162-1/+8
* auto_link helper fails to recognize links separated by space. [#72 state:reso...Eugene Pimenov2008-05-162-1/+2
* Adding an example test case for pluralize for (y) -> (ies)Robby Russell2008-05-141-0/+2
* Don't fallback to just adding "'s" in TextHelper#pluralize, because the Infle...Joshua Peek2008-05-142-93/+73
* One last fix to test_filter_parameters_is_protected.Joshua Peek2008-05-141-1/+1