aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated render_component. Please use the plugin from http://github....Pratik Naik2008-11-193-171/+2
* Let polymorphic_path treat an array contains single name as without array [#1...Hiroshi Saito2008-11-191-0/+1
* Make optimized named routes respect all reserved options and tie it into UrlR...Gabe da Silveira2008-11-182-6/+3
* BACKWARDS INCOMPATIBLE: Renamed application.rb to application_controller.rb a...David Heinemeier Hansson2008-11-171-8/+1
* Add text/plain to the browser_generated_types array as webkit and gecko can s...Michael Koziarski2008-11-161-2/+2
* Merge branch 'master' into testingJeremy Kemper2008-11-156-44/+105
|\
| * Merge docrails.Pratik Naik2008-11-141-3/+3
| * Make inheritance of map.resources :only/:except options behave more predictablyTom Stuart2008-11-141-19/+14
| * Make polymorphic_url compact given array [#1317 state:committed]hiroshi2008-11-141-1/+1
| * Fix map.resources to always generate named routes if they're neededTom Stuart2008-11-131-6/+7
| * Instead of overriding html_types, base the verification on browser_generated_...Michael Koziarski2008-11-131-4/+17
| * fix two MimeType failing test casesrick2008-11-131-1/+4
| * Changed request forgery protection to only worry about HTML-formatted content...Jeff Cohen2008-11-133-3/+4
| * Add :only/:except options to map.resourcesTom Stuart2008-11-121-37/+85
* | Merge branch 'master' into testingJeremy Kemper2008-11-114-34/+53
|\|
| * Eliminate excess Regexp creation due to capture countingJeremy Kemper2008-11-102-4/+26
| * Pare down object creation during route buildingJeremy Kemper2008-11-102-30/+27
* | Merge branch 'master' into testingJeremy Kemper2008-11-071-1/+0
|\|
| * Simplify dispatcher callbacks to eliminate unnecessary stale thread purging. ...Nick Sieger2008-11-081-1/+0
* | Move controller assertions from base TestCase to AC:: and AV::TestCaseJeremy Kemper2008-11-073-36/+31
* | Remove controller assertions from Test::Unit::TestCase. Use ActionController:...Jeremy Kemper2008-11-073-71/+58
|/
* Don't eval recognize_optimized use __FILE__ and __LINE__ in the optimised rec...Aliaksey Kandratsenka2008-11-061-1/+1
* Fix stupid typoMichael Koziarski2008-11-061-1/+1
* Fixed the sanitize helper to avoid double escaping already properly escaped e...David Heinemeier Hansson2008-11-061-1/+1
* Dont bother logging the parameters hash if there are no parametersDavid Heinemeier Hansson2008-11-061-1/+1
* Dont log the _method attribute either. Its already available in the headerDavid Heinemeier Hansson2008-11-043-21/+25
|\
| * Remove unused debug_routesPratik Naik2008-11-021-6/+0
| * Dont dup params twice when filter_parameters is presentPratik Naik2008-11-021-2/+2
| * Dont document internalsPratik Naik2008-11-021-3/+0
| * Backwards compatibility fixes for relative_url_rootMichael Koziarski2008-11-022-6/+4
| * Merge with docrailsPratik Naik2008-11-021-0/+3
| * Cleaned up route optimisation guard condition generation code as it was getti...Tom Lea2008-11-011-7/+19
* | Dont log the _method attribute either. Its already available in the headerDavid Heinemeier Hansson2008-11-041-2/+2
|/
* Simplified the logging format for parameters (don't include controller, actio...David Heinemeier Hansson2008-11-011-6/+23
* Make sure habtm use class variable to list association valid keysLuca Guidi2008-11-011-1/+2
* Remove the logging of the Session ID when the session store is CookieStore [DHH]David Heinemeier Hansson2008-11-011-1/+5
* Accidently nixed a doc headerDavid Heinemeier Hansson2008-11-011-0/+1
* Added render :js for people who want to render inline JavaScript replies with...David Heinemeier Hansson2008-11-011-1/+23
* Ensure content type gets reset after render_to_string [#1182 state:resolved]Joshua Peek2008-10-301-0/+1
* Fixed regex in redirect_to to fully support URI schemes [#1247 state:committed]Seth Fitzsimmons2008-10-301-1/+4
* Proper API for reloading translationsDavid Heinemeier Hansson2008-10-291-0/+4
* Track rendered templates in stack so the current template can always be acces...Joshua Peek2008-10-281-1/+1
* Thread Safety: Ensure recognize_optimized is immediately written instead of l...Joshua Peek2008-10-271-7/+1
* Fix incorrect closing CDATA delimiter. Add tests for CDATA nodes.Jeffrey Hardy2008-10-231-1/+1
* Fix that HTML::Node.parse would blow up on unclosed CDATA sections.Jeffrey Hardy2008-10-231-1/+8
* Dont try to auto-set the etag based on the body if any freshness headers have...David Heinemeier Hansson2008-10-212-12/+27
* Remove stuff that was deprecated in 2-1-stablePratik Naik2008-10-211-26/+0
* No use case handy for justifying fresh? any moreDavid Heinemeier Hansson2008-10-211-5/+0
* Let fresh_when actually do the head(:not_modified). Cleaner and we get the fi...David Heinemeier Hansson2008-10-211-10/+8
* Merge branch 'master' of git@github.com:rails/railsDavid Heinemeier Hansson2008-10-211-1/+2
|\