Liang Liu

Results 5 issues of Liang Liu

``` ruby class User include Mongoid::Document t_has_one :profile end class Profile < ActiveRecord::Base belongs_to :user end user = User.new user.bulid_profile => undefined method 'bulid_profile' ```

feature

Using docker to start an error for the first time docker version: Docker version 24.0.2, build cb74dfc docker-compose.yaml ``` version: '3' services: app: image: tolgee/tolgee volumes: - ./data:/data ports: -...

bug

a follow b a.follow_at(b) => Time ?

status 为中文是有点小错误,看了一下 插件 应该是没有转码, 所以我在upload_image(URI.escape("中文"),image_tag) 可以解决问题 希望能内置中文 支持伟大的中国 呵呵!

Could not find a version that satisfies the requirement crawlers==0.0.1 (from versions: none)