James

Results 64 issues of James

example below: ``` rails g migration add_user_references_to_order user:references creates: def up add_reference :orders, :user end ``` ``` rails g migration add_user_id_to_order user_id:integer:index def up add_column :orders, :user_id, :integer add_index :orders,...

feature
db-orm

ive a project based on go module, and on a new machine with latest realize, it somehow returns: Watching 154 file/s 36 folder/s [11:55:29][....] : Install started [11:55:29][....] : Install...

hi, is it possible to add in -mod=vendor to realize? how do i do it? thanks

hi is there a way to remove log prefix with time and project name? thank you

input: 2017-12-31T16:00:00Z result: 2017-12-31 16:00:00 +0800 Expected: 2018-01-01 00:00:00 +0800

input: 2017-12-31T16:00:00Z Z represent UTC time, result: 2017-12-31 16:00:00 +0800

hi, in rails activerecord, we have this: ``` has_many :memberships, dependent: :destroy has_many :memberships, dependent: :delete_all ``` i think best not todo delete_all as it will possibility causes hanging fruits...

proposal
f: associations

i have tried to set cjs to both true and false to build, but same error. using all latest version. ``` Components({ // allow auto load markdown components under `./src/components/`...

resolver

default_content does not honor prefix configuration

hi, is this project dead? seems like no reply from owner / community...