instiki/vendor/rails/activerecord/test/cases
Jacques Distler 8ea8b6a8f7 <video> and x-sendfile
Using <object> and <embed> were forbidden for obvious
security reasons. Instiki now permits embedding video
via the HTML5 <video> element (Ogg/Theora encoded videos
only, with .ogg or .ogv extensions). You can even upload
videos with

    [[foo.ogg:video]]

Instiki now support x-sendfile. See the Proxying page for
configuring Apache (with the x-sendfile module). Lighttpd
should work similarly.

Update Rails to latest Edge (hopefully converging on RC2!).
2009-03-02 02:32:25 -06:00
..
associations Bugfixes and Rails Edge 2009-02-27 19:23:00 -06:00
aaa_create_tables_test.rb Rails 2.1 RC1 2008-05-17 23:22:34 -05:00
active_schema_test_mysql.rb Upgrade to Rails 2.2.0 2008-10-27 01:47:01 -05:00
active_schema_test_postgresql.rb Rails 2.1.1 2008-09-07 00:54:05 -05:00
adapter_test.rb Upgrade to Rails 2.2.0 2008-10-27 01:47:01 -05:00
aggregations_test.rb Upgrade to Rails 2.2.0 2008-10-27 01:47:01 -05:00
ar_schema_test.rb Instiki 0.16.3: Rails 2.3.0 2009-02-04 14:26:08 -06:00
associations_test.rb Rails 2.2.2 2008-11-24 15:53:39 -06:00
attribute_methods_test.rb Bugfixes and Rails Edge 2009-02-27 19:23:00 -06:00
autosave_association_test.rb Bugfixes and Rails Edge 2009-02-27 19:23:00 -06:00
base_test.rb <video> and x-sendfile 2009-03-02 02:32:25 -06:00
batches_test.rb Bugfixes and Rails Edge 2009-02-27 19:23:00 -06:00
binary_test.rb Rails 2.2.2 2008-11-24 15:53:39 -06:00
calculations_test.rb Bugfixes and Rails Edge 2009-02-27 19:23:00 -06:00
callbacks_observers_test.rb Upgrade to Rails 2.2.0 2008-10-27 01:47:01 -05:00
callbacks_test.rb Instiki 0.16.3: Rails 2.3.0 2009-02-04 14:26:08 -06:00
class_inheritable_attributes_test.rb Rails 2.1 RC1 2008-05-17 23:22:34 -05:00
column_alias_test.rb Rails 2.1 RC1 2008-05-17 23:22:34 -05:00
column_definition_test.rb Rails 2.1.1 2008-09-07 00:54:05 -05:00
connection_pool_test.rb Bugfixes and Rails Edge 2009-02-27 19:23:00 -06:00
connection_test_firebird.rb Rails 2.1 RC1 2008-05-17 23:22:34 -05:00
connection_test_mysql.rb Instiki 0.16.3: Rails 2.3.0 2009-02-04 14:26:08 -06:00
copy_table_test_sqlite.rb Instiki 0.16.3: Rails 2.3.0 2009-02-04 14:26:08 -06:00
database_statements_test.rb Rails 2.1.1 2008-09-07 00:54:05 -05:00
datatype_test_postgresql.rb Bugfixes and Rails Edge 2009-02-27 19:23:00 -06:00
date_time_test.rb Rails 2.1 RC1 2008-05-17 23:22:34 -05:00
default_test_firebird.rb Rails 2.1 RC1 2008-05-17 23:22:34 -05:00
defaults_test.rb Instiki 0.16.3: Rails 2.3.0 2009-02-04 14:26:08 -06:00
deprecated_finder_test.rb Rails 2.2.2 2008-11-24 15:53:39 -06:00
dirty_test.rb Instiki 0.16.3: Rails 2.3.0 2009-02-04 14:26:08 -06:00
finder_respond_to_test.rb Rails 2.1 RC1 2008-05-17 23:22:34 -05:00
finder_test.rb Bugfixes and Rails Edge 2009-02-27 19:23:00 -06:00
fixtures_test.rb Bugfixes and Rails Edge 2009-02-27 19:23:00 -06:00
helper.rb Bugfixes and Rails Edge 2009-02-27 19:23:00 -06:00
i18n_test.rb Rails 2.2.2 2008-11-24 15:53:39 -06:00
inheritance_test.rb Rails 2.2.2 2008-11-24 15:53:39 -06:00
invalid_date_test.rb Rails 2.1 RC1 2008-05-17 23:22:34 -05:00
json_serialization_test.rb Instiki 0.16.3: Rails 2.3.0 2009-02-04 14:26:08 -06:00
lifecycle_test.rb Rails 2.2.2 2008-11-24 15:53:39 -06:00
locking_test.rb Rails 2.2.2 2008-11-24 15:53:39 -06:00
method_scoping_test.rb Bugfixes and Rails Edge 2009-02-27 19:23:00 -06:00
migration_test.rb Bugfixes and Rails Edge 2009-02-27 19:23:00 -06:00
migration_test_firebird.rb Rails 2.1 RC1 2008-05-17 23:22:34 -05:00
mixin_test.rb Rails 2.1 RC1 2008-05-17 23:22:34 -05:00
modules_test.rb Rails 2.1 RC1 2008-05-17 23:22:34 -05:00
multiple_db_test.rb Upgrade to Rails 2.2.0 2008-10-27 01:47:01 -05:00
named_scope_test.rb Bugfixes and Rails Edge 2009-02-27 19:23:00 -06:00
nested_attributes_test.rb Bugfixes and Rails Edge 2009-02-27 19:23:00 -06:00
pk_test.rb Rails 2.1 RC1 2008-05-17 23:22:34 -05:00
pooled_connections_test.rb Rails 2.2.2 2008-11-24 15:53:39 -06:00
query_cache_test.rb Bugfixes and Rails Edge 2009-02-27 19:23:00 -06:00
readonly_test.rb Rails 2.2.2 2008-11-24 15:53:39 -06:00
reflection_test.rb Instiki 0.16.3: Rails 2.3.0 2009-02-04 14:26:08 -06:00
reload_models_test.rb Instiki 0.16.3: Rails 2.3.0 2009-02-04 14:26:08 -06:00
repair_helper.rb Instiki 0.16.3: Rails 2.3.0 2009-02-04 14:26:08 -06:00
reserved_word_test_mysql.rb Rails 2.1 RC1 2008-05-17 23:22:34 -05:00
sanitize_test.rb Upgrade to Rails 2.2.0 2008-10-27 01:47:01 -05:00
schema_authorization_test_postgresql.rb Upgrade to Rails 2.2.0 2008-10-27 01:47:01 -05:00
schema_dumper_test.rb Instiki 0.16.3: Rails 2.3.0 2009-02-04 14:26:08 -06:00
schema_test_postgresql.rb Rails 2.1 RC1 2008-05-17 23:22:34 -05:00
serialization_test.rb Rails 2.1 RC1 2008-05-17 23:22:34 -05:00
synonym_test_oracle.rb Rails 2.1 RC1 2008-05-17 23:22:34 -05:00
transactions_test.rb Bugfixes and Rails Edge 2009-02-27 19:23:00 -06:00
unconnected_test.rb Rails 2.2.2 2008-11-24 15:53:39 -06:00
validations_i18n_test.rb Bugfixes and Rails Edge 2009-02-27 19:23:00 -06:00
validations_test.rb Instiki 0.16.3: Rails 2.3.0 2009-02-04 14:26:08 -06:00
xml_serialization_test.rb Instiki 0.16.3: Rails 2.3.0 2009-02-04 14:26:08 -06:00