Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/actionpack/lib/action_controller


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9242 [9242] 04/08/08 05:05:54 rick Automatically parse posted JSON content for Mime::JSON requests. [rick]
(edit) @9234 [9234] 04/06/08 18:42:34 josh Provide a helper proxy to access helper methods from outside views. Closes …
(edit) @9226 [9226] 04/05/08 03:52:58 pratik Improve documentation.
(edit) @9225 [9225] 04/04/08 20:26:42 josh Replaced callback method evaluation in AssociationCollection class to use …
(edit) @9194 [9194] 04/01/08 07:39:04 bitsweat Ruby 1.9 compat: encoding and multibyte test fixes
(edit) @9188 [9188] 04/01/08 06:11:40 bitsweat Ruby 1.9 compat: don't confuse with headers method call
(edit) @9134 [9134] 03/29/08 18:45:39 david Removed the default .htaccess configuration as there are so many good …
(edit) @9124 [9124] 03/28/08 21:38:01 bitsweat Avoid remote_ip spoofing
(edit) @9123 [9123] 03/28/08 21:23:28 bitsweat Inspect options hashes in RenderError message so it's actually readable. …
(edit) @9115 [9115] 03/28/08 20:01:21 david Added support for regexp flags like ignoring case in the :requirements …
(edit) @9113 [9113] 03/28/08 19:55:31 david Fixed that ActionController::Base#read_multipart would fail if boundary …
(edit) @9111 [9111] 03/28/08 19:45:32 david Fixed HTML::Tokenizer (used in sanitize helper) didnt handle unclosed …
(edit) @9093 [9093] 03/26/08 12:27:52 pratik Improve documentation.
(edit) @9080 [9080] 03/23/08 01:48:17 rick Fix regression from filter refactoring where re-adding a skipped filter …
(edit) @9069 [9069] 03/21/08 22:44:04 bitsweat Fix an edge case with extra periods in Routing.normalize_paths. Closes …
(edit) @9059 [9059] 03/18/08 23:37:55 bitsweat assert_response, don't cry if @exception isn't available in the template
(edit) @9055 [9055] 03/18/08 17:56:05 bitsweat Refactor filters to use Active Support callbacks. Closes #11235.
(edit) @9053 [9053] 03/17/08 23:45:42 david Fixed that polymorphic routes would modify the input array (closes #11363) …
(edit) @9033 [9033] 03/15/08 20:03:32 david Docfix (closes #11249) [juanjo.bazan]
(edit) @9032 [9032] 03/15/08 20:02:46 david Fixed that cache fetch method would cause nil exception when called with …
(edit) @9020 [9020] 03/13/08 03:22:25 rick Fix more obscure nested parameter hash parsing bug. Closes #10797
(edit) @9010 [9010] 03/11/08 07:46:39 rick Fix nested parameter hash parsing bug. #10797 [thomas.lee]
(edit) @8992 [8992] 03/08/08 12:56:41 pratik Allow using named routes in ActionController::TestCase before any request …
(edit) @8990 [8990] 03/08/08 01:05:53 david Fixed that sweepers defined by cache_sweeper will be added regardless of …
(edit) @8987 [8987] 03/07/08 11:17:05 pratik Make MimeResponds::Responder#any work without explicit types. Closes …
(edit) @8986 [8986] 03/07/08 01:23:12 rick Better error message for type conflicts when parsing params. Closes #7962
(edit) @8985 [8985] 03/05/08 12:12:17 pratik Remove unused ActionController::Base.template_class. Closes #10787
(edit) @8982 [8982] 03/05/08 10:52:22 pratik Documenation for has_one/has_many nested resource options. Closes #11195
(edit) @8981 [8981] 03/05/08 02:03:24 pratik Moved template handlers related code from ActionView::Base to …
(edit) @8978 [8978] 03/03/08 06:42:24 nzkoz Allow file uploads in Integration Tests. Closes #11091 [RubyRedRick]
(edit) @8958 [8958] 02/29/08 23:17:52 nzkoz Use realtime to reduce garbage. [adymo]
(edit) @8892 [8892] 02/18/08 00:42:06 nzkoz Add :trailing_slash option to UrlWriter. Closes #9117 [juanjo.bazan]
(edit) @8862 [8862] 02/12/08 22:42:36 nzkoz Make sure render :update support the options hash. Closes #11088
(edit) @8861 [8861] 02/12/08 21:45:39 minam remove support for ampersand-delimited cookie values
(edit) @8819 [8819] 02/07/08 22:50:49 david Added support for naming concrete classes in sweeper declarations [DHH]
(edit) @8813 [8813] 02/07/08 17:06:53 rick Remove ERB trim variables from trace template in case …
(edit) @8811 [8811] 02/07/08 16:46:50 rick Fix bug with setting Request#format= after the getter has cached the …
(edit) @8807 [8807] 02/06/08 18:50:48 rick Correct inconsistencies in RequestForgeryProtection docs. #11032 [mislav]
(edit) @8805 [8805] 02/06/08 04:26:40 nzkoz Introduce a Template class to ActionView. Closes #11024 [lifofifo]
(edit) @8792 [8792] 02/03/08 12:11:12 bitsweat Add --measure option to script/performance/request to set ruby-prof …
(edit) @8785 [8785] 02/02/08 05:57:16 bitsweat Introduce map.resources :cards, :as => 'tarjetas' to use a custom resource …
(edit) @8782 [8782] 02/02/08 05:32:44 bitsweat TestSession supports indifferent access. Closes #7372.
(edit) @8773 [8773] 02/02/08 02:55:44 bitsweat Don't split cookies on comma also. References r8505.
(edit) @8749 [8749] 01/30/08 01:32:28 nzkoz Make the non inferrable controller message a little friendlier. [Koz]
(edit) @8748 [8748] 01/30/08 01:25:44 nzkoz Make assert_routing aware of the HTTP method used. Closes #8039 [mpalmer]
(edit) @8741 [8741] 01/27/08 01:18:47 nzkoz Add documentation for polymorphic URL helpers, make API consistent for …
(edit) @8738 [8738] 01/26/08 08:41:19 nzkoz Make it simpler to make the root route an alias for another route. Closes …
(edit) @8734 [8734] 01/26/08 05:11:09 nzkoz Correct documentation for dom_id [jbarnette] Closes #10775
(edit) @8701 [8701] 01/23/08 08:37:58 bitsweat Preserve integration session's request_count
(edit) @8683 [8683] 01/21/08 20:45:04 nzkoz Reapply the TemplateFinder first applied in [8669] then reverted in …
(edit) @8677 [8677] 01/20/08 22:55:25 nzkoz Ensure mime types can be compared with symbols. Closes #10796 [bscofield]
(edit) @8676 [8676] 01/19/08 06:01:57 bitsweat Revert r8669 for now, breaks Action Mailer. Reopens #10800.
(edit) @8674 [8674] 01/19/08 05:25:20 bitsweat Performance: optimize route recognition. Large speedup for apps with many …
(edit) @8669 [8669] 01/19/08 03:20:39 bitsweat Introduce TemplateFinder to handle view paths and lookups. Closes #10800.
(edit) @8664 [8664] 01/19/08 02:44:45 bitsweat Extract ActiveSupport::Callbacks from Active Record, test case setup and …
(edit) @8652 [8652] 01/17/08 22:45:54 nzkoz Restructure routing into several smaller files. References #10835
(edit) @8645 [8645] 01/16/08 01:41:31 nzkoz Ensure that the tests use the instance-level view-paths correctly. Closes …
(edit) @8633 [8633] 01/12/08 03:09:39 nzkoz don't misbehave when redirecting to nil. Closes #10272 [farleyknight]
(edit) @8628 [8628] 01/11/08 22:07:04 bitsweat Introduce send_file :x_sendfile => true to send an X-Sendfile response …
(edit) @8625 [8625] 01/11/08 06:39:56 nzkoz Provide a nicer way to access headers. request.headersContent-Type?
(edit) @8619 [8619] 01/10/08 03:17:20 bitsweat Move fragment caching from special helper methods to TemplateHandler. …
(edit) @8616 [8616] 01/10/08 02:51:09 bitsweat UrlWriter respects relative_url_root. Closes #10748.
(edit) @8589 [8589] 01/07/08 08:12:03 bitsweat Ruby 1.9 compat: cookie store delete sets nil value instead of empty …
(edit) @8583 [8583] 01/07/08 00:12:43 bitsweat Filter procs must take 1 or 2 arguments. Raise ArgumentError otherwise.
(edit) @8578 [8578] 01/06/08 20:53:23 bitsweat The asset_host block takes the controller request as an optional second …
(edit) @8577 [8577] 01/06/08 20:52:57 bitsweat Support render :text => nil. Closes #6684.
(edit) @8570 [8570] 01/05/08 13:34:15 bitsweat * Continue evolution toward ActiveSupport::TestCase and friends. #10679
(edit) @8559 [8559] 01/05/08 02:19:48 bitsweat assert_response failures include the exception message. Closes #10688.
(edit) @8546 [8546] 01/03/08 21:05:12 david Moved the caching stores from ActionController::Caching::Fragments::* to …
(edit) @8543 [8543] 01/03/08 15:49:59 david Refactored ActionController::Verification and improved docs (closes …
(edit) @8542 [8542] 01/03/08 15:35:10 david Made fragment caching in views work for rjs and builder as well (closes …
(edit) @8499 [8499] 12/28/07 05:42:12 bitsweat Ruby 1.9 compat: introduce instance_variable_names. Closes #10630
(edit) @8497 [8497] 12/28/07 05:21:24 bitsweat Ensure that test case setup is run even if overridden. Closes #10382.
(edit) @8496 [8496] 12/28/07 03:58:01 bitsweat Use extract_options! rather than Hash test + pop. Closes #10628 [ssoroka]
(edit) @8492 [8492] 12/27/07 11:17:53 bitsweat Ruby 1.9 compat: file uploads. References #1689 [Frederick Cheung]
(edit) @8488 [8488] 12/27/07 11:17:05 bitsweat Introduce native mongrel handler and push mutex into dispatcher.
(edit) @8485 [8485] 12/23/07 21:07:20 rick Fix HTML Sanitizer to allow trailing spaces in CSS style attributes. …
(edit) @8483 [8483] 12/22/07 19:03:01 bitsweat Integration tests use ActionController::Dispatcher rather than the old …
(edit) @8477 [8477] 12/22/07 04:49:56 bitsweat Fold reset! into the run method directly. Make -n options compatible with …
(edit) @8475 [8475] 12/22/07 02:15:59 bitsweat Request profiler resets after warmup and each run so you don't have to do …
(edit) @8474 [8474] 12/22/07 02:15:44 bitsweat Request profiler: use actual script path and line numbers for backtraces.
(edit) @8471 [8471] 12/21/07 12:30:29 bitsweat Update layout docs. Closes #10584 [Cheah Chu Yeow]
(edit) @8433 [8433] 12/18/07 21:14:07 bitsweat Ruby 1.9 compat: move from the deprecated Base64 module to …
(edit) @8429 [8429] 12/17/07 00:39:19 david Added delete_via_redirect and put_via_redirect to integration testing …
(edit) @8426 [8426] 12/17/07 00:10:18 david Allow headers[Accept] to be set by hand when calling xml_http_request …
(edit) @8425 [8425] 12/17/07 00:06:24 david Added OPTIONS to list of default accepted HTTP methods (closes #10449) …
(edit) @8423 [8423] 12/16/07 23:55:22 david Fix doc (closes #10526)
(edit) @8409 [8409] 12/15/07 02:29:36 bitsweat Ruby 1.9 compat: helpers
(edit) @8407 [8407] 12/15/07 02:29:15 bitsweat Ruby 1.9 compat: account for new, non-flattening Array#to_s
(edit) @8405 [8405] 12/15/07 02:28:53 bitsweat Ruby 1.9 compat: cookies
(edit) @8401 [8401] 12/15/07 02:28:06 bitsweat Remove missing default helper warnings
(edit) @8400 [8400] 12/15/07 02:27:56 bitsweat Introduce (in /Users/jeremy/rails/git/trunk) to output a crytographically …
(edit) @8387 [8387] 12/14/07 18:12:08 david Docfix (closes #10429) [jamesh/ssoroka]
(edit) @8380 [8380] 12/13/07 18:21:19 marcel Make the routes rake task more discoverable but documenting it in the …
(edit) @8378 [8378] 12/13/07 03:33:06 marcel Explain how the layout macro behaves when passed a path that contains a …
(edit) @8374 [8374] 12/10/07 23:14:47 bitsweat More Action View refactoring. Knock :erb default down a notch. Closes …
(edit) @8365 [8365] 12/10/07 05:54:46 bitsweat Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689
(edit) @8355 [8355] 12/10/07 02:45:13 bitsweat Fix strange NoMemoryError on amd64. Closes #10442 [wrb]
(edit) @8350 [8350] 12/10/07 01:15:30 bitsweat Document how to disable forgery protection for tests. Useful note for …
(edit) @8346 [8346] 12/10/07 00:52:38 bitsweat Fix doc typo on Dispatcher.dispatch. Closes #10434 [fxn]
Note: See TracRevisionLog for help on using the revision log.