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

root/trunk/actionpack


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) @9241 [9241] 04/08/08 04:52:01 rick add json_escape ERB util to escape html entities in json strings that are …
(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) @9212 [9212] 04/02/08 12:48:59 pratik Ensure RJS redirect_to doesn't html-escapes string argument. Closes #8546
(edit) @9195 [9195] 04/01/08 07:39:14 bitsweat Ruby 1.9 compat: toplevel AS reference within BasicObject
(edit) @9194 [9194] 04/01/08 07:39:04 bitsweat Ruby 1.9 compat: encoding and multibyte test fixes
(edit) @9190 [9190] 04/01/08 06:11:56 bitsweat Ruby 1.9 compat: proc arity
(edit) @9189 [9189] 04/01/08 06:11:48 bitsweat style & whitespace
(edit) @9188 [9188] 04/01/08 06:11:40 bitsweat Ruby 1.9 compat: don't confuse with headers method call
(edit) @9187 [9187] 04/01/08 06:11:31 bitsweat Ruby 1.9: no args is 0 arity, not -1 as in 1.8
(edit) @9179 [9179] 04/01/08 02:09:15 pratik Remove unnecessary arguments. References #11491.
(edit) @9178 [9178] 04/01/08 00:56:59 bitsweat Missed adds. References #11491.
(edit) @9177 [9177] 04/01/08 00:50:09 bitsweat Support render :partial => collection of heterogeneous elements. Closes …
(edit) @9134 [9134] 03/29/08 18:45:39 david Removed the default .htaccess configuration as there are so many good …
(edit) @9128 [9128] 03/29/08 00:26:15 bitsweat Revert spurious commit from [9126]
(edit) @9126 [9126] 03/28/08 22:14:04 david Fix new migration versions
(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) @9120 [9120] 03/28/08 20:54:26 bitsweat Fix layouts in symlinked paths. Closes #9136 [court3nay, caio]
(edit) @9119 [9119] 03/28/08 20:21:52 bitsweat Missing :js template falls back to :html, so you don't have to explicitly …
(edit) @9117 [9117] 03/28/08 20:17:21 david Add missing file
(edit) @9116 [9116] 03/28/08 20:03:28 david Update doc (closes #11402)
(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) @9089 [9089] 03/25/08 21:27:57 bitsweat Whitespace + formatting
(edit) @9088 [9088] 03/24/08 21:32:50 david Fixed that FormHelper#radio_button would produce invalid ids (closes …
(edit) @9087 [9087] 03/24/08 21:24:40 david Added :confirm option to submit_tag (closes #11415) [miloops]
(edit) @9086 [9086] 03/24/08 21:12:55 david Fixed NumberHelper#number_with_precision to properly round in a way that …
(edit) @9083 [9083] 03/24/08 02:29:30 rick Allow the #simple_format text_helper to take an html_options hash for each …
(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) @9066 [9066] 03/20/08 16:51:06 bitsweat Missed adds. References #10350.
(edit) @9065 [9065] 03/20/08 16:26:04 bitsweat Re-added ActionView::Helpers::register_javascript/stylesheet_expansion to …
(edit) @9064 [9064] 03/20/08 02:15:29 david Docfixes (closes #11356, #11172, #10523)
(edit) @9063 [9063] 03/19/08 19:56:07 bitsweat Revert [9106]. References #10350.
(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) @9054 [9054] 03/18/08 04:46:51 david sshpublisher needs to be explicitly required now, apparently
(edit) @9053 [9053] 03/17/08 23:45:42 david Fixed that polymorphic routes would modify the input array (closes #11363) …
(edit) @9052 [9052] 03/17/08 22:08:25 david Added :format option to NumberHelper#number_to_currency to enable better …
(edit) @9044 [9044] 03/17/08 04:46:33 david Fixed that atom_feed shouldnt require a schema_date since most people just …
(edit) @9035 [9035] 03/15/08 20:08:51 david Docfix (closes #11230) [Henrik N]
(edit) @9034 [9034] 03/15/08 20:08:05 david Docfix (closes #11226) [mikong]
(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) @9031 [9031] 03/15/08 20:00:41 david Docfix (closes #11263) [Irfy]
(edit) @9030 [9030] 03/15/08 19:59:34 david Fixed that TextHelper#excerpt would include one character too many (closes …
(edit) @9029 [9029] 03/15/08 19:54:02 david Docfix (closes #11281) [jlindley]
(edit) @9027 [9027] 03/15/08 18:42:53 pratik Handle template error gracefully when line number cannot be derived. …
(edit) @9024 [9024] 03/13/08 19:18:45 bitsweat Remove unused to_date_tag. Closes #11237 [danger]
(edit) @9021 [9021] 03/13/08 11:52:53 pratik Move tests from action_view_test.rb to template_finder_test.rb so that …
(edit) @9020 [9020] 03/13/08 03:22:25 rick Fix more obscure nested parameter hash parsing bug. Closes #10797
(edit) @9016 [9016] 03/13/08 02:31:45 david Added ActionView::Helpers::register_javascript/stylesheet_expansion to …
(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) @8983 [8983] 03/05/08 10:53:04 pratik Documentation for the drop_receiving_element helpers :onDrop callback. …
(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) @8980 [8980] 03/05/08 01:26:24 pratik Tests for div_for and content_tag_for helpers. Closes #11223
(edit) @8978 [8978] 03/03/08 06:42:24 nzkoz Allow file uploads in Integration Tests. Closes #11091 [RubyRedRick]
(edit) @8976 [8976] 03/03/08 04:01:35 nzkoz Refactor partial rendering into a PartialTemplate class. [Pratik]
(edit) @8970 [8970] 03/02/08 04:42:52 nzkoz Fix syntax errors in the documentation for image submit tag. Closes …
(edit) @8968 [8968] 03/02/08 04:40:54 nzkoz Allow html_options to be passed to all the date helpers. Closes #6000
(edit) @8959 [8959] 03/01/08 00:01:28 nzkoz Fix regexp to contain only one rjs, and add rhtml [lifofifo]
(edit) @8958 [8958] 02/29/08 23:17:52 nzkoz Use realtime to reduce garbage. [adymo]
(edit) @8956 [8956] 02/29/08 18:09:23 david Added that requests with JavaScript as the priority mime type in the …
(edit) @8937 [8937] 02/27/08 23:11:08 bitsweat Fix Hash#from_xml with Type records. Closes #9242 [Juanjo Bazan, Isaac …
(edit) @8911 [8911] 02/20/08 04:23:18 nzkoz Make date_helper use tag and content_tag. Move to assert_dom_equal …
(edit) @8899 [8899] 02/19/08 21:43:13 nzkoz use stubbing instead of monkeypatching to stop tests from …
(edit) @8893 [8893] 02/18/08 01:02:29 nzkoz Check the host string contains %d before using String#%, this avoids …
(edit) @8892 [8892] 02/18/08 00:42:06 nzkoz Add :trailing_slash option to UrlWriter. Closes #9117 [juanjo.bazan]
(edit) @8883 [8883] 02/16/08 21:16:03 gbuesing Tests for distance_of_time_in_words with TimeWithZone instances. Closes …
(edit) @8880 [8880] 02/16/08 03:08:05 nzkoz Sort files to test to make load order platform independent. Fix the clash …
(edit) @8879 [8879] 02/16/08 00:07:52 nzkoz Ensure that :confirm doesn't need extra quotes when using …
(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) @8823 [8823] 02/08/08 22:33:17 marcel Ooops. Add fixture partials for last commit
(edit) @8822 [8822] 02/08/08 22:04:06 marcel Fix problem with render :partial collections, records, and locals. #11057
(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) @8812 [8812] 02/07/08 16:50:55 rick Fix typo in form_helper documentation. Closes #10650 [xaviershay, kampers]
(edit) @8811 [8811] 02/07/08 16:46:50 rick Fix bug with setting Request#format= after the getter has cached the …
(edit) @8809 [8809] 02/07/08 02:45:13 rick Add a slightly more informative exception message for …
(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) @8793 [8793] 02/03/08 12:11:30 bitsweat Cache partial variable names to reduce garbage
(edit) @8792 [8792] 02/03/08 12:11:12 bitsweat Add --measure option to script/performance/request to set ruby-prof …
(edit) @8791 [8791] 02/03/08 01:11:42 bitsweat Fix missing extension for caching. Closes #10733 [Catfish, tcoppock, …
(edit) @8786 [8786] 02/02/08 06:16:04 bitsweat Introduce the :index option for form_for and fields_for to simplify …
(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) @8774 [8774] 02/02/08 02:59:10 bitsweat Fix number_to_human_size incorrectly removing trailing zeros. Closes …
Note: See TracRevisionLog for help on using the revision log.