Re: [Rails] How do I load schema in rails 6

2019-11-25 Thread fugee ohu
On Monday, November 25, 2019 at 10:05:18 PM UTC-5, Ariel Juodziukynas wrote: > > It is `rails db:schema:load`, run `rails -T` to list all the available > tasks. > > El lun., 25 nov. 2019 a las 23:13, fugee ohu ( >) escribió: > >> Is there a new command to load the schema in rails 6? >> >> --

[Rails] Re: farraday errors installing webpacker with rails 5.1.5 and elasticsearch

2019-11-25 Thread Animatrix BD
Have you installed "yarn" brew install yarn It worked for me On Saturday, November 23, 2019 at 6:03:33 PM UTC+6, fugee ohu wrote: > > $ rails webpacker:install > rails aborted! > Elasticsearch::Transport::Transport::Errors::BadRequest: [400] >

[Rails] How do I load schema in rails 6

2019-11-25 Thread fugee ohu
Is there a new command to load the schema in rails 6? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscr...@googlegroups.com. To

[Rails] Re: farraday errors installing webpacker with rails 5.1.5 and elasticsearch

2019-11-25 Thread fugee ohu
On Monday, November 25, 2019 at 6:28:35 AM UTC-5, Animatrix BD wrote: > > Have you installed "yarn" > > brew install yarn > > It worked for me > > On Saturday, November 23, 2019 at 6:03:33 PM UTC+6, fugee ohu wrote: >> >> $ rails webpacker:install >> rails aborted! >>

Re: [Rails] How do I load schema in rails 6

2019-11-25 Thread Ariel Juodziukynas
It is `rails db:schema:load`, run `rails -T` to list all the available tasks. El lun., 25 nov. 2019 a las 23:13, fugee ohu () escribió: > Is there a new command to load the schema in rails 6? > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: