Duccio Armenise
Duccio Armenise
Hello there and congrats on this gem! :) I'm trying it out, migrating from devise, and so I'm trying to replicate the most important functionalities. The one the puzzles me...
### Steps to reproduce School belongs_to Admin, School gets Inquiries from students. So an admin should be able to see only the inquiries linked to their school: ```ruby # ability.rb...
The Capistrano 3 docs, on [this page](http://capistranorb.com/documentation/getting-started/authentication-and-authorisation/) states that "we need to be able to work, ideally without sudo (none of the default Capistrano recipes expect sudo to be available),...
It would be nice if [this feature](https://github.com/refinery/refinerycms/issues/2800) would also work for the blog posts.
To reproduce it: 1. activate some frontend_locales in `spec/dummy/config/initializers/refinery/i18n.rb`, eg: `config.frontend_locales = [:en, :fr, :nl, :pt]` 2. create a test post and click "Save" 3. edit the test post 4....
`config.use_transactional_fixture` is set to false and I guess it should remain set to false.
Actually it works with capistrano 2 until v. 0.2.1.
Hi @alexrudall, Your tutorial is helping me develop a similar feature. One problem I found is that the current code hits the database for every `chunk` it receives from the...