No description
Andrew Tomaka
4555334d05
Default scope sucks, fix ordering for cards `default_scope` is always active. It can be disabled by creating your ActiveRecord query with `unscoped` but that requires knowing about `default_scope`. Let's remove it and order per use case. See merge request !22 |
||
---|---|---|
app | ||
bin | ||
config | ||
db | ||
lib | ||
log | ||
public | ||
vendor/assets | ||
.env.sample | ||
.gitignore | ||
config.ru | ||
Gemfile | ||
Gemfile.lock | ||
Procfile | ||
Rakefile | ||
README.md |
dbzdokkan-rails
Data management and release of DBZDokkan data
Requirements
- imagemagick
sudo apt-get install imagemagick -y