image_shop:Image shop 允许用户根据其 url 获取图像,然后调整大小和裁剪这些图像

时间:2024-07-11 11:56:09
【文件属性】:

文件名称:image_shop:Image shop 允许用户根据其 url 获取图像,然后调整大小和裁剪这些图像

文件大小:93KB

文件格式:ZIP

更新时间:2024-07-11 11:56:09

Ruby

图像商店API ImageShop 的 API。 此 API 允许客户端使用 HTTP 请求调整图像大小和裁剪图像。 快速开始 如果尚未安装或之一,请安装它们。 如果尚未安装 ruby​​-2.1.5,请安装它。 如果尚未安装 bundler,请使用以下命令安装它。 gem install bundler 将 image_shop github 存储库签出到本地目录后,使用 bundler 安装所需的依赖项。 某些依赖项可能需要安装系统包。 bundle 使用 image_shop 用户设置 postgres 数据库,该用户可以创建数据库并使用凭据“密码”登录。 有关配置详细信息,请参阅 config/database.yml。 这可以通过多种方式完成,但以下命令可能有用。 但是,它们可能无法工作,具体取决于您的操作系统。 在 bash 提示符下,启动 psql 以首次设置


【文件预览】:
image_shop-master
----log()
--------.keep(0B)
----public()
--------500.html(1KB)
--------robots.txt(202B)
--------422.html(2KB)
--------favicon.ico(0B)
--------404.html(2KB)
----config.ru(154B)
----db()
--------seeds.rb(343B)
--------schema.rb(1KB)
--------migrate()
----.ruby-version(6B)
----script()
--------cucumber(305B)
----lib()
--------file-fetcher()
--------tasks()
--------assets()
--------image_shop()
----Gemfile(2KB)
----spec()
--------views()
--------models()
--------routing()
--------requests()
--------controllers()
--------helpers()
--------spec_helper.rb(4KB)
--------rails_helper.rb(2KB)
--------test_files()
----Rakefile(249B)
----config()
--------initializers()
--------application.rb(1KB)
--------environments()
--------locales()
--------boot.rb(170B)
--------secrets.yml(964B)
--------routes.rb(2KB)
--------cucumber.yml(453B)
--------database.yml(3KB)
--------environment.rb(150B)
----test()
--------test_helper.rb(312B)
--------integration()
--------models()
--------controllers()
--------fixtures()
--------helpers()
--------mailers()
----README.md(3KB)
----features()
--------step_definitions()
--------support()
----.rspec(30B)
----Gemfile.lock(5KB)
----.gitignore(483B)
----app()
--------views()
--------models()
--------controllers()
--------helpers()
--------mailers()
--------assets()
----bin()
--------bundle(129B)
--------rake(164B)
--------rails(220B)
--------spring(517B)
----vendor()
--------assets()

网友评论