Results 13 comments of Victor Afanasev

Hi @imtiazwazir . I used multiple times Crawlera with poltergeist and mechanize. Everything works fine. Your issue description doesn't has enough info. Please describe it in details and provide an...

Hello @johnphamvan & @doutatsu I do plan to start maintaining the project again soon, but at the moment I don't have enough time for it. We could start with @johnphamvan...

@Tails, would you be interested to make a PR for this?

@ttilberg I think you're probably right, `absolute_url` should making the url is absolute, not escaping it. I think it the next version of the framework we can make `absolute_url` not...

Hey @glaucocustodio . Would you be interested to maintain a project if I'll give you maintainer rights or you would rather prefer to work on your own fork?

If you're interested please send me email at [email protected]

Is there any progress on this? I think Brunch can have `contenthash` feature out of box without any plugins. Similar to how it in Webpack https://webpack.js.org/guides/caching/ .

I think all what we need here is to call `rails db:create` at the first deploy before `db:migrate`. Use `db:schema:load` is a bit dangerous. Anyway, this issue should be resolved....

@mattbrictson Thanks, I see your point. In this case, we can probably add another task `deploy:db_create` (or something like this) which will execute `rake db:create`. _This task will not be...

About `db:migrate` vs `db:schema:load` to call for a first time on empty db. Maybe `db:schema:load` is more true but I personally had some issues with it and custom Postgres extensions...