SouthWolf

Results 12 comments of SouthWolf

@lmk123 测试通过, 这个也是大家都已经在用的解决办法 不过因为需要 sudo 估计要多加一个说明 以免用户疑惑 CC @baranwang

just change the code, the auto detection things

Thank you @niuage for the reply. In this repo https://github.com/southwolf/invoice_verification/tree/f7f3d196d77b7f62b716c34d87708811439709ad I put an `app.rb` under project root, configured `config/warble.rb` ``` ruby config.includes = FileList["app.rb"] config.compiled_ruby_files = FileList["**/*.rb"] ``` Warbler compiled...

@jkutner Thank you for the reply, that works. ``` ruby config.includes = FileList["app.class"] config.compiled_ruby_files = FileList["*.rb"] ```

@jkutner But is that a feature or a bug that warble ignores `*.rb` under project root by default?

+1. Seems https://github.com/angular-translate/angular-translate is the most popular way to deal with i18n/l10n of angluarjs?

没问题。Mac下可以用的啊

@ccoupe Thank you for help! Shoes I use is the latest from the shoesrb.com, v3.2.2 r1933, built on 2015-03-25. The delay repeats every time I open a Shoes application, after...

What is the best practice of using ReactJS with Rails? `react-rails`, `react_on_rails`, or `webpacker` and pure front-end stack?

@alfiankan Sorry for digging this old issue, but did the `default:nextval('base_table_seq');` actually work by itself without the DDL setting default value if ID? I'm trying to use it in PostgreSQL...