升级版本后Rails的文件上传

时间:2022-06-12 19:39:38
【文件属性】:
文件名称:升级版本后Rails的文件上传
文件大小:102KB
文件格式:RAR
更新时间:2022-06-12 19:39:38
源码 工具 NULL 博文链接:https://hlee.iteye.com/blog/360099
【文件预览】:
upload
----pubilc()
--------data()
log
----test.log(0B)
----development.log(61KB)
----server.log(0B)
----production.log(0B)
public
----index.html(7KB)
----500.html(1KB)
----robots.txt(204B)
----422.html(930B)
----favicon.ico(0B)
----images()
--------rails.png(6KB)
----dispatch.fcgi(858B)
----stylesheets()
----dispatch.cgi(477B)
----404.html(947B)
----data()
--------17.gif(15KB)
----dispatch.rb(477B)
----javascripts()
--------application.js(148B)
--------effects.js(38KB)
--------controls.js(34KB)
--------dragdrop.js(30KB)
--------prototype.js(127KB)
db
----development.sqlite3(0B)
----migrate()
--------20090402085737_create_data_files.rb(186B)
tmp
----sessions()
----sockets()
----cache()
----pids()
script
----dbconsole(100B)
----console(98B)
----about(152B)
----runner(97B)
----generate(99B)
----process()
--------inspector(111B)
--------reaper(108B)
--------spawner(109B)
----plugin(97B)
----destroy(98B)
----server(97B)
----performance()
--------request(113B)
--------profiler(114B)
--------benchmarker(117B)
lib
----tasks()
doc
----README_FOR_APP(240B)
Rakefile
config
----initializers()
--------inflections.rb(377B)
--------mime_types.rb(205B)
--------new_rails_defaults.rb(717B)
----environments()
--------test.rb(974B)
--------development.rb(747B)
--------production.rb(893B)
----locales()
--------en.yml(212B)
----boot.rb(3KB)
----routes.rb(2KB)
----database.yml(538B)
----environment.rb(4KB)
test
----test_helper.rb(2KB)
----integration()
----fixtures()
--------data_files.yml(126B)
----functional()
--------upload_controller_test.rb(166B)
----unit()
--------data_file_test.rb(155B)
----performance()
--------browsing_test.rb(225B)
app
----views()
--------upload()
--------layouts()
----models()
--------data_file.rb(303B)
----controllers()
--------upload_controller.rb(258B)
--------application.rb(720B)
----helpers()
--------application_helper.rb(115B)
--------upload_helper.rb(24B)
README
vendor
----plugins()

网友评论