aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
Commit message (Expand)AuthorAgeFilesLines
* Move the cookie store to use the MessageVerifier class.Michael Koziarski2008-11-231-18/+14
* Change the forgery token implementation to just be a simple random string.Michael Koziarski2008-11-231-39/+7
* Allow helpers directory to be overridden via ActionController::Base.helpers_d...Sam Pohlenz2008-11-231-6/+8
* Use a relative require for bundled rack libJeremy Kemper2008-11-221-1/+2
* Vendor rack 0.4.0Joshua Peek2008-11-2241-0/+4224
* write_fragment returns content if caching is disabled [#846 state:resolved]Joshua Peek2008-11-221-11/+11
* Add TestResponse#client_error? to check for 4xx status codes [#851 state:reso...Lance Ivy2008-11-221-1/+6
* Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for cutting...David Heinemeier Hansson2008-11-221-10/+4
* Let ApplicationController stay unloaded for as long as possibleDavid Heinemeier Hansson2008-11-221-3/+1
* Fix straggling references to Test::Unit::TestCaseJeremy Kemper2008-11-201-8/+4
* Revert "Simplify benchmarking and rescue". Need a different approach.Pratik Naik2008-11-203-63/+68
* Simplify benchmarking and rescuePratik Naik2008-11-203-68/+63
* Remove deprecated ActionController::Base#assign_default_content_type_and_charsetPratik Naik2008-11-191-5/+0
* 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