aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
...
| * Wrap CGIResponse, LegacyRouteSet, Route, RouteSet and RouteLoading tests insi...Joshua Peek2008-06-072-1654/+1627
| * Changelog: More efficient concat and capture helpers. Remove ActionView::Base...Jeremy Kemper2008-06-071-0/+2
| * Merge branch 'master' into erboutJeremy Kemper2008-06-062-1/+3
| |\
| | * Ensure we have an array to collectJeremy Kemper2008-06-061-1/+1
| | * Don't use deprecated String#eachJeremy Kemper2008-06-061-0/+2
| * | Remove some internal dead code that supported content_forJeremy Kemper2008-06-064-38/+6
| * | concat should ignore nilJeremy Kemper2008-06-062-1/+9
| * | javascript_tag should only concat when block_given?Jeremy Kemper2008-06-062-7/+14
| * | Merge branch 'master' into erboutJeremy Kemper2008-06-061-3/+4
| |\|
| | * Drop a string conversion from the often-called tag_options helperJeremy Kemper2008-06-061-3/+4
| * | Merge branch 'master' into erboutJeremy Kemper2008-06-061-11/+18
| |\|
| | * Move Class::ModelName to Active Support module core_extJeremy Kemper2008-06-061-18/+2
| | * Cache RecordIdentifier methods in Class#model_name wrapperJeremy Kemper2008-06-061-11/+34
| * | Merge branch 'master' into erboutJeremy Kemper2008-06-054-4/+16
| |\|
| | * Ensure render :file works inside templatesPratik Naik2008-06-053-1/+13
| | * Make partial counter start from 0.Frederick Cheung2008-06-052-3/+3
| * | Merge branch 'master' into erboutJeremy Kemper2008-06-055-42/+25
| |\|
| | * 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